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 4c39770be2406900ca23a7b73fd52ebe03eafbdd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 13 06:50:01 2021 +0200 Sync deps and regen --- camel-dependencies/pom.xml | 2 +- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index b7c40ed..5915e67 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -66,7 +66,7 @@ <avro-ipc-netty-version>1.10.2</avro-ipc-netty-version> <avro-version>1.10.2</avro-version> <awaitility-version>4.1.0</awaitility-version> - <aws-java-sdk2-version>2.16.61</aws-java-sdk2-version> + <aws-java-sdk2-version>2.16.62</aws-java-sdk2-version> <aws-xray-version>2.6.1</aws-xray-version> <axiom-version>1.2.14</axiom-version> <azure-jackson2-version>2.11.3</azure-jackson2-version> 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 1147f5d..57c504d 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 @@ -10337,31 +10337,21 @@ Reference to the route templates in the xml dsl. <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -The name of the parameter. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="required" type="xs:boolean"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -Whether the parameter is required or not. A parameter is required unless this -option is set to false or a default value has been configured. Default value: -false +Parameter name. ]]></xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="defaultValue" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Default value of the parameter. If a default value is provided then the -parameter is implied not to be required. +Parameter default value. ]]></xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="description" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Description of the parameter. +Parameter description. ]]></xs:documentation> </xs:annotation> </xs:attribute>