This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard a9811f1188 Disable NATS TLS testing due to #7771
discard d3224f73c4 Upgrade Quarkus to 3.29.0.CR1
add 333ca30e64 Bump org.apache.maven.plugins:maven-scm-plugin from 2.1.0
to 2.2.1
add ab3c8057fc Bump cq-plugin.version from 4.20.0 to 4.20.1
add ae94fd3ba9 Add retry logic for debezium-oracle container startup #7773
add c0585619c8 Avoid using docker.io for images pulled by Quarkus dev
services
add f234df561c Use mirror.gcr.io for testing OpenTelemetry
add 25b9c3d799 Test camel-quarkus-activemq against Artemis broker
add d0021c4345 Set ElasticSearch container ES_JAVA_OPTS and disable
disk-based shard allocation thresholds
new c916f08038 Upgrade Quarkus to 3.29.0.CR1
new b2c5cd5976 Disable NATS TLS testing due to #7771
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a9811f1188)
\
N -- N -- N refs/heads/quarkus-main (b2c5cd5976)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 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 | 5 +-
12 files changed, 47 insertions(+), 93 deletions(-)
delete mode 100644
integration-tests/activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQTestResource.java