You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/07/28 08:12:41 UTC

[camel] branch main updated (7a98c0f -> 90acc9a)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7a98c0f  Sync deps and regen
     new 6ccf2d3  Upgrade Docker Java to version 3.2.11
     new 90acc9a  Sync deps and regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml                                              | 2 +-
 .../resources/org/apache/camel/catalog/docs/validator-component.adoc    | 2 +-
 docs/components/modules/ROOT/pages/validator-component.adoc             | 2 +-
 parent/pom.xml                                                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

[camel] 01/02: Upgrade Docker Java to version 3.2.11

Posted by ac...@apache.org.
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 6ccf2d37d2e3720f9c9c74f8de39b8da89e79388
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 28 10:04:06 2021 +0200

    Upgrade Docker Java to version 3.2.11
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b2bc25a..45460e2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -152,7 +152,7 @@
         <djl-mxnet-native-version>1.8.0</djl-mxnet-native-version>
         <djl-pytorch-native-version>1.8.1</djl-pytorch-native-version>
         <djl-tensorflow-native-version>2.4.1</djl-tensorflow-native-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>
         <debezium-version>1.6.0.Final</debezium-version>

[camel] 02/02: Sync deps and regen

Posted by ac...@apache.org.
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 <an...@gmail.com>
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