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

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


    omit 698f7551a848 chore(deps): Bump org.jgroups:jgroups from 5.4.11.Final 
to 5.5.0.Final
     add 565870dd4401 CAMEL-22500: camel-jms - Add option to use custom reply 
correlation ID selector for InOut. Thanks to Marcin Więckowski for the pr: 
https://github.com/apache/camel/pull/19446
     add 048327c7fe78 chore(deps): Bump aws-java-sdk2-version from 2.35.0 to 
2.35.1 (#19449)
     add 2ab5f63cbfa1 chore(deps): Bump 
org.apache.maven.plugins:maven-archetype-plugin (#19452)
     add 6b9aef5ce39a Downgrade develocity maven extension to 2.1 to stabilize 
build
     add 7bdba7fe6e48 chore(deps): Bump org.eclipse.jgit:org.eclipse.jgit
     add 17462195b60f chore(deps): Bump org.jgroups:jgroups from 5.4.11.Final 
to 5.5.0.Final

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   (698f7551a848)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.jgroups-jgroups-5.5.0.Final (17462195b60f)

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:
 .mvn/extensions.xml                                |   2 +-
 .../apache/camel/catalog/components/activemq.json  | 206 ++++++++++----------
 .../apache/camel/catalog/components/activemq6.json | 206 ++++++++++----------
 .../org/apache/camel/catalog/components/amqp.json  | 208 +++++++++++----------
 .../org/apache/camel/catalog/components/jms.json   | 204 ++++++++++----------
 .../activemq/ActiveMQEndpointUriFactory.java       |   3 +-
 .../apache/camel/component/activemq/activemq.json  | 206 ++++++++++----------
 .../activemq6/ActiveMQEndpointUriFactory.java      |   3 +-
 .../camel/component/activemq6/activemq6.json       | 206 ++++++++++----------
 .../component/amqp/AMQPEndpointUriFactory.java     |   3 +-
 .../org/apache/camel/component/amqp/amqp.json      | 208 +++++++++++----------
 .../component/jms/JmsComponentConfigurer.java      |   6 +
 .../camel/component/jms/JmsEndpointConfigurer.java |   6 +
 .../camel/component/jms/JmsEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/jms/jms.json        | 204 ++++++++++----------
 .../camel/component/jms/JmsConfiguration.java      |  16 ++
 .../jms/reply/MessageSelectorCreator.java          |  14 +-
 .../component/jms/reply/QueueReplyManager.java     |   3 +
 .../jms/JmsRequestReplySharedReplyToTest.java      |  40 +++-
 .../component/jms/issues/JmsInOnlyIssueTest.java   |   5 +-
 .../dsl/Activemq6ComponentBuilderFactory.java      |  25 +++
 .../dsl/ActivemqComponentBuilderFactory.java       |  25 +++
 .../component/dsl/AmqpComponentBuilderFactory.java |  25 +++
 .../component/dsl/JmsComponentBuilderFactory.java  |  25 +++
 .../endpoint/dsl/AMQPEndpointBuilderFactory.java   |  23 +++
 .../dsl/ActiveMQ6EndpointBuilderFactory.java       |  23 +++
 .../dsl/ActiveMQEndpointBuilderFactory.java        |  23 +++
 .../endpoint/dsl/JmsEndpointBuilderFactory.java    |  23 +++
 parent/pom.xml                                     |   6 +-
 29 files changed, 1117 insertions(+), 833 deletions(-)

Reply via email to