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 2022/08/26 07:52:23 UTC

[camel] branch regen_bot updated (85a734d68ea -> 74688561555)

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 85a734d68ea Sync deps
     add 7e91d98dc0d (chores) camel-jms: increase latch timeout
     add 906eeb62a19 (chores) camel-jms: test stability cleanups
     add b1ef563a6c4 (camel-test-infra-activemq) Generate truly unique broker
     add 74688561555 (chores) camel-jms: tries to adjust resource allocation

No new revisions were added by this update.

Summary of changes:
 components/camel-jms/pom.xml                       |  3 +-
 .../jms/ActiveMQOriginalDestinationTest.java       |  2 +-
 .../component/jms/JmsAsyncStartListenerTest.java   |  2 +-
 .../jms/JmsBatchResequencerJMSPriorityTest.java    | 20 ++++++---
 ...msDeadLetterQueueUsingTransferExchangeTest.java |  4 +-
 .../jms/JmsDefaultTaskExecutorTypeTest.java        | 39 +++++++++--------
 .../JmsMessageCreatedStrategyComponentTest.java    |  2 +-
 .../jms/JmsMessageCreatedStrategyEndpointTest.java |  2 +-
 .../jms/JmsMessageIDNotOverridenAMQTest.java       |  2 +-
 .../component/jms/JmsPollingConsumerTest.java      | 24 +++++-----
 .../jms/JmsProducerConcurrentWithReplyTest.java    | 15 +++++--
 ...RequestReplyExclusiveReplyToConcurrentTest.java | 18 +++++---
 .../component/jms/JmsRouteUsingJMSXGroupTest.java  | 37 +++++++++++++---
 .../camel/component/jms/JmsSelectorInTest.java     |  2 +
 ...BodyNullErrorHandlerUseOriginalMessageTest.java |  6 ++-
 .../jms/JmsSimpleRequestLateReplyTest.java         |  2 +-
 .../JmsStreamMessageTypeNoStreamCachingTest.java   | 48 ++++++++------------
 .../component/jms/JmsStreamMessageTypeTest.java    |  5 +--
 .../component/jms/JmsTransferExchangeTest.java     | 12 ++---
 .../component/jms/ProduceMessageConverterTest.java |  4 +-
 .../issues/JmsBlockedAsyncRoutingEngineTest.java   |  2 +-
 .../jms/issues/JmsCustomJMSReplyToIssueTest.java   |  2 +-
 .../component/jms/issues/JmsInOnlyIssueTest.java   |  4 +-
 .../issues/JmsInOutPersistentReplyQueueTest.java   |  4 ++
 .../jms/issues/JmsToFileMessageIdTest.java         |  4 +-
 ...TransactionErrorHandlerRedeliveryDelayTest.java | 12 +++--
 ...tionErrorHandlerRedeliveryDelayTest-context.xml |  2 +-
 test-infra/camel-test-infra-activemq/pom.xml       |  5 +++
 .../services/ActiveMQEmbeddedServiceBuilder.java   | 51 ++++++++++++++++++----
 29 files changed, 213 insertions(+), 122 deletions(-)