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 990e0dac48752e655414ff5bd9d3ba354e054a64 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 13 12:00: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 9433ab8..eb31626 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -477,7 +477,7 @@ <reactive-streams-version>1.0.3</reactive-streams-version> <reactor-netty-version>1.0.2</reactor-netty-version> <reactor-version>3.4.5</reactor-version> - <redisson-version>3.15.4</redisson-version> + <redisson-version>3.15.5</redisson-version> <rescu-version>2.0.4</rescu-version> <resilience4j-version>1.7.0</resilience4j-version> <rest-assured-version>4.3.3</rest-assured-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>
