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/09 16:47:22 UTC

[cxf] branch 3.4.x-fixes updated (2fa3980 -> b31eaa8)

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 2fa3980  Recording .gitmergeinfo Changes
     new c856445  Update major Maven plugins to latest versions (#914)
     new f758ed6  Update to Mockito 4.4.0 (#921)
     new b31eaa8  Recording .gitmergeinfo Changes

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:
 .gitmergeinfo  |  5 +++++
 parent/pom.xml |  2 +-
 pom.xml        | 32 +++++++++++++++++---------------
 3 files changed, 23 insertions(+), 16 deletions(-)

[cxf] 02/03: Update to Mockito 4.4.0 (#921)

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 f758ed6b30a745a0bf0fb083a22109f8a56398ec
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Mar 9 08:32:56 2022 -0500

    Update to Mockito 4.4.0 (#921)
    
    (cherry picked from commit 7b144c6ee38c3883ec031ad0cc32d122824b42b5)
    (cherry picked from commit 04c73ab64486b3806c3cc78d5196d2c52280ca89)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1d42b78..0a88dc9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -174,7 +174,7 @@
         <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>
         <cxf.mina.version>2.1.5</cxf.mina.version>
-        <cxf.mockito.version>4.3.1</cxf.mockito.version>
+        <cxf.mockito.version>4.4.0</cxf.mockito.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>

[cxf] 01/03: Update major Maven plugins to latest versions (#914)

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 c856445aeaf8d66abf922088f9fa132c8aabd0c4
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Feb 28 18:55:29 2022 -0500

    Update major Maven plugins to latest versions (#914)
    
    (cherry picked from commit 1ecc24d817d4ef0cba4a4079a1c69abf33d1ad9b)
    (cherry picked from commit 81f2f08329f01d3bfa02249d4ba21b5fb24ac6a4)
---
 pom.xml | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1630f68..079cfba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <cxf.jdk.version>1.8</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>
-        <maven-owasp-plugin-version>6.1.6</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>6.5.3</maven-owasp-plugin-version>
     </properties>
     <distributionManagement>
         <repository>
@@ -216,7 +216,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-compiler-plugin</artifactId>
-                            <version>3.8.1</version>
+                            <version>3.10.0</version>
                             <configuration>
                                 <source>${cxf.jdk.version}</source>
                                 <target>${cxf.jdk.version}</target>
@@ -427,12 +427,12 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.3.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.3</version>
+                    <version>5.1.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -459,7 +459,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.3.1</version>
+                    <version>3.3.2</version>
                     <configuration>
                         <attach>true</attach>
                         <source>${cxf.jdk.version}</source>
@@ -486,7 +486,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.8.1</version>
+                    <version>3.10.0</version>
                     <configuration>
                         <source>${cxf.jdk.version}</source>
                         <target>${cxf.jdk.version}</target>
@@ -518,12 +518,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.2.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                     <configuration>
                         <encoding>UTF-8</encoding>
                     </configuration>
@@ -531,12 +531,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.3.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.1.2</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -551,7 +551,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.9</version>
+                    <version>3.2.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -595,7 +595,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.7.1</version>
+                    <version>3.11.0</version>
                     <configuration>
                         <chmod>true</chmod>
                         <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
@@ -684,7 +684,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.3.1</version>
+                    <version>3.3.2</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -706,16 +706,18 @@
     <reporting>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.6</version>
+                <version>3.11.0</version>
                 <configuration>
                     <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.2</version>
                 <configuration>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                 </configuration>

[cxf] 03/03: 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 b31eaa8616efe1333b212251b1b425847451811c
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Mar 9 10:05:45 2022 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 58e50aa..2e0bbae 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -11,6 +11,7 @@ B 0dce4cd3c0362da3a9864a1a93da0f6e5d480d7f
 B 0e235a4d7ca094ebd2a8afc6b22c00a841e2e554
 B 0e96fca5e25a68971b7944276af029b0f0df801c
 B 124fae280460ca911c6040868271328e6ca8fe98
+B 14add09ab01626d5af2d341aabf503ab5953ce6d
 B 178db0d8fa34d98783d255d2beabd6e6faab4f0c
 B 1b5c307b2f4cb375f436c9c1f406e099a15ef317
 B 1b6adcb32f93d708d817cabf2cc63973fbc069de
@@ -83,6 +84,7 @@ B a7c37c22b7c80eea75d8b992626694b4cdd189d2
 B a7f455e36eba7d8f75be760991f23fa9be705143
 B a88e9d437b3a4e8630b33fa7d9e15a1a3bcd96c9
 B aa2874f35a9d42727bc3b3452de4e0a4b7d7ba48
+B aa6addd2debab451dd178d6d50c88d1cabd7d97d
 B aab3cb13cc61b0ec756680a2209db42fc3db933c
 B aec252eda5197098f9306e62edbf6a46e35cd054
 B b341f7cd05a5130f53efd56c01d14136655afe35
@@ -125,6 +127,7 @@ M 0099eed503ce519c7514ac63b67758882f00e14f
 M 011debd91b16215245e039309e620699042a9f4b
 M 0320ad320ba88a123a5296a8060d3ac1794009f6
 M 049ed3c49a05f9997111afd66ba583dc2b4630f2
+M 04c73ab64486b3806c3cc78d5196d2c52280ca89
 M 0903bdd2f5f91de71425dedde8c5d7fbf44d297f
 M 0c609dc1e242e4156ad55e10fa0699636da02ee9
 M 0dad051a0f126b1e365f83dfe1e4647a36e163f9
@@ -227,6 +230,7 @@ M 72fee532816746a107f32cacad53f391b89073eb
 M 7381411c96166c7320e07f9809182e060d52e7df
 M 73c22d0a0c0f98a6def324f28c4eee10bda917ea
 M 752a8a2dafff76ed8098cd73f1e071ffa0514754
+M 79cef4b00e357829bb688d4a897157235d23132e
 M 79f8c812ec3e61d5702adb5ec54f5aecb7e04a8e
 M 7a05e4fb0b67a89b86ed6eee68b9416005d6f631
 M 7c15ae9596cf879bb4e8089816c3deffcd309c76
@@ -334,6 +338,7 @@ M e47b201c3032f64082e9173c0f02d54698388c06
 M e516a32d1279a0da17c405dbf78b71e3303c2e0d
 M e607d5c197aaa07ae213aa129e7bc09003c8804c
 M e671095fbb2576e6e5a01d860951c3aa84968c80
+M e758de3e60501bd33ca1b9ef3df685128d4a443a
 M e775237e6dcb16b647d102bcbb3908d3e9fce1de
 M ea7ea0c32683af9973f9897049f024c50ec6afa3
 M eb4bab9983a287bf9dc0574d22077cc783bc88ac