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/22 00:57:20 UTC

[cxf] branch master updated (cfe9f430ee -> 4356da0295)

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


    from cfe9f430ee CXF-8371: Support Jakarta EE 9.1+ (#912)
     new 079d7ecbda Update Jetty to 11.0.10
     new 4356da0295 CXF-8715: Migrate Microprofile OpenAPI

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:
 distribution/src/main/release/samples/pom.xml  | 2 +-
 parent/pom.xml                                 | 5 +++--
 rt/rs/description-microprofile-openapi/pom.xml | 1 +
 rt/rs/pom.xml                                  | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)


[cxf] 01/02: Update Jetty to 11.0.10

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 079d7ecbdaa87dcb6dbcff530595f128fe6e7519
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jun 21 20:28:55 2022 -0400

    Update Jetty to 11.0.10
---
 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 c89d1f3f83..8c172cacff 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,7 +32,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>3.0.0-M2</spring.boot.version>
         <spring.cloud.eureka.version>3.1.0</spring.cloud.eureka.version>
-        <cxf.jetty11.version>11.0.9</cxf.jetty11.version>
+        <cxf.jetty11.version>11.0.10</cxf.jetty11.version>
         <cxf.netty.version>4.1.77.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.11.1</cxf.swagger.ui.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 68bb37ee68..84aa2b3d07 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -154,7 +154,7 @@
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.5.0</cxf.jettison.version>
         <cxf.jetty.osgi.version>[11,12)</cxf.jetty.osgi.version>
-        <cxf.jetty11.version>11.0.9</cxf.jetty11.version>
+        <cxf.jetty11.version>11.0.10</cxf.jetty11.version>
         <cxf.jetty.version>${cxf.jetty11.version}</cxf.jetty.version>
         <cxf.jexl.version>3.2.1</cxf.jexl.version>
         <cxf.joda.time.version>2.10.10</cxf.joda.time.version>


[cxf] 02/02: CXF-8715: Migrate Microprofile OpenAPI

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 4356da0295b57336c96f4d41b3b259eea0c51f8f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jun 21 20:57:07 2022 -0400

    CXF-8715: Migrate Microprofile OpenAPI
---
 parent/pom.xml                                 | 3 ++-
 rt/rs/description-microprofile-openapi/pom.xml | 1 +
 rt/rs/pom.xml                                  | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 84aa2b3d07..1a7ecfcee7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -107,7 +107,7 @@
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>
         <cxf.geronimo.jta.version>1.1.1</cxf.geronimo.jta.version>
-        <cxf.geronimo.openapi.version>1.0.14</cxf.geronimo.openapi.version>
+        <cxf.geronimo.openapi.version>1.0.15</cxf.geronimo.openapi.version>
         <cxf.glassfish.el.version>4.0.0</cxf.glassfish.el.version>
         <cxf.glassfish.json.version>2.0.1</cxf.glassfish.json.version>
         <cxf.guava.version>30.1-jre</cxf.guava.version>
@@ -1142,6 +1142,7 @@
                 <groupId>org.apache.geronimo</groupId>
                 <artifactId>geronimo-openapi-impl</artifactId>
                 <version>${cxf.geronimo.openapi.version}</version>
+                <classifier>jakarta</classifier>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
diff --git a/rt/rs/description-microprofile-openapi/pom.xml b/rt/rs/description-microprofile-openapi/pom.xml
index 42414fdb02..de81275964 100644
--- a/rt/rs/description-microprofile-openapi/pom.xml
+++ b/rt/rs/description-microprofile-openapi/pom.xml
@@ -77,6 +77,7 @@
         <dependency>
             <groupId>org.apache.geronimo</groupId>
             <artifactId>geronimo-openapi-impl</artifactId>
+            <classifier>jakarta</classifier>
         </dependency>
         <dependency>
             <groupId>jakarta.json</groupId>
diff --git a/rt/rs/pom.xml b/rt/rs/pom.xml
index 0269cd3c45..7c77002549 100644
--- a/rt/rs/pom.xml
+++ b/rt/rs/pom.xml
@@ -47,6 +47,7 @@
         <module>description-swagger-ui</module>
         <module>microprofile-client</module>
         <module>description-common-openapi</module>
+        <module>description-microprofile-openapi</module>
     </modules>
     
     <profiles>
@@ -56,7 +57,6 @@
             <id>javax</id>
             <modules>
                 <module>description-swagger</module>
-                <module>description-microprofile-openapi</module>
             </modules>
         </profile>
     </profiles>