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 2024/03/06 18:24:55 UTC

(camel) branch regen_bot updated (436a4dec683 -> f3cdc897a94)

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

No new revisions were added by this update.

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%)