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/09/03 14:54:44 UTC

[cxf] branch 3.5.x-fixes updated (637d68276a -> d4acd95ffa)

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 637d68276a Added test case for HTTPConduit's 'http.redirect.allowed.verbs' context property (#994)
     new e13d35af65 CXF-8756: Update to Swagger UI 4.14.0 (#995)
     new d4acd95ffa 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit d4acd95ffae200d6020b66cf8ac916ecca37fc52
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Sep 3 10:54:28 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 587274e1c7..6fc5131669 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -82,6 +82,7 @@ M c4c9de9f13d3a65e3f532e2a72dc784ed3f36366
 M c5b7db5a4cceb3df6094ee38215725fd4ecc2b8c
 M ca7b6d8daff836949e95f41ef825155d66e512e2
 M cbb59bbd3e9e4ae0259b43465fbff8b5c45991c0
+M d21fa935e85a93a64545a20d3c814e6b1afdc1b6
 M d4f4b7712b3c8c5c684fa4fa0a28758d9a27cef3
 M d849512da6499d00e3e84eb60733a0343a473b44
 M db6fcc8871fd8469907f3bfadfa6f1824e52a966


[cxf] 01/02: CXF-8756: Update to Swagger UI 4.14.0 (#995)

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 e13d35af650202c60c5f6bd1eb825f33849da704
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Sep 3 09:34:04 2022 -0400

    CXF-8756: Update to Swagger UI 4.14.0 (#995)
    
    (cherry picked from commit d21fa935e85a93a64545a20d3c814e6b1afdc1b6)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e53bf77103..8f897414f2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -207,7 +207,7 @@
         <cxf.spring.security.version>5.6.7</cxf.spring.security.version>
         <cxf.spring.version>5.3.22</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>4.11.1</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.13</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.6</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>