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 2021/11/18 14:07:35 UTC

[cxf] branch 3.4.x-fixes updated (ec29d3d -> 0324d36)

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 ec29d3d  CXF-8617: The org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitTest hangs intermittently (#875)
     new 8a0bf61  Update Tomcat to 9.0.55 + minor samples dependency updates
     new 0324d36  Recording .gitmergeinfo Changes

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

[cxf] 02/02: 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 0324d36ec2ae9f614b32499809b17926f22a36e0
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Nov 18 09:07:03 2021 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 5aae03f..0c8c52c 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -100,6 +100,7 @@ M 0c609dc1e242e4156ad55e10fa0699636da02ee9
 M 0dad051a0f126b1e365f83dfe1e4647a36e163f9
 M 0dda1ec488fa7187c26913d7190430bccd108bc3
 M 0f30442f3acb82e9936d4b486e07f5c341c142d2
+M 10ed47496475d88f098a6d8b1a41adf302b763cb
 M 12873b9257b5de85f819346ab2325738e3f80206
 M 12a70c867e88379c520c64882ca2b261b9e9559d
 M 138aa4d6685f4d833c040c1a7f92ac86cbe49a6a

[cxf] 01/02: Update Tomcat to 9.0.55 + minor samples dependency updates

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 8a0bf61d71374e52e5feeb80a36564ddb13ca058
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Nov 17 17:49:10 2021 -0500

    Update Tomcat to 9.0.55 + minor samples dependency updates
    
    (cherry picked from commit 10ed47496475d88f098a6d8b1a41adf302b763cb)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    #	parent/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 4 ++--
 parent/pom.xml                                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 8bd17e1..390397d 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -33,11 +33,11 @@
         <spring.boot.version>2.3.9.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
-        <cxf.netty.version>4.1.69.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.70.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.27</cxf.tika.version>
-        <cxf.tomcat.version>9.0.54</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.55</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index fffec68..c222c4c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -209,7 +209,7 @@
         <cxf.swagger2.version>1.6.3</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>
         <cxf.tika.version>1.27</cxf.tika.version>
-        <cxf.tomcat.version>9.0.54</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.55</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.7</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
         <cxf.undertow.xnio.osgi.version>[3.3,4.0)</cxf.undertow.xnio.osgi.version>