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

github-bot pushed a change to branch 
dependabot/maven/org.redisson-redisson-3.30.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 5919c694ced Bump org.redisson:redisson from 3.29.0 to 3.30.0
     add 112e3312167 Upgrade micrometer tracing 1.3.0
     add c1fd705d13e Bump org.opensearch.client:opensearch-java from 2.10.1 to 
2.10.2 (#14148)
     add 6a363a7ee2a (chores) camel-cxf: code cleanup
     add 97a5f12cdad CAMEL-20206: split overly complex method in ValidateMojo 
(#14147)
     add 53d0e85b4a1 Bump aws-java-sdk2-version from 2.25.51 to 2.25.52 (#14149)
     add 527b4569a09 Bump org.redisson:redisson from 3.29.0 to 3.30.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   (5919c694ced)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.redisson-redisson-3.30.0 (527b4569a09)

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:
 .../java/org/apache/camel/maven/ValidateMojo.java  | 318 +++++++-----
 .../camel/component/cxf/common/CxfPayload.java     |   2 +-
 .../component/cxf/converter/CachedCxfPayload.java  |  35 +-
 .../component/cxf/converter/CxfConverter.java      |  53 +-
 .../cxf/converter/CxfPayloadConverter.java         | 217 ++++----
 .../component/cxf/jaxrs/CamelResourceProvider.java |   2 +-
 .../camel/component/cxf/jaxrs/CxfConverter.java    |  30 +-
 .../camel/component/cxf/jaxrs/CxfRsComponent.java  | 110 ++--
 .../camel/component/cxf/jaxrs/CxfRsEndpoint.java   |  44 +-
 .../camel/component/cxf/jaxrs/CxfRsProducer.java   |  85 +--
 .../component/cxf/jaxrs/DataFormatProvider.java    |   2 +-
 .../component/cxf/jaxrs/DefaultCxfRsBinding.java   |  86 ++--
 .../component/cxf/jaxrs/SimpleCxfRsBinding.java    |  49 +-
 .../component/cxf/jaxrs/CxfRsStreamCacheTest.java  |   4 +-
 .../cxf/feature/AbstractDataFormatFeature.java     |  48 +-
 .../RawMessageContentRedirectInterceptor.java      |  51 +-
 .../camel/component/cxf/jaxws/CxfComponent.java    |  75 +--
 .../camel/component/cxf/jaxws/CxfConsumer.java     |  92 ++--
 .../camel/component/cxf/jaxws/CxfEndpoint.java     | 186 ++++---
 .../camel/component/cxf/jaxws/CxfProducer.java     |  78 ++-
 .../component/cxf/jaxws/DefaultCxfBinding.java     | 568 ++++++++++++---------
 .../cxf/jaxws/CxfConsumerStreamCacheTest.java      |   4 +-
 .../component/cxf/CxfDispatchMessageTest.java      |   3 +-
 .../component/cxf/CxfDispatchPayloadTest.java      |   3 +-
 .../cxf/mtom/CxfJavaMtomProducerPayloadTest.java   |   5 +-
 .../component/cxf/mtom/CxfMtomConsumerTest.java    |   9 +-
 .../cxf/mtom/CxfMtomProducerPayloadModeTest.java   |   3 +-
 .../cxf/transport/CamelDestinationTest.java        |   2 +-
 .../component/cxf/transport/CamelConduit.java      |   8 +-
 .../component/cxf/transport/CamelDestination.java  |   4 +-
 .../component/cxf/transport/CamelOutputStream.java |   8 +-
 .../cxf/transport/CamelTransportFactory.java       |  40 +-
 .../transport/header/CxfHeaderFilterStrategy.java  |   2 +-
 parent/pom.xml                                     |   8 +-
 34 files changed, 1312 insertions(+), 922 deletions(-)

Reply via email to