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 2017/12/18 07:07:39 UTC

[camel] branch master updated (a6dac23 -> 41c5545)

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 a6dac23  Upgrade Chronicle Threads to version 1.9.3
     new 884a840  Upgrade Qpid JMS client to version 0.28.0
     new 912a89e  Upgrade Qpid Proton J to version 0.24.0
     new 41c5545  Use only one version property for Proton J

The 3 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(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 02/03: Upgrade Qpid Proton J to version 0.24.0

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 912a89e2b5cb12d541977cc75ce84bc6c1d1b15c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 18 08:04:21 2017 +0100

    Upgrade Qpid Proton J to version 0.24.0
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 617be68..ca1204c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -567,8 +567,8 @@
     <protonpack-version>1.8</protonpack-version>
     <pubnub-version>4.16.0</pubnub-version>
     <qpid-bundle-version>0.28_1</qpid-bundle-version>
-    <qpid-proton-j-version>0.23.0</qpid-proton-j-version>
-    <qpid-proton-j-bundle-version>0.23.0</qpid-proton-j-bundle-version>
+    <qpid-proton-j-version>0.24.0</qpid-proton-j-version>
+    <qpid-proton-j-bundle-version>0.24.0</qpid-proton-j-bundle-version>
     <qpid-jms-client-version>0.28.0</qpid-jms-client-version>
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>
     <quartz-version>1.8.6</quartz-version>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 03/03: Use only one version property for Proton J

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 41c5545d390eec2e4fa2772c637790e01331b1c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 18 08:07:13 2017 +0100

    Use only one version property for Proton J
---
 parent/pom.xml                                           | 1 -
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ca1204c..da4d6c5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -568,7 +568,6 @@
     <pubnub-version>4.16.0</pubnub-version>
     <qpid-bundle-version>0.28_1</qpid-bundle-version>
     <qpid-proton-j-version>0.24.0</qpid-proton-j-version>
-    <qpid-proton-j-bundle-version>0.24.0</qpid-proton-j-bundle-version>
     <qpid-jms-client-version>0.28.0</qpid-jms-client-version>
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>
     <quartz-version>1.8.6</quartz-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 966e473..7384166 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -98,7 +98,7 @@
   <feature name='camel-amqp' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-jms</feature>
     <bundle dependency='true'>mvn:org.apache.qpid/qpid-jms-client/${qpid-jms-client-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.qpid/proton-j/${qpid-proton-j-bundle-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.qpid/proton-j/${qpid-proton-j-version}</bundle>
     <bundle dependency='true'>mvn:io.netty/netty-common/${netty-version}</bundle>
     <bundle dependency='true'>mvn:io.netty/netty-buffer/${netty-version}</bundle>
     <bundle dependency='true'>mvn:io.netty/netty-resolver/${netty-version}</bundle>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 01/03: Upgrade Qpid JMS client to version 0.28.0

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 884a840509a5d14059b1f7235ac069f6f6449ea3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 18 07:59:17 2017 +0100

    Upgrade Qpid JMS client to version 0.28.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f6fb173..617be68 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -569,7 +569,7 @@
     <qpid-bundle-version>0.28_1</qpid-bundle-version>
     <qpid-proton-j-version>0.23.0</qpid-proton-j-version>
     <qpid-proton-j-bundle-version>0.23.0</qpid-proton-j-bundle-version>
-    <qpid-jms-client-version>0.27.0</qpid-jms-client-version>
+    <qpid-jms-client-version>0.28.0</qpid-jms-client-version>
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>
     <quartz-version>1.8.6</quartz-version>
     <quartz-version-range>[1.8,2)</quartz-version-range>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.