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 a3294eb324abf133f1bfa138658cc639bc78ae30 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Mar 8 11:26:56 2022 +0100 Regen and sync deps --- camel-dependencies/pom.xml | 2 +- .../resources/org/apache/camel/catalog/others.properties | 1 + .../org/apache/camel/catalog/others/console.json | 15 +++++++++++++++ .../org/apache/camel/catalog/schemas/camel-spring.xsd | 8 -------- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index fea0d34..7a80a99 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -181,7 +181,7 @@ <djl-tensorflow-native-version>2.4.1</djl-tensorflow-native-version> <djl-version>0.11.0</djl-version> <dnsjava-version>3.4.3</dnsjava-version> - <docker-java-version>3.2.12</docker-java-version> + <docker-java-version>3.2.13</docker-java-version> <dozer-version>6.5.2</dozer-version> <dropbox-version>3.2.0</dropbox-version> <eddsa-version>0.3.0</eddsa-version> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties index 2ecc8b0..5f99325 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties @@ -8,6 +8,7 @@ cloud cloudevents cluster componentdsl +console csimple-joor cxf-transport debug diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json new file mode 100644 index 0000000..b1048bd --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "console", + "title": "Console", + "description": "Camel Developer Console", + "deprecated": false, + "firstVersion": "3.15.0", + "label": "core", + "supportLevel": "Preview", + "groupId": "org.apache.camel", + "artifactId": "camel-console", + "version": "3.16.0-SNAPSHOT" + } +} 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 d06f7df..6dd00d4 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 @@ -10612,14 +10612,6 @@ Reference to the route templates in the xml dsl. <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:onException"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:onCompletion"/> </xs:sequence> - <xs:attribute name="precondition" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"><![CDATA[ -The predicate of the precondition in simple language to evaluate in order to -determine if this route configuration should be included or not. - ]]></xs:documentation> - </xs:annotation> - </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>
