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/01/25 11:55:01 UTC

[camel] branch master updated (5a16e22 -> d93e633)

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 5a16e22  CAMEL-14354: Optimize core
     new 5a9d12a  Upgrade Zipkin to version 2.19.3
     new 6a31247  Upgrade Zipkin Reporter to version 2.12.1
     new d93e633  Aligned Camel-Zipkin Karaf feature

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, 4 insertions(+), 3 deletions(-)


[camel] 01/03: Upgrade Zipkin to version 2.19.3

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 5a9d12a6bc3cb5c80136c385cbe6c3861b758050
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jan 25 12:49:32 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c61ba9f..3085d48 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -675,7 +675,7 @@
 	<yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.6.2</zendesk-client-version>
         <zipkin-reporter-version>2.11.1</zipkin-reporter-version>
-        <zipkin-version>2.19.2</zipkin-version>
+        <zipkin-version>2.19.3</zipkin-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.4.14</zookeeper-version>
         <zookeeper-guava-version>16.0</zookeeper-guava-version>


[camel] 03/03: Aligned Camel-Zipkin Karaf feature

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 d93e633bf8cd006d332cb32699b7ffc708f6fe32
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jan 25 12:54:33 2020 +0100

    Aligned Camel-Zipkin Karaf feature
---
 parent/pom.xml                                           | 1 +
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 92295fa..d0c6b01 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -676,6 +676,7 @@
         <zendesk-client-version>0.6.2</zendesk-client-version>
         <zipkin-reporter-version>2.12.1</zipkin-reporter-version>
         <zipkin-version>2.19.3</zipkin-version>
+        <zipkin-libthrift-version>0.13.0</zipkin-libthrift-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.4.14</zookeeper-version>
         <zookeeper-guava-version>16.0</zookeeper-guava-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index e9420ce..527ec9f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2770,7 +2770,7 @@
     <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-reporter/${zipkin-reporter-version}</bundle>
     <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-sender-urlconnection/${zipkin-reporter-version}</bundle>
     <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-sender-libthrift/${zipkin-reporter-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.thrift/libthrift/${libthrift-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.thrift/libthrift/${zipkin-libthrift-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-zipkin/${project.version}</bundle>
   </feature>
   <feature name='camel-zookeeper' version='${project.version}' start-level='50'>


[camel] 02/03: Upgrade Zipkin Reporter to version 2.12.1

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 6a31247f984ffc2fbabc25265a749c7126789001
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jan 25 12:49:48 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3085d48..92295fa 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -674,7 +674,7 @@
         <xstream-version>1.4.11.1</xstream-version>
 	<yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.6.2</zendesk-client-version>
-        <zipkin-reporter-version>2.11.1</zipkin-reporter-version>
+        <zipkin-reporter-version>2.12.1</zipkin-reporter-version>
         <zipkin-version>2.19.3</zipkin-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.4.14</zookeeper-version>