This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.maven.archetype-archetype-packaging-3.4.1
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 9498bcc6d285 chore(deps): Bump
org.apache.maven.archetype:archetype-packaging
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 c9f52e0702e1 chore(deps): Bump
org.apache.maven.archetype:archetype-packaging
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 (9498bcc6d285)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.archetype-archetype-packaging-3.4.1
(c9f52e0702e1)
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:
.../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 | 4 +-
28 files changed, 1115 insertions(+), 831 deletions(-)