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.git.
from d335e5b Camel-AWS2-S3: Use localstack edge service new 1aa4105 Camel-AWS2-EC2: Adding tests with localstack and Testcontainers new 55cc320 Camel-AWS2-SNS: Adding tests with localstack and Testcontainers new 613dcba Camel-AWS2-SNS: It's snsclient not sqsclient The 3 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: components/camel-aws2-ec2/pom.xml | 70 +++++++++++++++++ .../aws2/ec2/localstack/Aws2EC2BaseTest.java} | 20 ++--- .../ec2/localstack/EC2ComponentLocalstackTest.java | 88 ++++++++++++++++++++++ .../aws2/sns/localstack/Aws2SNSBaseTest.java | 4 +- 4 files changed, 170 insertions(+), 12 deletions(-) copy components/{camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/localstack/Aws2SNSBaseTest.java => camel-aws2-ec2/src/test/java/org/apache/camel/component/aws2/ec2/localstack/Aws2EC2BaseTest.java} (81%) create mode 100644 components/camel-aws2-ec2/src/test/java/org/apache/camel/component/aws2/ec2/localstack/EC2ComponentLocalstackTest.java