You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/05 21:42:29 UTC

[camel-quarkus] branch master updated (7ce3cc2 -> fd2bbf0)

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

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


    from 7ce3cc2  ftp: implement ftp/sft server test support with QuarkusTestResourceLifecycleManager
     new 23fbb0a  introduce testcontainers #516
     new 0310707  use testcontainers to test kafka extension
     new 33652f5  use testcontainers to test mongodb extension
     new fd2bbf0  Merge pull request #517 from lburgazzoli/testcontainers-kafka

The 665 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:
 integration-tests/kafka/pom.xml                    | 31 ++----------
 .../component/kafka/it/CamelKafkaTestResource.java | 45 ++++++++---------
 integration-tests/mongodb/pom.xml                  |  9 +---
 .../component/mongodb/it/MongoDbResource.java      |  4 +-
 .../component/mongodb/it/MongoDbTestResource.java  | 56 ++++++++++------------
 integration-tests/pom.xml                          | 16 +++++++
 integration-tests/support/pom.xml                  |  1 +
 integration-tests/support/test-support/pom.xml     |  4 ++
 .../pom.xml                                        | 12 ++---
 .../ContainerResourceLifecycleManager.java}        |  7 ++-
 .../src/main/resources/testcontainers.properties   |  2 +
 11 files changed, 83 insertions(+), 104 deletions(-)
 copy integration-tests/support/{test-support => testcontainers-support}/pom.xml (79%)
 copy integration-tests/{bean/src/test/java/org/apache/camel/quarkus/component/bean/BeanITCase.java => support/testcontainers-support/src/main/java/org/apache/camel/quarkus/testcontainers/ContainerResourceLifecycleManager.java} (79%)
 copy tooling/package-maven-plugin/src/main/resources/camel-quarkus-package-maven-plugin.properties => integration-tests/support/testcontainers-support/src/main/resources/testcontainers.properties (97%)