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 0b7564fa37 Improve AdviceWith testing with CamelQuarkusTestSupport
new 1af6fa5f23 Add AWS 2 EC2 integration tests
new 6247c45598 Add integration tests for AWS 2 IAM extension
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:
integration-test-groups/aws2/aws2-ec2/README.adoc | 27 +++
.../aws2/{aws2-ecs => aws2-ec2}/pom.xml | 20 +-
.../component/aws2/ec2/it/Aws2Ec2Resource.java | 218 +++++++++++++++++++++
.../src/main/resources/application.properties | 8 +-
.../quarkus/component/aws2/ec2/it/Aws2Ec2IT.java} | 5 +-
.../quarkus/component/aws2/ec2/it/Aws2Ec2Test.java | 131 +++++++++++++
.../aws2/ec2/it/Aws2Ec2TestEnvCustomizer.java} | 9 +-
...quarkus.test.support.aws2.Aws2TestEnvCustomizer | 1 +
integration-test-groups/aws2/aws2-iam/README.adoc | 29 +++
.../aws2/aws2-iam}/pom.xml | 20 +-
.../component/aws2/iam/it/Aws2IamResource.java | 182 +++++++++++++++++
.../src/main/resources/application.properties | 8 +-
.../quarkus/component/aws2/iam/it/Aws2IamIT.java} | 5 +-
.../quarkus/component/aws2/iam/it/Aws2IamTest.java | 99 ++++++++++
.../aws2/iam/it/Aws2IamTestEnvCustomizer.java} | 8 +-
...quarkus.test.support.aws2.Aws2TestEnvCustomizer | 1 +
integration-test-groups/aws2/pom.xml | 2 +
integration-tests/aws2-grouped/pom.xml | 65 ++++--
18 files changed, 785 insertions(+), 53 deletions(-)
create mode 100644 integration-test-groups/aws2/aws2-ec2/README.adoc
copy integration-test-groups/aws2/{aws2-ecs => aws2-ec2}/pom.xml (88%)
create mode 100644
integration-test-groups/aws2/aws2-ec2/src/main/java/org/apache/camel/quarkus/component/aws2/ec2/it/Aws2Ec2Resource.java
copy integration-test-groups/aws2/{aws2-ecs =>
aws2-ec2}/src/main/resources/application.properties (81%)
copy
integration-test-groups/aws2/{aws2-mq/src/test/java/org/apache/camel/quarkus/component/aws2/mq/it/Aws2MqIT.java
=>
aws2-ec2/src/test/java/org/apache/camel/quarkus/component/aws2/ec2/it/Aws2Ec2IT.java}
(90%)
create mode 100644
integration-test-groups/aws2/aws2-ec2/src/test/java/org/apache/camel/quarkus/component/aws2/ec2/it/Aws2Ec2Test.java
copy
integration-test-groups/aws2/{aws2-ses/src/test/java/org/apache/camel/quarkus/component/aws2/ses/it/Aws2SesTestEnvCustomizer.java
=>
aws2-ec2/src/test/java/org/apache/camel/quarkus/component/aws2/ec2/it/Aws2Ec2TestEnvCustomizer.java}
(81%)
create mode 100644
integration-test-groups/aws2/aws2-ec2/src/test/resources/META-INF/services/org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvCustomizer
create mode 100644 integration-test-groups/aws2/aws2-iam/README.adoc
copy {integration-tests/paho => integration-test-groups/aws2/aws2-iam}/pom.xml
(89%)
create mode 100644
integration-test-groups/aws2/aws2-iam/src/main/java/org/apache/camel/quarkus/component/aws2/iam/it/Aws2IamResource.java
copy integration-test-groups/{cxf-soap/cxf-soap-metrics =>
aws2/aws2-iam}/src/main/resources/application.properties (81%)
copy
integration-test-groups/aws2/{aws2-mq/src/test/java/org/apache/camel/quarkus/component/aws2/mq/it/Aws2MqIT.java
=>
aws2-iam/src/test/java/org/apache/camel/quarkus/component/aws2/iam/it/Aws2IamIT.java}
(90%)
create mode 100644
integration-test-groups/aws2/aws2-iam/src/test/java/org/apache/camel/quarkus/component/aws2/iam/it/Aws2IamTest.java
copy
integration-test-groups/aws2/{aws2-kms/src/test/java/org/apache/camel/quarkus/component/aws2/kms/it/Aws2KmsTestEnvCustomizer.java
=>
aws2-iam/src/test/java/org/apache/camel/quarkus/component/aws2/iam/it/Aws2IamTestEnvCustomizer.java}
(83%)
create mode 100644
integration-test-groups/aws2/aws2-iam/src/test/resources/META-INF/services/org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvCustomizer