You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/01/25 16:54:40 UTC

(camel) branch regen_bot updated (4f0d847cd00 -> cc10f70923c)

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

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


    from 4f0d847cd00 CAMEL-20278: upgrade wildfly-elytron to 2.x (#12904)
     add cc10f70923c CAMEL-20338: camel-jms - Store header with actual JMS destination nam… (#12905)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/activemq.json  | 31 +++++----
 .../org/apache/camel/catalog/components/amqp.json  | 31 +++++----
 .../org/apache/camel/catalog/components/jms.json   | 31 +++++----
 .../apache/camel/component/activemq/activemq.json  | 31 +++++----
 .../org/apache/camel/component/amqp/amqp.json      | 31 +++++----
 .../org/apache/camel/component/jms/jms.json        | 31 +++++----
 .../org/apache/camel/component/jms/JmsBinding.java |  3 +-
 .../apache/camel/component/jms/JmsComponent.java   |  4 +-
 .../apache/camel/component/jms/JmsConstants.java   |  2 +
 .../camel/component/jms/JmsMessageHelper.java      | 21 ++++++
 .../apache/camel/component/jms/JmsProducer.java    | 15 +++-
 .../component/jms/reply/ReplyManagerSupport.java   |  5 ++
 .../jms/JmsDestinationProducedHeaderTest.java      | 79 ++++++++++++++++++++++
 .../endpoint/dsl/JmsEndpointBuilderFactory.java    | 13 ++++
 .../core/commands/action/CamelSourceAction.java    |  2 -
 .../jbang/core/commands/action/CamelSourceTop.java |  2 -
 .../action/CamelStartupRecorderAction.java         |  3 -
 .../core/commands/action/CamelStubAction.java      |  3 -
 .../core/commands/action/CamelThreadDump.java      |  3 -
 .../commands/action/RouteControllerAction.java     |  3 -
 20 files changed, 233 insertions(+), 111 deletions(-)
 create mode 100644 components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDestinationProducedHeaderTest.java