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 2019/11/06 14:30:06 UTC

[camel] branch master updated (41a6d60 -> 19c515e)

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 41a6d60  Camel-util: Fixed CS
     new d727ef5  Upgrade Jgroups to version 4.1.7.Final
     new 19c515e  Upgrade Jgroups-Raft to version 0.5.0.Final

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:
 parent/pom.xml                                           | 5 ++---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)


[camel] 01/02: Upgrade Jgroups to version 4.1.7.Final

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 d727ef53d928c2128da69ad7c9a98760137283e2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 15:21:33 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 6e8afc8..88a106c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -352,7 +352,7 @@
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.4.0</jettison-version>
         <jgit-version>5.5.1.201910021850-r</jgit-version>
-        <jgroups-version>4.1.6.Final</jgroups-version>
+        <jgroups-version>4.1.7.Final</jgroups-version>
         <jgroups-raft-version>0.4.3.Final</jgroups-raft-version>
         <jgroups-raft-jgroups-version>4.0.20.Final</jgroups-raft-jgroups-version>
         <jgroups-raft-leveldbjni-version>1.8</jgroups-raft-leveldbjni-version>


[camel] 02/02: Upgrade Jgroups-Raft to version 0.5.0.Final

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 19c515ef68e5e094409ef6340a227938738679d9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 15:23:41 2019 +0100

    Upgrade Jgroups-Raft to version 0.5.0.Final
---
 parent/pom.xml                                           | 3 +--
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 88a106c..bec1c62 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -353,8 +353,7 @@
         <jettison-version>1.4.0</jettison-version>
         <jgit-version>5.5.1.201910021850-r</jgit-version>
         <jgroups-version>4.1.7.Final</jgroups-version>
-        <jgroups-raft-version>0.4.3.Final</jgroups-raft-version>
-        <jgroups-raft-jgroups-version>4.0.20.Final</jgroups-raft-jgroups-version>
+        <jgroups-raft-version>0.5.0.Final</jgroups-raft-version>
         <jgroups-raft-leveldbjni-version>1.8</jgroups-raft-leveldbjni-version>
         <jgroups-raft-mapdb-version>1.0.8</jgroups-raft-mapdb-version>
         <jira-guava-version>26.0-jre</jira-guava-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index ada8e03..4db2148 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1509,7 +1509,7 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:commons-io/commons-io/${commons-io-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jgroups-raft/${project.version}</bundle>
-    <bundle dependency='true'>mvn:org.jgroups/jgroups/${jgroups-raft-jgroups-version}</bundle>
+    <bundle dependency='true'>mvn:org.jgroups/jgroups/${jgroups-version}</bundle>
     <bundle dependency='true'>mvn:org.jgroups/jgroups-raft/${jgroups-raft-version}</bundle>
     <bundle dependency='true'>mvn:org.fusesource.leveldbjni/leveldbjni-all/${jgroups-raft-leveldbjni-version}</bundle>
     <bundle dependency='true'>mvn:org.mapdb/mapdb/${jgroups-raft-mapdb-version}</bundle>