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 2e8c328 One more azure EventHubs test fixup
new 99630f2 Test AWS 2 CloudWatch
new 6877792 Simplify the client creation in KinesisTest
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:
.../{aws2-ddb => aws2-cw}/pom.xml | 16 ++--
.../component/aws2/cw/it/Aws2CwResource.java | 39 ++++-----
.../src/main/resources/application.properties | 9 +-
.../quarkus/component/aws2/cw/it/Aws2CwIT.java} | 7 +-
.../quarkus/component/aws2/cw/it/Aws2CwTest.java | 96 ++++++++++++++++++++++
.../aws2/cw/it/Aws2CwTestEnvCustomizer.java | 20 ++---
...quarkus.test.support.aws2.Aws2TestEnvCustomizer | 1 +
.../component/aws2/kinesis/it/Aws2KinesisTest.java | 77 ++++++++---------
integration-tests-aws2/pom.xml | 1 +
.../quarkus/test/support/aws2/Aws2Client.java} | 17 ++--
.../test/support/aws2/Aws2TestEnvContext.java | 27 ++++++
.../test/support/aws2/Aws2TestResource.java | 24 ++++++
integration-tests/aws2-grouped/pom.xml | 21 +++++
13 files changed, 257 insertions(+), 98 deletions(-)
copy integration-tests-aws2/{aws2-ddb => aws2-cw}/pom.xml (88%)
copy
integration-tests/foundation/src/main/java/org/apache/camel/quarkus/component/foundation/it/seda/SedaResource.java
=>
integration-tests-aws2/aws2-cw/src/main/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwResource.java
(63%)
copy {integration-tests/bean =>
integration-tests-aws2/aws2-cw}/src/main/resources/application.properties (85%)
copy
integration-tests-aws2/{aws2-sqs-sns/src/test/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsSnsIT.java
=>
aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwIT.java}
(84%)
create mode 100644
integration-tests-aws2/aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwTest.java
copy
integration-tests/main/src/test/java/org/apache/camel/quarkus/main/CoreMainTestResource.java
=>
integration-tests-aws2/aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwTestEnvCustomizer.java
(62%)
create mode 100644
integration-tests-aws2/aws2-cw/src/test/resources/META-INF/services/org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvCustomizer
copy
integration-tests-support/{wiremock/src/main/java/org/apache/camel/quarkus/test/wiremock/MockServer.java
=>
aws2/src/main/java/org/apache/camel/quarkus/test/support/aws2/Aws2Client.java}
(79%)