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/02/16 15:32:31 UTC

[cxf] branch 3.6.x-fixes updated (c58c476f52 -> 517bbbdb62)

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

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


    from c58c476f52 Recording .gitmergeinfo Changes
     new 5c254d17cf Update Project Reactor to 3.5.3
     new 517bbbdb62 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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 517bbbdb62c44b32c660bfbd0fdb53609b8759cb
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Feb 16 10:04:44 2023 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 5a90a19553..69d1890772 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -118,6 +118,7 @@ M 3510be0065382444daf8eaf728fdf0240fd03a9b
 M 360f80381d8fc44045a5dcf8fa276f56709d383d
 M 383c9273a0b88931fef8117c6f0e481fa31734e4
 M 3b3ff83cda8fdbea1848d31f8e7fdd54a4a2c4c6
+M 3ce7a90d8b6b96fed6ee74f95f268167e77842eb
 M 3da78c10988c13239f7b156c68fafbe400de76de
 M 4356da0295b57336c96f4d41b3b259eea0c51f8f
 M 4540d59d1cdca6f0b364bff2f56c488cbd7423de


[cxf] 01/02: Update Project Reactor to 3.5.3

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

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

commit 5c254d17cf60921be3780c5817647563de3bbf6e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Feb 16 09:26:35 2023 -0500

    Update Project Reactor to 3.5.3
    
    (cherry picked from commit 78cdfd3374652834ab8dd0c500c69151a9ed25ff)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2ae430afce..bd00525fe6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -189,7 +189,7 @@
         <cxf.plexus-archiver.version>4.6.1</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.5.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.5.2</cxf.reactor.version>
+        <cxf.reactor.version>3.5.3</cxf.reactor.version>
         <cxf.rhino.version>1.7.14</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>