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 e1bbfbdde37 Regen for commit 3dc451652dee4706f2ba142c1d05562ded410f36
add 45ba3fe681f Regen for commit c1528319c4f9ca5c3a2319886ae922610dc5b1bd
(#8263)
add a11e12d99ce camel-test-infra-activemq: fix resource cycle for usage
with non-static instances
add 05a9da3f6a1 camel-test-infra-activemq: disabling watch topic
advisories increase test stability
add e57ed2a392e camel-test-infra-activemq: fixed incorrect type of service
add 57d3962fd31 (chores) camel-jms: more test cleanups
add febd2b33e80 (chores) camel-jms: updated test to extend AbstractJMSTest
add 7922a4e32da (chores) camel-jms: adjust parallelization capacity for
more stability on slower systems / CI nodes
No new revisions were added by this update.
Summary of changes:
components/camel-jms/pom.xml | 4 +--
.../camel/component/jms/JmsDurableTopicTest.java | 9 +++---
.../jms/JmsInOnlyWithReplyToHeaderTopicTest.java | 14 +++++++++-
.../jms/JmsInOutFixedReplyQueueTimeoutTest.java | 15 +++++-----
.../jms/JmsInOutIndividualRequestTimeoutTest.java | 9 +++---
.../jms/JmsInOutTransferExchangeTest.java | 32 ++++++++++------------
.../component/jms/JmsPollingConsumerTest.java | 8 +++---
.../component/jms/JmsProducerConcurrentTest.java | 21 ++++++++------
.../jms/JmsProducerConcurrentWithReplyTest.java | 4 +--
.../jms/JmsRequestReplyCorrelationTest.java | 2 --
.../jms/JmsRequestReplyExclusiveReplyToTest.java | 2 ++
...lyProcessRepliesConcurrentUsingThreadsTest.java | 2 --
.../component/jms/JmsRouteUsingJMSXGroupTest.java | 2 +-
.../jms/JmsRouteWithInOnlyAndMultipleAcksTest.java | 4 ++-
.../component/jms/JmsRouteWithInOnlyTest.java | 4 ++-
.../component/jms/JmsRoutingSlipInOutTest.java | 5 ++--
.../jms/async/AsyncConsumerInOutTest.java | 6 ++--
.../component/jms/issues/JmsInOnlyIssueTest.java | 6 ++--
.../JmsInOutUseMessageIDasCorrelationIDTest.java | 8 ++++++
.../activemq/common/ConnectionFactoryHelper.java | 1 +
.../services/AbstractActiveMQEmbeddedService.java | 16 +----------
.../services/ActiveMQPersistentVMService.java | 12 ++++++++
.../infra/activemq/services/ActiveMQService.java | 15 +++++++++-
.../activemq/services/ActiveMQServiceFactory.java | 10 +++++++
.../infra/activemq/services/ActiveMQVMService.java | 12 ++++++++
.../infra/common/services/SingletonService.java | 12 ++++----
26 files changed, 145 insertions(+), 90 deletions(-)