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/19 21:26:16 UTC

[cxf] branch 3.6.x-fixes updated (5b9788a6dd -> ca7b6d8daf)

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

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


    from 5b9788a6dd Update to Swagger Core to 2.2.1 (#957)
     new 1735be2e55 Update Apache Johnzon to 1.2.18
     new 6f008abce3 Fixing javadoc generation under JDK-17
     new ca7b6d8daf Update Dropwizard Metrics to 4.2.10

The 3 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:
 maven-plugins/java2wadl-plugin/pom.xml | 9 ++++++++-
 parent/pom.xml                         | 4 ++--
 pom.xml                                | 2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)


[cxf] 02/03: Fixing javadoc generation under JDK-17

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

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

commit 6f008abce36c9903b99d0254371d087ad742a144
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jun 19 12:00:35 2022 -0400

    Fixing javadoc generation under JDK-17
    
    (cherry picked from commit 3a4d179b5860f45511f616af4e2f3bf03c9280c4)
---
 maven-plugins/java2wadl-plugin/pom.xml | 9 ++++++++-
 pom.xml                                | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml
index e5aa6e33bd..8e94f8e2b1 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -230,7 +230,7 @@
                               </execution>
                           </executions>
                           <configuration>
-                              <release>9</release>
+                              <release>11</release>
                           </configuration>
                       </plugin>
                       <plugin>
@@ -249,6 +249,13 @@
                               </execution>
                           </executions>
                       </plugin>
+                      <plugin>
+                          <groupId>org.apache.maven.plugins</groupId>
+                          <artifactId>maven-javadoc-plugin</artifactId>
+                          <configuration>
+                              <release>11</release>
+                          </configuration>
+                      </plugin>
                   </plugins>
               </pluginManagement>
           </build>
diff --git a/pom.xml b/pom.xml
index 00725dc045..8d4546231a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.3.2</version>
+                    <version>3.4.0</version>
                     <configuration>
                         <attach>true</attach>
                         <source>${cxf.jdk.version}</source>


[cxf] 03/03: Update Dropwizard Metrics to 4.2.10

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

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

commit ca7b6d8daff836949e95f41ef825155d66e512e2
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jun 19 14:23:59 2022 -0400

    Update Dropwizard Metrics to 4.2.10
    
    (cherry picked from commit b628a0dd123e2eab6ca8e2e1401ef040b80c565f)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d45f406df9..4fcf4c1f3a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -102,7 +102,7 @@
         <cxf.derby.version>10.15.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.3</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
-        <cxf.dropwizard4.version>4.2.9</cxf.dropwizard4.version>
+        <cxf.dropwizard4.version>4.2.10</cxf.dropwizard4.version>
         <cxf.ehcache3.version>3.9.3</cxf.ehcache3.version>
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>


[cxf] 01/03: Update Apache Johnzon to 1.2.18

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

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

commit 1735be2e55072686c340054e3323308b4dc309f8
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jun 19 11:19:35 2022 -0400

    Update Apache Johnzon to 1.2.18
    
    (cherry picked from commit 380f8f5f342e7cad3f470a076ab41b3519604d7a)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8703d0ed51..d45f406df9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -155,7 +155,7 @@
         <cxf.jetty.version>${cxf.jetty9.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.johnzon.version>1.2.15</cxf.johnzon.version>
+        <cxf.johnzon.version>1.2.18</cxf.johnzon.version>
         <cxf.json.api.version>1.1.6</cxf.json.api.version>
         <cxf.json.bind-api.version>1.0.2</cxf.json.bind-api.version>
         <cxf.jsr250.api.version>1.0</cxf.jsr250.api.version>