You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/08/18 20:55:02 UTC

[cxf] branch master updated (a6d0fff -> 6b8368b)

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

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


    from a6d0fff  add an outdated note until we update it
     new 7fd0745  Use newer brave for sample
     new 6b8368b  Update versions used in samples

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:
 distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml | 2 +-
 distribution/src/main/release/samples/pom.xml                      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 01/02: Use newer brave for sample

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

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

commit 7fd0745cb1da596eb0d72ed42d52412ac909406a
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Aug 18 16:48:30 2020 -0400

    Use newer brave for sample
---
 distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
index 4a3918d..54d3796 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
-        <cxf.brave.version>5.10.1</cxf.brave.version>
+        <cxf.brave.version>5.11.2</cxf.brave.version>
     </properties>
     <profiles>
         <profile>


[cxf] 02/02: Update versions used in samples

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

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

commit 6b8368ba32ded81492d258940f447845f84bc474
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Aug 18 16:54:35 2020 -0400

    Update versions used in samples
---
 distribution/src/main/release/samples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 36b484f..07c1d84 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,8 +32,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.3.3.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.30.v20200611</cxf.jetty9.version>
-        <cxf.httpcomponents.client.version>4.5.9</cxf.httpcomponents.client.version>
+        <cxf.jetty9.version>9.4.31.v20200723</cxf.jetty9.version>
+        <cxf.httpcomponents.client.version>4.5.12</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.32.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.24.1</cxf.tika.version>
         <cxf.tomcat.version>9.0.37</cxf.tomcat.version>