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 11dfa25 camel-ftp: fixes usages of deprecated matchesMockWaitTime (#4183) new dcb9a82 Camel-AWS2-S3: Adding tests with localstack and test containers new 8d48059 Camel-AWS2-S3: Adding tests with localstack and test containers new af6466d Camel-AWS2-S3: Adding tests with localstack and test containers new 493911c Fixed CS The 4 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-s3/pom.xml | 70 ++++++++++++++++++++++ .../aws2/s3/localstack/Aws2S3BaseTest.java} | 52 +++++++++------- .../S3ConsumerLocalstackTest.java} | 23 ++----- .../S3CopyObjectCustomerKeyLocalstackTest.java} | 37 ++++++------ .../S3DeleteBucketOperationLocalstackTest.java} | 17 +----- 5 files changed, 126 insertions(+), 73 deletions(-) copy components/{camel-nats/src/test/java/org/apache/camel/component/nats/NatsTLSAuthTestSupport.java => camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/Aws2S3BaseTest.java} (53%) copy components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/{integration/S3ConsumerIntegrationTest.java => localstack/S3ConsumerLocalstackTest.java} (73%) copy components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/{integration/S3CopyObjectCustomerKeyOperationIntegrationTest.java => localstack/S3CopyObjectCustomerKeyLocalstackTest.java} (86%) copy components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/{integration/S3DeleteBucketOperationIntegrationTest.java => localstack/S3DeleteBucketOperationLocalstackTest.java} (75%)