This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 92f373e027 Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom
from 1.2.0.CR2 to 1.2.0
new 85eeedbe50 Bump cq-plugin.version from 4.20.0 to 4.20.1
new 9476294d66 Add retry logic for debezium-oracle container startup #7773
new 9eba1db2fa Avoid using docker.io for images pulled by Quarkus dev
services
new 1336de1cbc Use mirror.gcr.io for testing OpenTelemetry
new aef77cfdf3 Test camel-quarkus-activemq against Artemis broker
new f2540dc1ee Set ElasticSearch container ES_JAVA_OPTS and disable
disk-based shard allocation thresholds
The 6 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:
.../it/postgres/DebeziumOracleTestResource.java | 39 ++++++++----
.../src/main/resources/application.properties | 2 +-
.../src/main/resources/application.properties | 1 +
.../src/main/resources/application.properties | 1 +
.../camel/quarkus/messaging/jms/JmsResource.java | 2 +-
integration-tests/activemq/pom.xml | 5 ++
.../it/ActiveMQConnectionFactoryProducer.java | 2 +-
.../component/activemq/it/ActiveMQTest.java | 6 +-
.../activemq/it/ActiveMQTestResource.java | 72 ----------------------
.../client/it/ElasticsearchRestTestResource.java | 2 +
.../src/main/resources/application.properties | 3 +-
pom.xml | 3 +-
12 files changed, 46 insertions(+), 92 deletions(-)
delete mode 100644
integration-tests/activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQTestResource.java