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/29 22:38:16 UTC

[cxf] branch 3.4.x-fixes updated (1c9200f -> 104d59d)

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

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


    from 1c9200f  CXF-8479: Fixing jaxrs.ee.rs.container.responsecontext getEntityAnnotationsTest, other jaxrs.ee.rs.core.uriinfo.* and jaxrs.ee.rs.ext.interceptor.containerwriter.interceptorcontext.* tests
     new ee27158  Update SwaggerUI to 4.8.1 (#928)
     new 104d59d  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                                 | 2 ++
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

[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.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 104d59d1fe3bdba61c527973cc5e894ea6130bea
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Mar 29 17:13:29 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 755bccc..52f2298 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -149,6 +149,8 @@ M 1955e0d57557bd682d0e7fe6bd68d3fb973c4af0
 M 1b48b239be3807e843c56939f663ae935a53f6f5
 M 1c7c39771adb05f1fa8678e20b97f1c735f2601c
 M 1f7d72caf45c4351e27d3b04458cc523ccd3bfdf
+M 20f71f151cebbb09d5c4bde0024e3f6502c4415c
+M 218f0e61d2039a1c2bd0cff82618d3a7aad9dfce
 M 25dbe8466e60e3d8df8d9aecb392fe5026875890
 M 27f8e28b8415b370d34e46df0d83587d634560c2
 M 2871e80043c2452cf9aca3925a07360b8775c508

[cxf] 01/02: Update SwaggerUI to 4.8.1 (#928)

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

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

commit ee271584a09572d34759dcc70345d8749f6a8ff8
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Mar 29 16:19:03 2022 -0400

    Update SwaggerUI to 4.8.1 (#928)
    
    (cherry picked from commit 2fd5717324512877d2417e9225ff060fd06e2e5e)
    (cherry picked from commit 20f71f151cebbb09d5c4bde0024e3f6502c4415c)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    #	parent/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 8c76a79..438d065 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -35,7 +35,7 @@
         <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
         <cxf.netty.version>4.1.75.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
-        <cxf.swagger.ui.version>4.5.0</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.8.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.28.1</cxf.tika.version>
         <cxf.tomcat.version>9.0.60</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 46494ce..86e5694 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -210,7 +210,7 @@
         <cxf.spring.security.version>5.3.13.RELEASE</cxf.spring.security.version>
         <cxf.spring.version>5.2.19.RELEASE</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>4.5.2</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.8.1</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.6</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>