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 90acc9af162cfba8e055a63e42e05062e6943d9c Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 28 10:08:39 2021 +0200 Sync deps and regen --- camel-dependencies/pom.xml | 2 +- .../resources/org/apache/camel/catalog/docs/validator-component.adoc | 2 +- docs/components/modules/ROOT/pages/validator-component.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index b3209dd..7c595b1 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -173,7 +173,7 @@ <djl-tensorflow-native-version>2.4.1</djl-tensorflow-native-version> <djl-version>0.11.0</djl-version> <dnsjava-version>3.4.0</dnsjava-version> - <docker-java-version>3.2.10</docker-java-version> + <docker-java-version>3.2.11</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/docs/validator-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/validator-component.adoc index e0ecf1e..a25ec73 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/validator-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/validator-component.adoc @@ -105,7 +105,7 @@ with the following path and query parameters: == Example The following -https://github.com/apache/camel/blob/main/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml[example] +https://github.com/apache/camel/blob/main/components/camel-spring-xml/src/test/resources/org/apache/camel/component/validator/camelContext.xml[example] shows how to configure a route from endpoint *direct:start* which then goes to one of two endpoints, either *mock:valid* or *mock:invalid* based on whether or not the XML matches the given schema (which is diff --git a/docs/components/modules/ROOT/pages/validator-component.adoc b/docs/components/modules/ROOT/pages/validator-component.adoc index c581f1a..ad0429f 100644 --- a/docs/components/modules/ROOT/pages/validator-component.adoc +++ b/docs/components/modules/ROOT/pages/validator-component.adoc @@ -107,7 +107,7 @@ with the following path and query parameters: == Example The following -https://github.com/apache/camel/blob/main/components/camel-spring/src/test/resources/org/apache/camel/component/validator/camelContext.xml[example] +https://github.com/apache/camel/blob/main/components/camel-spring-xml/src/test/resources/org/apache/camel/component/validator/camelContext.xml[example] shows how to configure a route from endpoint *direct:start* which then goes to one of two endpoints, either *mock:valid* or *mock:invalid* based on whether or not the XML matches the given schema (which is
