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/09/10 22:42:37 UTC

[cxf] branch 3.4.x-fixes updated (6a4e41b -> 5227a25)

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 6a4e41b  CXF-8593: Error when installing CXF OpenAPI v3 under Karaf 4.2.11 (#846)
     new 871c816  Update Netty to 4.1.68.Final (#848)
     new 5227a25  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 +
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

[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 5227a25eb8283a51052cf0f70eeebfd8cc3af937
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Sep 10 18:09:29 2021 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 678b1af..54a2d87 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -107,6 +107,7 @@ M 2cd495719e7532657f7e8cad5b5347cedccd2de8
 M 2f844e251362ab62923cfc6b7061591375a1cb44
 M 37ce0562e8b98bf8fce0c15834a45ff9b5eb58e6
 M 39ff641f3d81d8e0b9487ae8c49ac2a5bf055bc1
+M 3bee95db57ddac116e57e2fba50e9f0628c56e56
 M 3e40a2387febaf00f47fe893d97ffdf63aaa4626
 M 4162189dabdb22aec54dc3c5ae93cf42b0575d3d
 M 420f6f35915cbd50cc175a6a10359125516b0213

[cxf] 01/02: Update Netty to 4.1.68.Final (#848)

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 871c816db8350996560b7bd6c36dd1e9bbc5f4f4
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Sep 10 17:28:47 2021 -0400

    Update Netty to 4.1.68.Final (#848)
    
    (cherry picked from commit 3bee95db57ddac116e57e2fba50e9f0628c56e56)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fbd4f51..44bc4f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -172,7 +172,7 @@
         <cxf.msv.version>2013.6.1</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.67.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.68.Final</cxf.netty.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>
         <cxf.olingo.version>2.0.11</cxf.olingo.version>
         <cxf.openjpa.version>3.1.2</cxf.openjpa.version>