This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/net.sourceforge.pmd-pmd-java-7.17.0
in repository https://gitbox.apache.org/repos/asf/cxf.git
discard 4fb37b02fd Bump net.sourceforge.pmd:pmd-java from 7.16.0 to 7.17.0
add 400990f270 Bump org.apache.maven.plugins:maven-surefire-report-plugin
(#2604)
add e143639a2d Bump cxf.dropwizard4.version from 4.2.36 to 4.2.37 (#2606)
add 342ac91f59 Update Hibernate to 6.6.29.Final
add 69ffdd5234 Update Spring Security to 6.4.10
add 11f99e71e9 Bump org.apache.maven.plugins:maven-surefire-plugin from
3.5.3 to 3.5.4 (#2610)
add 7410cb4b0c Bump org.jvnet.jaxb:jaxb-plugins from 4.0.10 to 4.0.11
(#2609)
add 437b74030d Bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.36
to 2.2.37 (#2608)
add 84a6f09667 [CXF-9159]CXF client to support spring boot SSL bundles
(#2607)
add 68c17f79a8 Update Spring Security to 6.4.11
add efdc63a5fc Update Spring Boot to 3.4.10
add 1a0892c5eb Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to
4.0.4 (#2612)
add 87a976b3d5 Add JDK-25 to Jenkinsfile
add 0fd6279645 [CXF-9165] Removing unnecessary JDK8 hacks (#2582)
add 806318e55a Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#2616)
add 7300eea37c Bump cxf.opentelemetry.version from 1.54.0 to 1.54.1 (#2615)
add 310f7c0203 Update Mockito to 5.20.0
add 45beaf8b3e Update Groovy to 4.0.28
add b251a67573 Bump org.apache.maven.plugins:maven-compiler-plugin (#2620)
add e6d6cedf56 Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5
(#2617)
add 8f2852ce25 Bump jakarta.mail:jakarta.mail-api from 2.1.4 to 2.1.5
(#2619)
add 0b8df4d9f2 Bump org.eclipse.angus:angus-mail from 2.0.4 to 2.0.5
(#2621)
add 090d1b7d8e Bump org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6
(#2622)
add 66c4712c89 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#2623)
add 3ee175b2ad Bump io.reactivex.rxjava3:rxjava from 3.1.11 to 3.1.12
(#2626)
add 7c7e90dd70 Bump com.h2database:h2 from 2.3.232 to 2.4.240 (#2625)
add 3a6dfeaefd Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.3 to 3.12.0 (#2624)
add ef1131d04c Bump org.owasp:dependency-check-maven from 12.1.5 to 12.1.6
(#2629)
add ea7bdb861a Bump org.graalvm.buildtools:native-maven-plugin from 0.11.0
to 0.11.1 (#2628)
add 99d60a742f Bump org.eclipse.persistence:org.eclipse.persistence.moxy
(#2627)
add a5f48a03ff Bump net.sourceforge.pmd:pmd-java from 7.16.0 to 7.17.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4fb37b02fd)
\
N -- N -- N
refs/heads/dependabot/maven/net.sourceforge.pmd-pmd-java-7.17.0 (a5f48a03ff)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 2 +-
.../org/apache/cxf/common/logging/JDKBugHacks.java | 102 ++++++--------
.../release/samples/groovy_spring_support/pom.xml | 2 +-
.../release/samples/jax_rs/graalvm_basic/pom.xml | 4 +-
.../src/main/release/samples/jaxws_graalvm/pom.xml | 4 +-
.../samples/jaxws_graalvm_dynamic/client/pom.xml | 2 +-
.../samples/jaxws_graalvm_dynamic/server/pom.xml | 2 +-
distribution/src/main/release/samples/pom.xml | 8 +-
.../autoconfigure/ssl/CxfClientSslProperties.java | 127 +++++++++++++++++
.../ssl/CxfSslBundlesAutoConfiguration.java | 53 ++++++++
.../ssl/SslBundleHttpConduitConfigurer.java | 110 +++++++++++++++
...rk.boot.autoconfigure.AutoConfiguration.imports | 1 +
parent/pom.xml | 34 ++---
pom.xml | 12 +-
systests/spring-boot/pom.xml | 23 ++++
.../spring/boot/ssl/SpringClientSslBundleTest.java | 150 +++++++++++++++++++++
.../src/test/resources/application-ssl.yml | 46 +++++++
17 files changed, 589 insertions(+), 93 deletions(-)
create mode 100644
integration/spring-boot/autoconfigure/src/main/java/org/apache/cxf/spring/boot/autoconfigure/ssl/CxfClientSslProperties.java
create mode 100644
integration/spring-boot/autoconfigure/src/main/java/org/apache/cxf/spring/boot/autoconfigure/ssl/CxfSslBundlesAutoConfiguration.java
create mode 100644
integration/spring-boot/autoconfigure/src/main/java/org/apache/cxf/spring/boot/autoconfigure/ssl/SslBundleHttpConduitConfigurer.java
create mode 100644
systests/spring-boot/src/test/java/org/apache/cxf/systest/spring/boot/ssl/SpringClientSslBundleTest.java
create mode 100644 systests/spring-boot/src/test/resources/application-ssl.yml