You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/12/23 22:03:58 UTC

[cxf] branch 3.4.x-fixes updated: Update to Brave 5.13.2 / Zipkin 2.23.0 / Brave Reporter 2.16.2

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 59c9046  Update to Brave 5.13.2 / Zipkin 2.23.0 / Brave Reporter 2.16.2
59c9046 is described below

commit 59c904670a729c0106b1a2cd8387f152a557181f
Author: reta <dr...@gmail.com>
AuthorDate: Wed Dec 23 13:17:45 2020 -0500

    Update to Brave 5.13.2 / Zipkin 2.23.0 / Brave Reporter 2.16.2
    
    (cherry picked from commit e2210a3520f39ba2262fa6934b26bd0cd8737e67)
---
 .../src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt   | 2 +-
 .../src/main/release/samples/jaxws_tracing_brave_osgi/README.txt    | 2 +-
 parent/pom.xml                                                      | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt b/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt
index 01588e2..3ae77dc 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt
@@ -63,7 +63,7 @@ Install this demo bundle (using the appropriate bundle version number)
   
   install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.15.0_1
   install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/3.11.0_1
-  install -s mvn:io.zipkin.reporter2/zipkin-sender-okhttp3/2.15.1
+  install -s mvn:io.zipkin.reporter2/zipkin-sender-okhttp3/2.16.2
   install -s mvn:org.apache.cxf.samples/jax_rs_tracing_brave_osgi/3.n.m
 
 You can verify if the CXF JAX-RS OpenZipkin Brave Blueprint Demo is installed and started.
diff --git a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/README.txt b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/README.txt
index dac40c5..e502c55 100644
--- a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/README.txt
+++ b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/README.txt
@@ -61,7 +61,7 @@ Install this demo bundle (using the appropriate bundle version number)
   
   install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/1.15.0_1
   install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/3.11.0_1
-  install -s mvn:io.zipkin.reporter2/zipkin-sender-okhttp3/2.7.9
+  install -s mvn:io.zipkin.reporter2/zipkin-sender-okhttp3/2.16.2
   install -s mvn:org.apache.cxf.samples/jax_ws_tracing_brave_osgi/3.n.m
 
 You can verify if the CXF JAX-RS OpenZipkin Brave Blueprint Demo is installed and started.
diff --git a/parent/pom.xml b/parent/pom.xml
index ed74fc9..c0203e6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -86,9 +86,9 @@
         <cxf.atmosphere.version.range>[2.4,3.0)</cxf.atmosphere.version.range>
         <cxf.atmosphere.version>2.6.1</cxf.atmosphere.version>
         <cxf.bcprov.version>1.67</cxf.bcprov.version>
-        <cxf.brave.reporter.version>2.15.4</cxf.brave.reporter.version>
-        <cxf.brave.version>5.13.0</cxf.brave.version>
-        <cxf.brave.zipkin.version>2.22.1</cxf.brave.zipkin.version>
+        <cxf.brave.reporter.version>2.16.2</cxf.brave.reporter.version>
+        <cxf.brave.version>5.13.2</cxf.brave.version>
+        <cxf.brave.zipkin.version>2.23.0</cxf.brave.zipkin.version>
         <cxf.cda.api.osgi.range>[1.1,2)</cxf.cda.api.osgi.range>
         <cxf.cdi.api.version>2.0.2</cxf.cdi.api.version>
         <cxf.classgraph.version>4.8.25</cxf.classgraph.version>