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 2020/10/21 14:52:31 UTC

[camel] branch master updated (de59991 -> 14d4754)

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

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


    from de59991  CAMEL-15721: camel-core - Simple with external resource should load resource once during init if its static resource location
     new 1308617  Upgrade Cassandra to version 3.11.8
     new 14d4754  Sync Properties

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] 01/02: Upgrade Cassandra to version 3.11.8

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 130861725d658eb37db1b090a1e813d35a442a32
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 21 16:32:38 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b586c6e..3188e56 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -100,7 +100,7 @@
         <californium-version>2.4.1</californium-version>
         <cassandra-driver-version>4.9.0</cassandra-driver-version>
         <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
-        <cassandra-version>3.11.5</cassandra-version>
+        <cassandra-version>3.11.8</cassandra-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
         <jta-api-1.2-version>1.2</jta-api-1.2-version>
         <cglib-version>3.2.12</cglib-version>


[camel] 02/02: Sync Properties

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 14d4754378b4ce2814c8e85f68095116321ef42e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 21 16:51:43 2020 +0200

    Sync Properties
---
 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 75340a1..3982877 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -117,7 +117,7 @@
     <camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError</camel.surefire.fork.vmargs>
     <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
     <cassandra-driver-version>4.9.0</cassandra-driver-version>
-    <cassandra-version>3.11.5</cassandra-version>
+    <cassandra-version>3.11.8</cassandra-version>
     <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
     <cglib-version>3.2.12</cglib-version>
     <chunk-templates-version>3.5.0</chunk-templates-version>