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 2022/08/16 16:09:35 UTC

[camel] branch regen_bot updated (5a5e091fa10 -> 8bcb2f5f043)

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 5a5e091fa10 Convert non-persistent JMS tests to the test infra
     add 49af0f8ddce (chores) camel-test-infra-activemq: cleanups
     add 8bcb2f5f043 (chores) camel-test-infra-activemq: rename a few methods to give more clarity

No new revisions were added by this update.

Summary of changes:
 .../camel/component/jms/AbstractJMSTest.java       |   2 +-
 .../jms/JmsProducerWithJMSHeaderTest.java          |   2 +-
 ...e.java => AbstractActiveMQEmbeddedService.java} |  41 +++---
 .../activemq/services/ActiveMQEmbeddedService.java | 154 ++-------------------
 .../services/ActiveMQEmbeddedServiceBuilder.java   |  14 --
 .../activemq/services/ActiveMQServiceFactory.java  |  16 +--
 .../infra/activemq/services/ActiveMQVMService.java | 143 ++-----------------
 7 files changed, 51 insertions(+), 321 deletions(-)
 copy test-infra/camel-test-infra-activemq/src/test/java/org/apache/camel/test/infra/activemq/services/{ActiveMQVMService.java => AbstractActiveMQEmbeddedService.java} (83%)