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/03/21 20:44:46 UTC

[cxf] branch 3.5.x-fixes updated (c6c02b9 -> b3fc199)

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 c6c02b9  Custom certificate alias not being used when using HC5 AsyncHTTPConduit (#923)
     new 72bca06  Update Swagger UI to 4.5.2
     new b3fc199  Update RxJava3 to 3.1.4

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:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[cxf] 02/02: Update RxJava3 to 3.1.4

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 b3fc1996eada7b808d8e8e629e12e07f989be495
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Mar 21 15:50:07 2022 -0400

    Update RxJava3 to 3.1.4
    
    (cherry picked from commit e2cb6830b4a6a523108c602b8ef59d4957214a77)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0b6688d..f23a7f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -192,7 +192,7 @@
         <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>
-        <cxf.rxjava3.version>3.1.3</cxf.rxjava3.version>
+        <cxf.rxjava3.version>3.1.4</cxf.rxjava3.version>
         <cxf.saaj-impl.version>1.5.3</cxf.saaj-impl.version>
         <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>

[cxf] 01/02: Update Swagger UI to 4.5.2

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 72bca068a9a2efd5be8a5e24bbff688ae27cb781
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Mar 20 14:58:59 2022 -0400

    Update Swagger UI to 4.5.2
    
    (cherry picked from commit fe45e84ca52a4ad9bcfc7e375d7ebee6388be07e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7515af4..0b6688d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -207,7 +207,7 @@
         <cxf.spring.security.version>5.6.2</cxf.spring.security.version>
         <cxf.spring.version>5.3.17</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>4.5.0</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.5.2</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.13</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.5</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>