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 436a4dec683 (chores) camel-lumberjack: cleanup multi-thread test
     new 50a50e83599 CAMEL-20479: delay broker configuration
     new aec00edea82 CAMEL-20479: use a semi-random directory for the broker 
instance
     new c06efa3eee2 CAMEL-20479: allow reusing VM-based broker instances
     new 7c41c15258d CAMEL-20477: stop using a broker with custom configuration 
for tests that need a common one
     new a97943c4015 CAMEL-20479: do not reuse forks for non-concurrent 
integration tests
     new b6363f78eb2 CAMEL-20479: fix broken JMS tests
     new 62a3aeb93a5 CAMEL-20479: fixed CXF test affected by delaying broker 
configuration
     new f3cdc897a94 CAMEL-20479: fixed SJMS2 test affected by delaying broker 
configuration

The 8 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:
 .../cxf/jms/CxfEndpointJMSConsumerTest.java        |  3 +-
 components/camel-jms/pom.xml                       |  2 +-
 ...RequestReplyExclusiveReplyToConcurrentTest.java |  8 ++-
 .../JmsAddAndRemoveRouteManagementIT.java          |  2 +-
 .../JmsDestinationProducedHeaderIT.java            |  7 +++
 ...ueueTimeoutUseMessageIDAsCorrelationIDTest.java |  3 +
 .../JmsToDSendDynamicTwoDisabledIT.java            |  7 +++
 .../spring/AbstractSpringJMSITSupport.java         |  2 +-
 .../spring/CamelBrokerClientITSupport.java         | 51 -----------------
 .../integration/spring/JmsConsumerShutdownIT.java  | 25 ++++++++-
 .../jms/integration/spring/SpringJMSBasic.java}    | 20 ++++---
 .../issues/AdviceWithTransactionIssueIT.java       |  4 +-
 .../AsyncJmsProducerExceptionInTXManualIT.java     |  4 +-
 .../spring/issues/FileToJmsIssueIT.java            |  4 +-
 ...ndToMultipleDestinationsWithSameEndpointIT.java |  4 +-
 .../spring/issues/JmsSpringValidatorIT.java        |  4 +-
 .../spring/polling/JmsPollingConsumerSpringIT.java |  4 +-
 .../spring/tx/JMSNestedTransactionRollbackIT.java  |  4 +-
 .../issues/JmsInOutPersistentReplyQueueTest.java   | 10 +++-
 ...tReplyTemporaryRefreshFailureOnStartupTest.java | 51 +++++++++++------
 .../integration/spring/JmsConsumerShutdownIT.xml   |  2 +-
 .../{camelBrokerClient.xml => SpringJMSBasic.xml}  |  2 +-
 .../spring/issues/AdviceWithTransactionIssueIT.xml |  2 +-
 .../integration/spring/issues/FileToJmsIssueIT.xml |  2 +-
 .../spring/issues/JmsSpringValidatorIT.xml         |  2 +-
 .../spring/polling/JmsPollingConsumerIT.xml        |  2 +-
 .../spring/tx/JMSNestedTransactionRollbackIT.xml   |  2 +-
 .../component/sjms2/Sjms2ComponentRestartTest.java |  2 +-
 .../services/AbstractArtemisEmbeddedService.java   | 65 +++++++++++++++++++---
 .../infra/artemis/services/ArtemisAMQPService.java |  3 -
 .../services/ArtemisEmbeddedServiceBuilder.java    | 10 ++--
 .../infra/artemis/services/ArtemisVMService.java   | 11 ++++
 32 files changed, 204 insertions(+), 120 deletions(-)
 delete mode 100644 
components/camel-jms/src/test/java/org/apache/camel/component/jms/integration/spring/CamelBrokerClientITSupport.java
 copy 
components/{camel-infinispan/camel-infinispan-embedded/src/test/java/org/apache/camel/component/infinispan/embedded/spring/SpringInfinispanEmbeddedIdempotentRepositoryCamelTest.java
 => 
camel-jms/src/test/java/org/apache/camel/component/jms/integration/spring/SpringJMSBasic.java}
 (66%)
 rename 
components/camel-jms/src/test/resources/org/apache/camel/component/jms/integration/spring/{camelBrokerClient.xml
 => SpringJMSBasic.xml} (96%)

Reply via email to