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 2023/01/20 15:48:47 UTC

[cxf] branch 3.6.x-fixes updated (d0505da69c -> 26f6e829a7)

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

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


    from d0505da69c Update Spring Boot to 2.7.8
     new d6bae88402 Bump msv-core from 2013.6.1 to 2022.7 (#1070)
     new b9693b4519 Bump feign-httpclient from 10.1.0 to 12.1 (#1074)
     new 26f6e829a7 Bump feign-core to 12.1 and feign-opentracing to 0.4.1

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


[cxf] 01/03: Bump msv-core from 2013.6.1 to 2022.7 (#1070)

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

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

commit d6bae88402ac65f4e0341d044a6ea7c64ae4cf02
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 20 07:57:12 2023 -0500

    Bump msv-core from 2013.6.1 to 2022.7 (#1070)
    
    Bumps msv-core from 2013.6.1 to 2022.7.
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.msv:msv-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 486472afc4..09a853131b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -173,7 +173,7 @@
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>
         <cxf.mina.version>2.1.5</cxf.mina.version>
         <cxf.mockito.version>4.11.0</cxf.mockito.version>
-        <cxf.msv.version>2013.6.1</cxf.msv.version>
+        <cxf.msv.version>2022.7</cxf.msv.version>
         <cxf.neethi.version>3.2.0</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
         <cxf.netty.version>4.1.87.Final</cxf.netty.version>


[cxf] 03/03: Bump feign-core to 12.1 and feign-opentracing to 0.4.1

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

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

commit 26f6e829a767fbf478b51e54a384bf8296cc05ca
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Jan 20 08:52:01 2023 -0500

    Bump feign-core to 12.1 and feign-opentracing to 0.4.1
---
 .../src/main/release/samples/jax_rs/tracing_opentracing/pom.xml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
index a8f1ce04f5..7f5822230d 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
@@ -134,7 +134,7 @@
         <dependency>
             <groupId>io.github.openfeign</groupId>
             <artifactId>feign-core</artifactId>
-            <version>10.1.0</version>
+            <version>12.1</version>
         </dependency>
         <dependency>
             <groupId>io.github.openfeign</groupId>
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>io.github.openfeign.opentracing</groupId>
             <artifactId>feign-opentracing</artifactId>
-            <version>0.1.0</version>
+            <version>0.4.1</version>
         </dependency>
     </dependencies>
 </project>


[cxf] 02/03: Bump feign-httpclient from 10.1.0 to 12.1 (#1074)

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

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

commit b9693b451906433d624c9eea88e063bb678b3dbd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 20 07:57:56 2023 -0500

    Bump feign-httpclient from 10.1.0 to 12.1 (#1074)
    
    Bumps [feign-httpclient](https://github.com/openfeign/feign) from 10.1.0 to 12.1.
    - [Release notes](https://github.com/openfeign/feign/releases)
    - [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/openfeign/feign/commits/12.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.openfeign:feign-httpclient
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .../src/main/release/samples/jax_rs/tracing_opentracing/pom.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
index 44910ccda7..a8f1ce04f5 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
@@ -139,7 +139,7 @@
         <dependency>
             <groupId>io.github.openfeign</groupId>
             <artifactId>feign-httpclient</artifactId>
-            <version>10.1.0</version>
+            <version>12.1</version>
         </dependency>
         <dependency>
             <groupId>io.github.openfeign.opentracing</groupId>