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 2022/06/22 20:59:16 UTC

[cxf] branch 3.5.x-fixes updated (b19a230888 -> 15d78da3b5)

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

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


    from b19a230888 Recording .gitmergeinfo Changes
     new ab533d05f0 Update Jetty to 9.4.48.v20220622
     new 15d78da3b5 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                                 | 2 ++
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 3 files changed, 4 insertions(+), 2 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 15d78da3b550b728ed54166536e674a5dec5083e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jun 22 16:44:40 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 9af1141be6..6edb854997 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -17,6 +17,7 @@ B ba839e6b1f3ee5c26fd600834ea10227dd4cc317
 B cad4f0b76bb79f82a5ef4bc7e435e93996eb884b
 B cfca13411eb72d2d07ca243e24ced6e9743e6124
 B d77fd3ac9eb11bd69e5d534dffe53296e4c00ae8
+M 10c6232ee9af28bbea549433f5c6e64af470fc1d
 M 11502cd9e0f85ded3ae83b3df7226d2e107159ab
 M 15063b0f08c66011f24f2d32352200736ee83710
 M 18f1791fa72dba0a7f2ed784d0dfbbb5e9923306
@@ -26,6 +27,7 @@ M 2fda4dd66aba6ac290b9f3773e423c2bc5c61dcb
 M 309cfbf5710dab302eb4a611ac34dc288d1d8203
 M 310f93d91a00f4ab6297af2f574a0bfeda3e94f0
 M 38a09d0b606f5dc0aa3a477791af76fd6f1c0cb6
+M 5566cc4600827e08fda454c5644b9ec81251fbba
 M 5b9788a6dd477113da850f5eea48cde9064eac01
 M 60e202dde133752bdf2de35bb8b0ca3dda6113fa
 M 6ea9ff22de288343f78f73e44f47983888cbf0b2


[cxf] 01/02: Update Jetty to 9.4.48.v20220622

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

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

commit ab533d05f066a89af2a33787eb2cc615679ec72c
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jun 22 14:55:38 2022 -0400

    Update Jetty to 9.4.48.v20220622
    
    (cherry picked from commit 5566cc4600827e08fda454c5644b9ec81251fbba)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index b6fca37876..cc2cfd2f99 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,7 +32,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.6.6</spring.boot.version>
         <spring.cloud.eureka.version>3.1.1</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.47.v20220610</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.48.v20220622</cxf.jetty9.version>
         <cxf.netty.version>4.1.77.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.11.1</cxf.swagger.ui.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index b7aeed9142..a7b84fe27b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -152,7 +152,7 @@
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.5.0</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
-        <cxf.jetty9.version>9.4.47.v20220610</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.48.v20220622</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jexl.version>3.2.1</cxf.jexl.version>
         <cxf.joda.time.version>2.10.10</cxf.joda.time.version>