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 a11beb3 Merge pull request #84 from lburgazzoli/it-cleanup add 0a5bf0e Add a single integration test module for the AWS extensions new e53ab42 Merge pull request #85 from apache/aws-single-itest The 1 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/aws-eks/pom.xml | 165 -------------------- .../java/io/quarkus/it/camel/aws/CamelRoute.java | 33 ---- integration-tests/{aws-s3 => aws-itests}/pom.xml | 16 +- .../java/io/quarkus/it/camel/aws/CamelRoute.java | 18 ++- .../src/main/resources/application.properties | 31 +++- .../src/main/resources/application.properties | 43 ------ integration-tests/aws-sns/pom.xml | 169 --------------------- .../java/io/quarkus/it/camel/aws/CamelRoute.java | 35 ----- .../src/main/resources/application.properties | 43 ------ integration-tests/aws-sqs/pom.xml | 164 -------------------- .../java/io/quarkus/it/camel/aws/CamelRoute.java | 35 ----- .../src/main/resources/application.properties | 43 ------ integration-tests/pom.xml | 5 +- 13 files changed, 57 insertions(+), 743 deletions(-) delete mode 100644 integration-tests/aws-eks/pom.xml delete mode 100644 integration-tests/aws-eks/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java rename integration-tests/{aws-s3 => aws-itests}/pom.xml (91%) rename integration-tests/{aws-s3 => aws-itests}/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java (63%) rename integration-tests/{aws-eks => aws-itests}/src/main/resources/application.properties (63%) delete mode 100644 integration-tests/aws-s3/src/main/resources/application.properties delete mode 100644 integration-tests/aws-sns/pom.xml delete mode 100644 integration-tests/aws-sns/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java delete mode 100644 integration-tests/aws-sns/src/main/resources/application.properties delete mode 100644 integration-tests/aws-sqs/pom.xml delete mode 100644 integration-tests/aws-sqs/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java delete mode 100644 integration-tests/aws-sqs/src/main/resources/application.properties