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 f7a71059569 fix up MTOM doc for camel-cxf-soap
add b06152b5f36 CAMEL-18921: Use Artemis and JmsComponent (#9103)
No new revisions were added by this update.
Summary of changes:
camel-dependencies/pom.xml | 2 +-
parent/pom.xml | 2 +-
tests/camel-itest/pom.xml | 27 ++++++++++++-
.../org/apache/camel/itest/CamelJmsTestHelper.java | 23 +++++++++--
.../itest/jms/AdviceWithTransactionIssueTest.java | 4 +-
.../jms/JMSNestedTransactionRollbackTest.java | 2 +-
.../JMSTransactionIsTransactedRedeliveredTest.java | 2 +-
.../camel/itest/jms/JmsConsumerShutdownTest.java | 6 +--
.../camel/itest/jms/JmsPollingConsumerTest.java | 6 +--
.../FromJmsToJdbcIdempotentConsumerToJmsTest.java | 9 ++++-
...FromJmsToJdbcIdempotentConsumerToJmsXaTest.java | 5 +++
.../apache/camel/itest/tx/Jms2RequiresNewTest.java | 7 +++-
.../utils/extensions/JmsServiceExtension.java | 44 +++++++++++++++++++++-
.../greeter/CamelGreeterConsumerTest-context.xml | 7 ++--
.../itest/greeter/CamelGreeterTest-context.xml | 8 +++-
.../itest/greeter/CxfToJmsInOutTest-context.xml | 7 ++--
.../itest/greeter/JmsToCxfInOutTest-context.xml | 7 ++--
.../JettyJmsShutdownInProgressTest-context.xml | 5 +--
.../itest/jetty/JettyJmsShutdownTest-context.xml | 5 +--
.../camel/itest/jetty/JettyJmsTest-context.xml | 4 +-
.../itest/jetty/JettyJmsTwowayTest-context.xml | 4 +-
.../jetty/JettyMulticastJmsFileTest-context.xml | 4 +-
.../itest/jms/AdviceWithTransactionIssueTest.xml | 10 ++---
.../camel/itest/jms/FileToJmsTest-context.xml | 12 +++---
.../itest/jms/JMSNestedTransactionTest-context.xml | 14 +++----
.../JMSTransactionIsTransactedRedeliveredTest.xml | 10 ++---
.../itest/jms/JmsConsumerShutdownTest-context.xml | 6 +--
.../itest/jms/JmsPollingConsumerTest-context.xml | 10 ++---
.../camel/itest/jms/SpringJmsValidatorTest.xml | 8 +++-
.../FromJmsToJdbcIdempotentConsumerToJmsTest.xml | 17 +++------
.../FromJmsToJdbcIdempotentConsumerToJmsXaTest.xml | 17 +++------
.../camel/itest/tx/Jms2RequiresNewTest-context.xml | 17 +++------
.../camel/itest/tx/JmsToHttpTXTest-context.xml | 8 ++--
...ansactionErrorHandlerConfiguredTest-context.xml | 8 ++--
.../tx/JmsToHttpTXWithOnExceptionTest-context.xml | 8 ++--
.../tx/JmsToHttpTXWithRollbackTest-context.xml | 8 ++--
.../spring-config/jms-applicationContext.xml | 5 +--
37 files changed, 211 insertions(+), 137 deletions(-)