This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard c4fe20472e Temporarily hard code otel postgres dev services image in
application.properties
discard a5db352a80 Disable Infinispan tests and native profiles due to #7976
discard dd74068b6e Upgrade Quarkus to 3.31.0.CR1
new 1af32b5dd4 Upgrade Quarkus to 3.31.0.CR1
new 894ab0e532 Disable Infinispan tests and native profiles due to #7976
new 43dded7555 Temporarily hard code otel postgres dev services image in
application.properties
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 (c4fe20472e)
\
N -- N -- N refs/heads/quarkus-main (43dded7555)
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 3 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/AwsSecretsManagerTestEnvCustomizer.java | 2 +-
.../manager/it/CamelContextSqsReloadTest.java | 4 +-
.../quarkus/component/aws2/cw/it/Aws2CwTest.java | 2 +-
.../aws2/cw/it/Aws2CwTestEnvCustomizer.java | 2 +-
.../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java | 2 +-
.../aws2/kinesis/it/Aws2KinesisFirehoseTest.java | 2 +-
.../component/aws2/kinesis/it/Aws2KinesisTest.java | 2 +-
.../kinesis/it/Aws2KinesisTestEnvCustomizer.java | 2 +-
.../lambda/it/Aws2LambdaTestEnvCustomizer.java | 2 +-
.../aws2/s3/it/Aws2S3TestEnvCustomizer.java | 2 +-
.../quarkus/component/aws2/ses/it/Aws2SesTest.java | 2 +-
.../aws2/ses/it/Aws2SesTestEnvCustomizer.java | 2 +-
.../aws2/sns/it/Aws2SqsSnsTestEnvCustomizer.java | 2 +-
.../aws2/sqs/it/Aws2SqsTestEnvCustomizer.java | 2 +-
integration-test-groups/debezium/mongodb/pom.xml | 13 +------
integration-test-groups/debezium/mssql/pom.xml | 13 +------
integration-test-groups/debezium/mysql/pom.xml | 13 +------
integration-test-groups/debezium/oracle/pom.xml | 14 +------
.../debezium/postgresql/pom.xml | 17 +-------
integration-tests-jvm/couchbase/pom.xml | 13 +------
integration-tests-support/activemq/pom.xml | 10 -----
integration-tests-support/aws2/pom.xml | 34 +---------------
.../quarkus/test/support/aws2/Aws2Client.java | 2 -
.../test/support/aws2/Aws2TestEnvContext.java | 7 ++--
.../test/support/aws2/Aws2TestEnvCustomizer.java | 2 -
.../test/support/aws2/Aws2TestResource.java | 17 ++++----
.../support/aws2/{Aws2Client.java => Service.java} | 43 ++++++++++++++-------
integration-tests-support/azure/pom.xml | 8 ----
integration-tests-support/debezium/pom.xml | 12 +-----
integration-tests-support/google/pom.xml | 16 +-------
integration-tests-support/kafka/pom.xml | 10 -----
integration-tests-support/mongodb/pom.xml | 10 -----
integration-tests-support/splunk/pom.xml | 10 -----
integration-tests/cassandraql/pom.xml | 11 +-----
integration-tests/debezium-grouped/pom.xml | 45 +++-------------------
.../langchain4j-embeddingstore/pom.xml | 13 +------
integration-tests/pinecone/pom.xml | 13 +------
integration-tests/qdrant/pom.xml | 13 +------
integration-tests/solr/pom.xml | 13 +------
integration-tests/spring-rabbitmq/pom.xml | 13 +------
integration-tests/weaviate/pom.xml | 13 +------
41 files changed, 77 insertions(+), 351 deletions(-)
copy
integration-tests-support/aws2/src/test/java/org/apache/camel/quarkus/test/support/aws2/{Aws2Client.java
=> Service.java} (53%)