You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gi...@apache.org on 2023/02/22 09:31:40 UTC

[cxf] branch dependabot/maven/cxf.maven.core.version-3.9.0 updated (bea545bc72 -> 12097c16e1)

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

github-bot pushed a change to branch dependabot/maven/cxf.maven.core.version-3.9.0
in repository https://gitbox.apache.org/repos/asf/cxf.git


 discard bea545bc72 Bump cxf.maven.core.version from 3.6.3 to 3.9.0
     add 73a66684b9 Try to fix ws-discovery test on MacOS with vpn turned on
     add f16a87bdd0 Fix a bunch of checkstyle issues
     add c7441e5275 Couple of minor version updates
     add 751980b262 Update to use non-depracated APIs
     add ddcc93f127 Bump jbossws-cxf-client from 6.1.0.Final to 6.2.0.Final (#1139)
     add d7f21c64ee Bump org.eclipse.persistence.moxy from 2.6.4 to 2.7.6 (#1138)
     add cf3d2a8efd Minor cleanup of some warnings
     add 01758f6eed Update maven-surefire-report-plugin to 3.0.0-M9
     add 4e1c0dd205 Update Jenkinsfile pipeline to update snapshots for Apache Maven builds
     add 3ce7a90d8b Update Spring Framework to 6.0.5
     add 6edb241db2 Use slightly older tycho if testing various modules with java11
     add d9506070f7 Bump cxf.hazelcast.version from 5.2.1 to 5.2.2 (#1140)
     add 78cdfd3374 Update Project Reactor to 3.5.3
     add 9c625cb4da Bump maven-plugin-annotations from 3.6.2 to 3.7.1 (#1143)
     add 25f073a857 Bump jruby from 1.7.27 to 9.4.1.0 (#1144)
     add 0f2a3fdf5a Bump cxf.tycho.version from 3.0.2 to 3.0.3 (#1146)
     add 1f62de8deb Bump hisrc-basicjaxb-plugins from 2.0.0 to 2.1.0 (#1145)
     add 96bf7ded9f Removing old Jackson version from CXF JAX-RS archetype (#1149)
     add 6f6aeef7c0 Bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#1147)
     add 04bc5be243 Fixing jakarta Jackson provider for archetype
     add b546325057 Update Spring Security to 6.0.2
     add 12097c16e1 Bump cxf.maven.core.version from 3.6.3 to 3.9.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   (bea545bc72)
            \
             N -- N -- N   refs/heads/dependabot/maven/cxf.maven.core.version-3.9.0 (12097c16e1)

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 +-
 .../cxf/bus/spring/Jsr250BeanPostProcessor.java    |  5 ++--
 .../org/apache/cxf/common/util/SortedArraySet.java |  3 ++-
 .../cxf/common/util/SpringClasspathScanner.java    |  5 +---
 .../org/apache/cxf/message/MessageUtilsTest.java   |  6 ++---
 .../release/samples/ruby_spring_support/pom.xml    |  2 +-
 .../src/main/java/demo/spring/client/Client.java   | 14 +++++------
 .../src/main/resources/HelloWorldImpl.rb           |  2 +-
 .../main/release/samples/ws_transaction/pom.xml    |  2 +-
 .../src/main/resources/archetype-resources/pom.xml | 20 +++++-----------
 .../src/main/webapp/WEB-INF/beans.xml              |  5 ++--
 .../src/test/java/HelloWorldIT.java                |  8 ++-----
 parent/pom.xml                                     | 24 ++++++++++---------
 pom.xml                                            |  4 ++--
 .../cxf/binding/soap/saaj/SAAJFactoryResolver.java |  1 -
 .../org/apache/cxf/aegis/type/xml/SourceType.java  | 18 +++++----------
 .../apache/cxf/jaxb/JAXBContextInitializer.java    |  1 -
 .../cxf/ext/logging/MaskSensitiveHelperTest.java   |  2 +-
 .../interceptors/AbstractMetricsInterceptor.java   |  3 +--
 .../WebFaultOutInterceptorTestCase.java            | 19 ++++++++-------
 .../javascript/fortest/SimpleDocLitBareImpl.java   |  3 +--
 .../org/apache/cxf/jaxrs/openapi/SwaggerUi.java    |  1 -
 .../jetty/JettyWebSocketDestinationTest.java       |  1 +
 .../security/policy/interceptors/STSInvoker.java   |  5 ++--
 .../SpnegoContextTokenInInterceptor.java           |  2 +-
 .../cxf/ws/security/trust/AbstractSTSClient.java   |  5 ++--
 .../org/apache/cxf/wsdl/JAXBExtensionHelper.java   |  3 +--
 .../sts/token/provider/SymmetricKeyHandler.java    |  1 -
 .../systest/sts/batch/SimpleBatchSTSClient.java    |  4 ++--
 .../cxf/ws/discovery/WSDiscoveryClientTest.java    | 15 ++++++++----
 .../java/org/apache/cxf/wsn/jms/JmsPublisher.java  | 11 ++++-----
 .../java/org/apache/cxf/wsn/WsnBrokerTest.java     |  1 +
 services/xkms/xkms-x509-handlers/pom.xml           |  4 ++--
 .../cxf/systest/grizzly/EndpointAPITest.java       |  2 +-
 .../cxf/systest/grizzly/GrizzlyHttpContext.java    | 27 ++++++++++++++++++----
 .../cxf/systest/grizzly/GrizzlyHttpExchange.java   | 24 +++++++++++++++++--
 .../cxf/systest/grizzly/GrizzlyHttpHandler.java    | 18 +++++++++++++++
 .../provider/AbstractSourcePayloadProvider.java    |  7 ++++--
 .../apache/cxf/systest/jms/AbstractVmJMSTest.java  |  1 -
 39 files changed, 159 insertions(+), 122 deletions(-)