This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 45ba3fe681f Regen for commit c1528319c4f9ca5c3a2319886ae922610dc5b1bd
(#8263)
new a11e12d99ce camel-test-infra-activemq: fix resource cycle for usage
with non-static instances
new 05a9da3f6a1 camel-test-infra-activemq: disabling watch topic
advisories increase test stability
new e57ed2a392e camel-test-infra-activemq: fixed incorrect type of service
new 57d3962fd31 (chores) camel-jms: more test cleanups
new febd2b33e80 (chores) camel-jms: updated test to extend AbstractJMSTest
new 7922a4e32da (chores) camel-jms: adjust parallelization capacity for
more stability on slower systems / CI nodes
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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(-)