This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 458d019a0e27a5947b8f21fb0495e50dca49f68f Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 23 14:26:57 2022 +0100 Regen --- .../apache/camel/catalog/schemas/camel-spring.xsd | 110 ++++++++++++--------- 1 file changed, 65 insertions(+), 45 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index f038a14..fbe3ff0 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -13871,26 +13871,6 @@ be configured on a parent level. ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="type" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -Sets the class name to use for binding from input to POJO for the incoming data -This option will override what may be configured on a parent level. The name of -the class of the input data. Append a to the end of the name if you want the -input to be an array type. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="outType" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -Sets the class name to use for binding from POJO to output for the outgoing data -This option will override what may be configured on a parent level The name of -the class of the input data. Append a to the end of the name if you want the -input to be an array type. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> <xs:attribute name="bindingMode" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ @@ -13935,7 +13915,7 @@ value: false <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ Whether to include or exclude this rest operation in API documentation. The -default value is true. Default value: true +default value is true. Default value: false ]]></xs:documentation> </xs:annotation> </xs:attribute> @@ -13947,6 +13927,26 @@ false ]]></xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="type" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Sets the class name to use for binding from input to POJO for the incoming data +This option will override what may be configured on a parent level. The name of +the class of the input data. Append a to the end of the name if you want the +input to be an array type. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute name="outType" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Sets the class name to use for binding from POJO to output for the outgoing data +This option will override what may be configured on a parent level The name of +the class of the input data. Append a to the end of the name if you want the +input to be an array type. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> @@ -14406,20 +14406,6 @@ The hostname to use for exposing the REST service. ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="port" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -The port number to use for exposing the REST service. Notice if you use servlet -component then the port number configured here does not apply, as the port -number in use is the actual port number the servlet component is using. eg if -using Apache Tomcat its the tomcat http port, if using Apache Karaf its the HTTP -service in Karaf that uses port 8181 by default etc. Though in those situations -setting the port number here, allows tooling and JMX to know the port number, so -its recommended to set the port number to the number that the servlet engine -uses. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> <xs:attribute name="apiHost" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ @@ -14437,6 +14423,20 @@ is true. Default value: true ]]></xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="port" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +The port number to use for exposing the REST service. Notice if you use servlet +component then the port number configured here does not apply, as the port +number in use is the actual port number the servlet component is using. eg if +using Apache Tomcat its the tomcat http port, if using Apache Karaf its the HTTP +service in Karaf that uses port 8181 by default etc. Though in those situations +setting the port number here, allows tooling and JMX to know the port number, so +its recommended to set the port number to the number that the servlet engine +uses. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> <xs:attribute name="producerApiDoc" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ @@ -14469,8 +14469,28 @@ application is deployed using a context-path. <xs:attribute name="apiContextRouteId" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Deprecated: Sets the route id to use for the route that services the REST API. -The route will by default use an auto assigned route id. +Sets the route id to use for the route that services the REST API. The route +will by default use an auto assigned route id. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute name="apiContextIdPattern" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Deprecated: Sets an CamelContext id pattern to only allow Rest APIs from rest +services within CamelContext's which name matches the pattern. The pattern +#name# refers to the CamelContext name, to match on the current CamelContext +only. For any other value, the pattern uses the rules from +PatternHelper#matchPattern(String,String). + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute name="apiContextListing" type="xs:boolean"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Deprecated: Sets whether listing of all available CamelContext's with REST +services in the JVM is enabled. If enabled it allows to discover these contexts, +if false then only the current CamelContext is in use. Default value: false ]]></xs:documentation> </xs:annotation> </xs:attribute> @@ -14571,6 +14591,13 @@ Path of the rest service, such as /foo. ]]></xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="tag" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +To configure a special tag for the operations within this rest definition. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> <xs:attribute name="consumes" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ @@ -14634,14 +14661,7 @@ value: false <xs:documentation xml:lang="en"><![CDATA[ Whether to include or exclude this rest operation in API documentation. This option will override what may be configured on a parent level. The default value -is true. Default value: true - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="tag" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -To configure a special tag for the operations within this rest definition. +is true. Default value: false ]]></xs:documentation> </xs:annotation> </xs:attribute>
