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/16 12:10:02 UTC

[cxf] branch master updated (2fa25a5a22 -> fe56bf6b7b)

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

reta pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


 discard 2fa25a5a22 Update Project Reactor to 3.4.19
     new fe56bf6b7b Update Project Reactor to 3.4.9

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2fa25a5a22)
            \
             N -- N -- N   refs/heads/master (fe56bf6b7b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:


[cxf] 01/01: Update Project Reactor to 3.4.9

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit fe56bf6b7b7d8b4645a88951b0bcd266fe1ee53b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jun 16 07:59:24 2022 -0400

    Update Project Reactor to 3.4.9
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 456de26217..325455b041 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -187,7 +187,7 @@
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.3.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
-        <cxf.reactor.version>3.4.18</cxf.reactor.version>
+        <cxf.reactor.version>3.4.19</cxf.reactor.version>
         <cxf.rhino.version>1.7.13</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>