This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 845983a  Fix invalid xref link to configuration.adoc
     new 9b25ac0  Remove camel-quarkus-integration-testcontainers-support
     new c50a7ae  Inherit testcontainers dependencies from quarkus-bom

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:
 extensions-jvm/couchbase/integration-test/pom.xml  |  5 --
 .../couchbase/it/CouchbaseTestResource.java        |  4 +-
 extensions-jvm/redis/integration-test/pom.xml      |  6 +--
 .../component/redis/it/RedisTestResource.java      |  4 +-
 integration-tests-support/aws2/pom.xml             |  2 +-
 .../test/support/aws2/Aws2TestResource.java        |  4 +-
 integration-tests-support/azure/pom.xml            |  6 +--
 integration-tests-support/pom.xml                  |  1 -
 .../testcontainers-support/pom.xml                 | 54 ----------------------
 .../ContainerResourceLifecycleManager.java         | 22 ---------
 .../quarkus/testcontainers/ContainerSupport.java   | 28 -----------
 .../src/main/resources/testcontainers.properties   | 18 --------
 integration-tests/activemq/pom.xml                 |  4 +-
 integration-tests/amqp/pom.xml                     |  4 +-
 integration-tests/arangodb/pom.xml                 |  4 +-
 .../arangodb/it/ArangodbTestResource.java          |  4 +-
 integration-tests/cassandraql/pom.xml              |  5 --
 .../cassandraql/it/CassandraqlTestResource.java    |  4 +-
 integration-tests/consul/pom.xml                   |  4 +-
 .../component/consul/it/ConsulTestResource.java    |  4 +-
 integration-tests/couchdb/pom.xml                  |  6 +--
 .../component/couchdb/it/CouchdbTestResource.java  |  4 +-
 integration-tests/debezium/pom.xml                 |  5 --
 .../common/it/AbstractDebeziumTestResource.java    |  4 +-
 integration-tests/elasticsearch-rest/pom.xml       |  4 +-
 integration-tests/fhir/pom.xml                     |  7 ++-
 .../component/fhir/it/FhirTestResource.java        |  4 +-
 integration-tests/google-pubsub/pom.xml            |  4 +-
 integration-tests/infinispan/pom.xml               | 11 ++---
 .../infinispan/InfinispanServerTestResource.java   | 11 +++--
 integration-tests/influxdb/pom.xml                 |  6 +--
 .../influxdb/it/InfluxdbTestResource.java          |  8 ++--
 integration-tests/ipfs/pom.xml                     |  4 +-
 integration-tests/jsch/pom.xml                     |  4 +-
 integration-tests/jta/pom.xml                      |  4 +-
 integration-tests/kafka-sasl/pom.xml               |  3 +-
 integration-tests/kafka/pom.xml                    |  3 +-
 .../component/kafka/it/CamelKafkaTestResource.java |  4 +-
 integration-tests/kudu/pom.xml                     |  6 +--
 .../component/kudu/it/KuduTestResource.java        |  4 +-
 integration-tests/lra/pom.xml                      |  7 ++-
 integration-tests/messaging/pom.xml                |  4 +-
 integration-tests/minio/pom.xml                    |  8 ++--
 .../component/minio/it/MinioTestResource.java      |  4 +-
 integration-tests/mongodb/pom.xml                  |  6 +--
 .../component/mongodb/it/MongoDbTestResource.java  |  4 +-
 integration-tests/nats/pom.xml                     |  8 ++--
 .../component/nats/it/NatsTestResource.java        |  4 +-
 integration-tests/nsq/pom.xml                      |  4 +-
 .../quarkus/component/nsq/it/NsqTestResource.java  |  4 +-
 integration-tests/paho-mqtt5/pom.xml               |  4 +-
 integration-tests/pg-replication-slot/pom.xml      |  4 +-
 .../slot/it/PgReplicationSlotTestResource.java     |  4 +-
 integration-tests/pgevent/pom.xml                  | 14 +++---
 .../component/pgevent/it/PgEventTestResource.java  | 13 +-----
 integration-tests/rabbitmq/pom.xml                 |  4 +-
 integration-tests/solr/pom.xml                     |  5 --
 .../component/solr/it/SolrTestResource.java        |  4 +-
 integration-tests/spring-rabbitmq/pom.xml          |  6 +--
 integration-tests/ssh/pom.xml                      |  4 +-
 integration-tests/vertx-kafka/pom.xml              |  5 --
 .../vertx/kafka/it/VertxKafkaTestResource.java     |  4 +-
 pom.xml                                            |  1 -
 poms/bom-test/pom.xml                              | 35 --------------
 64 files changed, 127 insertions(+), 326 deletions(-)
 delete mode 100644 integration-tests-support/testcontainers-support/pom.xml
 delete mode 100644 
integration-tests-support/testcontainers-support/src/main/java/org/apache/camel/quarkus/testcontainers/ContainerResourceLifecycleManager.java
 delete mode 100644 
integration-tests-support/testcontainers-support/src/main/java/org/apache/camel/quarkus/testcontainers/ContainerSupport.java
 delete mode 100644 
integration-tests-support/testcontainers-support/src/main/resources/testcontainers.properties

Reply via email to