This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 3857936 PubNub native support new af400d3 Upgrade to cq-maven-plugin 0.28.0 - new-test mojo added new 073835c Test AWS 2 SNS properly 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: .../test/support/aws2/Aws2TestResource.java | 1 + .../{aws2-sqs => aws2-sqs-sns}/README.adoc | 0 .../{aws2-sqs => aws2-sqs-sns}/pom.xml | 25 +++- .../component/aws2/sqs/it/Aws2SqsResource.java | 46 +++++- .../src/main/resources/application.properties | 4 + .../quarkus/component/aws2/sqs/it/Aws2SqsIT.java | 0 .../quarkus/component/aws2/sqs/it/Aws2SqsTest.java | 33 ++++- .../component/aws2/sqs/it/Aws2SqsTestResource.java | 161 +++++++++++++++++++++ .../component/aws2/sqs/it/Aws2SqsTestResource.java | 71 --------- integration-tests/aws2/pom.xml | 30 ---- .../camel/quarkus/component/aws2/CamelRoute.java | 5 - integration-tests/pom.xml | 2 +- pom.xml | 2 +- tooling/scripts/test-categories.yaml | 2 +- 14 files changed, 257 insertions(+), 125 deletions(-) rename integration-tests/{aws2-sqs => aws2-sqs-sns}/README.adoc (100%) rename integration-tests/{aws2-sqs => aws2-sqs-sns}/pom.xml (83%) rename integration-tests/{aws2-sqs => aws2-sqs-sns}/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsResource.java (64%) rename integration-tests/{aws2-sqs => aws2-sqs-sns}/src/main/resources/application.properties (87%) rename integration-tests/{aws2-sqs => aws2-sqs-sns}/src/test/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsIT.java (100%) rename integration-tests/{aws2-sqs => aws2-sqs-sns}/src/test/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsTest.java (71%) create mode 100644 integration-tests/aws2-sqs-sns/src/test/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsTestResource.java delete mode 100644 integration-tests/aws2-sqs/src/test/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsTestResource.java