This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from fd010b6 Fix Salesforce native CNFE java.io.InputStream
new fee9800 Upgrade to Quarkus 2.0.0.Final
new cc87166 Adapt to
io.quarkus.kafka.client.runtime.KafkaRuntimeConfigProducer.createKafkaRuntimeConfig()
switching from @Named to @Identifier
new 241bebe Fix #2727 to use embeddedActiveMQ for messageing and jta
integration tests
new b3a3635 introduce integration-tests-support-activemq
new 15ce1f1 Upgrade to Quarkus QPID 0.25.0
The 5 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:
docs/antora.yml | 2 +-
.../component/kafka/CamelKafkaRecorder.java | 18 ++--
.../{kafka => activemq}/pom.xml | 42 ++++++--
.../support/activemq/ActiveMQTestResource.java | 113 +++++++++++++++++++++
.../activemq/src/main/resources/broker.xml | 18 ++--
integration-tests-support/pom.xml | 1 +
integration-tests/amqp/pom.xml | 4 +-
.../component/amqp/it/ActiveMQTestResource.java | 75 --------------
.../camel/quarkus/component/amqp/it/AmqpTest.java | 6 +-
integration-tests/jta/pom.xml | 4 +-
.../component/jta/it/ActiveMQXATestResource.java | 76 --------------
.../camel/quarkus/component/jta/it/JtaTest.java | 6 +-
integration-tests/messaging/pom.xml | 4 +-
.../messaging/it/ActiveMQTestResource.java | 80 ---------------
.../quarkus/component/messaging/it/JmsTest.java | 6 +-
pom.xml | 4 +-
poms/bom-test/pom.xml | 5 +
17 files changed, 198 insertions(+), 266 deletions(-)
copy integration-tests-support/{kafka => activemq}/pom.xml (63%)
create mode 100644
integration-tests-support/activemq/src/main/java/org/apache/camel/quarkus/test/support/activemq/ActiveMQTestResource.java
copy extensions-jvm/hbase/integration-test/src/main/resources/hbase-site.xml
=> integration-tests-support/activemq/src/main/resources/broker.xml (57%)
delete mode 100644
integration-tests/amqp/src/test/java/org/apache/camel/quarkus/component/amqp/it/ActiveMQTestResource.java
delete mode 100644
integration-tests/jta/src/test/java/org/apache/camel/quarkus/component/jta/it/ActiveMQXATestResource.java
delete mode 100644
integration-tests/messaging/src/test/java/org/apache/camel/quarkus/component/messaging/it/ActiveMQTestResource.java