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 21:57:07 UTC

[cxf] branch 3.4.x-fixes updated (1dc7593516 -> 1ca42e3e10)

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

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


    from 1dc7593516 Recording .gitmergeinfo Changes
     new a4f8e7d6f4 Bump msv-core from 2013.6.1 to 2022.7 (#1070)
     new e22307a977 Bump feign-httpclient from 10.1.0 to 12.1 (#1074)
     new cce8363f88 Bump feign-core to 12.1 and feign-opentracing to 0.4.1
     new 1ca42e3e10 Recording .gitmergeinfo Changes

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


[cxf] 04/04: Recording .gitmergeinfo Changes

Posted by re...@apache.org.
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

commit 1ca42e3e10c715cdc2c0a36dc7b8cceabfa391ca
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Jan 20 16:07:58 2023 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index d907309728..bb638c8382 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -110,6 +110,7 @@ B 61550ceb83004e01a8683e5c2cd578c528df8ec3
 B 61a25f4e4a1713b90fe258125e6084de0285d931
 B 61e64993c35291ee8d84fd2b006569b8dd7cb141
 B 61e8bd1349e176a9df82665961bffd8261bc7b31
+B 62398164a8f7957945680553c7c23d9950cfa3a3
 B 63dcd46765370f242d2c1a2db1689c6c0128a24d
 B 6588a958996031e2f213f11f44ea166687d26af5
 B 65e9e1a6e41881a8678f196866cabf431c809058


[cxf] 02/04: 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.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e22307a9774860c28ce1a9467f50a5fd0b014778
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 3caeb3b470..e4f1ffad7c 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>


[cxf] 03/04: 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.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit cce8363f88de915637b08a767a0cca3b452dee84
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
    
    (cherry picked from commit 26f6e829a767fbf478b51e54a384bf8296cc05ca)
    (cherry picked from commit 8f6949476ec578b3802974464c795def39fcf7ab)
---
 .../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 e4f1ffad7c..c7dcb69e0e 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] 01/04: 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.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit a4f8e7d6f472fc31722dcfb8c98a825e9dea850f
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 fb344ca60e..d6b80d6533 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -176,7 +176,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.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
         <cxf.netty.version>4.1.87.Final</cxf.netty.version>