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/04/16 01:09:08 UTC

[cxf] branch 3.3.x-fixes updated (f60c6f5 -> 25df93e)

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

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


    from f60c6f5  Recording .gitmergeinfo Changes
     new 7359f73  Update to Jetty 9.4.40.v20210413
     new 25df93e  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  | 4 ++++
 parent/pom.xml | 2 +-
 2 files changed, 5 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.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 25df93e90e86613430e18ed22e4a72c83ee7c05b
Author: reta <dr...@gmail.com>
AuthorDate: Thu Apr 15 21:07:21 2021 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 0eaecda..35dc227 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -110,6 +110,7 @@ B 27d9f6ac75162f9bbcfcf2bb2f5b569baf424a5d
 B 27ea93e0b21c91651030a96a8e6eda484693199c
 B 2851ffc7f9980fb03b5bd498ee837749414c8664
 B 28780a99ff888d6e27c1c6d92dda0046bf513d33
+B 294c6936a9116954bd370fbf757ec50162945ba7
 B 29519813ada3c4dd7e10fb3435108f279d876e96
 B 29603389cb1cfc045b1be61fe2c5e01df59549fe
 B 2ab877784791d5365f89bdc89a1bbb90200550fe
@@ -792,6 +793,7 @@ M 84bc3830fb3d320f843b43d86e90d8a7e7e871d4
 M 8532499404623bd531147ee314ec65544cab34de
 M 88907f141ee80792627da3cc7846d1562f6c0238
 M 8ab434d7b12daa69c68aaad386be939d8ecb6780
+M 8ad7a9bbe1d9c257ff0ca9e99862095c9be7302d
 M 8b11d6b26369650e5f4c6f3730dbb97d60927d9b
 M 8b67b6f672d25f1128924e8aac58a6f395fe3511
 M 8c4f04855a5d8623daff2aa8a8856367879c624b
@@ -854,6 +856,8 @@ M c0ef051466d775c84ddb20a9a12025d4258fb18b
 M c1b52e9ed11541a74d1c7d48e880052c1d38049f
 M c1b729ea9f0c43e6560099dbc427751fe33ee088
 M c2244fa94cd86e1bd1068f36d9fe2f88269f2a74
+M c42eec4b0ead390f3e02eb4f1d50cdd4af640fe0
+M c5a94eae1cf29b81562cca7baac5c7658201d14d
 M c673affb1cc40a38953dd9ce6b567705fa6eef46
 M cafe51572ed0a0c1452ea0685b1c750fb0df6755
 M cbc0fde7f85d01e379e40a7f27fe5cea20169ddf

[cxf] 01/02: Update to Jetty 9.4.40.v20210413

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

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

commit 7359f7374ec117758d9c3d7dca2cb874f77839eb
Author: reta <dr...@gmail.com>
AuthorDate: Thu Apr 15 19:09:19 2021 -0400

    Update to Jetty 9.4.40.v20210413
    
    (cherry picked from commit 8260ac48281c63bbf710f21629a39ebabe65188b)
    (cherry picked from commit 8ad7a9bbe1d9c257ff0ca9e99862095c9be7302d)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5ba6298..85ce131 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.4.1</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
-        <cxf.jetty9.version>9.4.39.v20210325</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.40.v20210413</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jexl.version>2.1.1</cxf.jexl.version>
         <cxf.joda.time.version>2.9.4</cxf.joda.time.version>