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 2023/01/22 16:32:17 UTC

[cxf] branch 3.6.x-fixes updated (26f6e829a7 -> 8547220e75)

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 26f6e829a7 Bump feign-core to 12.1 and feign-opentracing to 0.4.1
     new ee4b170dbb Update maven-pmd-plugin to 3.20.0
     new a899dacb21 Update PMD to 6.53.0
     new d068b9012c Fix msv-core dependency exclusions after 2022.7 update
     new 8547220e75 Recording .gitmergeinfo Changes

The 4 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 | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)


[cxf] 01/04: Update maven-pmd-plugin to 3.20.0

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 ee4b170dbb3c699eb5e91cbe1dc9c35d75519ef7
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 21 10:56:15 2023 -0500

    Update maven-pmd-plugin to 3.20.0
    
    (cherry picked from commit f532aed5ab1c915954be765032e79c59cbce16e6)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 09a853131b..3c4e97c1d4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -421,7 +421,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.19.0</version>
+                    <version>3.20.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>


[cxf] 02/04: Update PMD to 6.53.0

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 a899dacb21247582bda56c9b55c6aa31bc6332a9
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 21 10:59:43 2023 -0500

    Update PMD to 6.53.0
    
    (cherry picked from commit 7c971f2777e289f2b920300349d30e7c87c8d6fa)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3c4e97c1d4..4387c5f1b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -431,12 +431,12 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-core</artifactId>
-                            <version>6.49.0</version>
+                            <version>6.53.0</version>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-java</artifactId>
-                            <version>6.49.0</version>
+                            <version>6.53.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>


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

commit 8547220e759831cebc41b84b0181ddc481716022
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jan 22 10:21:25 2023 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 213d2ab3d4..f1ca0b4b0e 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -235,6 +235,7 @@ M e323b0724a6899e675ff020e70bc7119ab47c04f
 M e493398886b19b1a6dd75f2bc99a2914ddb63441
 M e4d5c200a8e2b4df6c05c3ac6306e5d6384b81dc
 M e585d86008e96cfe8d1e88c0b415a97fa8b02690
+M e628555f18f3bb82fc1f29f04cbf293dd0ad8175
 M e6cbcec142d36ac8e4c58b719bdffe906df266a7
 M e82ef169d1a61334e6a410c554a7c72ab92d756d
 M e88b6f5d0f6f1a40311317ed18f204073ac66556


[cxf] 03/04: Fix msv-core dependency exclusions after 2022.7 update

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 d068b9012c778f53fa7603e348adce69fcf4548b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 21 21:19:29 2023 -0500

    Fix msv-core dependency exclusions after 2022.7 update
    
    (cherry picked from commit fb3918beb61b1c62c7bcbb5564e98c7fa628e5a1)
---
 parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4387c5f1b5..1e5471066f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1787,6 +1787,10 @@
                         <groupId>net.java.dev.msv</groupId>
                         <artifactId>msv-testharness</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>xml-apis</groupId>
+                        <artifactId>xml-apis</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>