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/27 21:02:18 UTC

(camel) branch regen_bot updated (c91f819141f -> 00d7093be2f)

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 c91f819141f Regen
     add 89c2bd2327d (chores) camel-jms: cleaned up duplicated code
     add 3084fa4c86b (chores) camel-jms: minor code cleanups
     add 00d7093be2f (chores) camel-jms: simplify overly complex methods

No new revisions were added by this update.

Summary of changes:
 .../jms/DefaultJmsMessageListenerContainer.java    | 36 ++++++++++-------
 .../camel/component/jms/JmsConfiguration.java      |  4 +-
 .../apache/camel/component/jms/JmsProducer.java    | 27 +++++++------
 .../camel/component/jms/JmsSendDynamicAware.java   |  2 +-
 .../component/jms/StreamMessageInputStream.java    | 20 +++-------
 .../camel/component/jms/reply/JmsReplyHelper.java} | 26 ++++++------
 .../component/jms/reply/QueueReplyManager.java     | 46 ++++++++--------------
 .../component/jms/reply/ReplyManagerSupport.java   | 10 +++++
 .../reply/SharedQueueMessageListenerContainer.java | 13 +-----
 .../SharedQueueSimpleMessageListenerContainer.java | 13 +-----
 .../jms/reply/TemporaryQueueReplyManager.java      |  8 +---
 11 files changed, 91 insertions(+), 114 deletions(-)
 copy components/{camel-xmpp/src/main/java/org/apache/camel/component/xmpp/XmppLogger.java => camel-jms/src/main/java/org/apache/camel/component/jms/reply/JmsReplyHelper.java} (59%)