You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/07/30 08:50:43 UTC

[camel] branch main updated (10df0a5 -> 6cc7f83)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 10df0a5  Regen for commit 47e2e3ebbf726b57b14170ecaefc301137fe4b11
     add 6cc7f83  CAMEL-16811: camel-sjms2 - Fixed timeToLive = -1 should not be used.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/docs/sjms2-component.adoc |  6 +--
 .../apache/camel/component/sjms/SjmsTemplate.java  |  2 +-
 .../camel/component/sjms/jms/JmsBinding.java       | 59 +++++-----------------
 .../sjms/producer/InOnlyQueueProducerTest.java     |  2 +-
 .../org/apache/camel/component/sjms2/sjms2.json    |  6 +--
 .../camel-sjms2/src/main/docs/sjms2-component.adoc |  6 +--
 .../camel/component/sjms2/Sjms2Endpoint.java       |  6 +--
 .../sjms2/producer/InOnlyQueueProducerTest.java    | 32 ++++++++++--
 .../component/sjms2/support/Jms2TestSupport.java   |  4 +-
 .../endpoint/dsl/Sjms2EndpointBuilderFactory.java  | 11 ++--
 .../modules/ROOT/pages/sjms2-component.adoc        |  6 +--
 11 files changed, 66 insertions(+), 74 deletions(-)