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/22 05:54:11 UTC

[camel] branch main updated (62ec823 -> 494db1e)

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 62ec823  [CAMEL-16814]camel-jms - a testcase to demonstrate that Messages filing to amq if using onCompletion() and transacted=true.
     new c0d6930  Upgrade Commons Pool to version 2.10.0
     new 494db1e  Sync deps

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 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel] 02/02: Sync deps

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 494db1e67ad6fef6348fd2c3879bad4adc7a6981
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 22 07:53:36 2021 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index e1645a5..388ea91 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -142,7 +142,7 @@
     <commons-math3-version>3.6.1</commons-math3-version>
     <commons-net-version>3.8.0</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
-    <commons-pool2-version>2.9.0</commons-pool2-version>
+    <commons-pool2-version>2.10.0</commons-pool2-version>
     <commons-text-version>1.9</commons-text-version>
     <commons-validator-version>1.7</commons-validator-version>
     <compiler.fork>true</compiler.fork>

[camel] 01/02: Upgrade Commons Pool to version 2.10.0

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 c0d6930145e26679f2b32e9a4a23e53b45174efa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 22 07:45:44 2021 +0200

    Upgrade Commons Pool to version 2.10.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fb7396a..cc65220 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -125,7 +125,7 @@
         <commons-math3-version>3.6.1</commons-math3-version>
         <commons-net-version>3.8.0</commons-net-version>
         <commons-pool-version>1.6</commons-pool-version>
-        <commons-pool2-version>2.9.0</commons-pool2-version>
+        <commons-pool2-version>2.10.0</commons-pool2-version>
         <commons-text-version>1.9</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>
         <compress-lzf-version>1.0.4</compress-lzf-version>