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 1ca449ddb363cbef4f3c63c53ff907f166f5a58f Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Thu Feb 17 10:59:28 2022 +0000 Regen for commit 337480379b018586ba5e058ec9ca580f079da11a Signed-off-by: GitHub <nore...@github.com> --- .../apache/camel/catalog/schemas/camel-spring.xsd | 50 +++++++++++----------- 1 file changed, 25 insertions(+), 25 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 59c7ab3..832ab02 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 @@ -5755,14 +5755,6 @@ The correlation expression to use to calculate the correlation key. <xs:complexContent> <xs:extension base="tns:loadBalancer"> <xs:sequence/> - <xs:attribute name="roundRobin" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -To enable round robin mode. By default the weighted distribution mode is used. -The default value is false. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> <xs:attribute name="distributionRatio" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ @@ -5780,6 +5772,14 @@ Delimiter used to specify the distribution ratio. The default value is , ]]></xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="roundRobin" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +To enable round robin mode. By default the weighted distribution mode is used. +The default value is false. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> @@ -13947,45 +13947,45 @@ what may be configured on a parent level The default value is false. ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="type" type="xs:string"> + <xs:attribute name="routeId" 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. +The route id this rest-dsl is using (read-only). ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="outType" type="xs:string"> + <xs:attribute name="apiDocs" 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. +Whether to include or exclude the VerbDefinition in API documentation. The +default value is true. ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="routeId" type="xs:string"> + <xs:attribute name="deprecated" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -The route id this rest-dsl is using (read-only). +Sets deprecated flag in openapi. Default value: false ]]></xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="apiDocs" type="xs:string"> + <xs:attribute name="type" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Whether to include or exclude the VerbDefinition in API documentation. The -default value is true. +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="deprecated" type="xs:boolean"> + <xs:attribute name="outType" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Sets deprecated flag in openapi. Default value: false +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>