You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/20 16:49:29 UTC

[camel] branch regen_bot updated (3c78fa5 -> be2e163)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3c78fa5  Regen for commit 30574c110e4b35b55c7341473d908025f20fd383
     add be2e163  Migrates the camel-aws2-sqs integration tests to the shared test infra (#4484)

No new revisions were added by this update.

Summary of changes:
 .../{camel-aws-sqs => camel-aws2-sqs}/README.md    | 11 ++--
 components/camel-aws2-sqs/pom.xml                  | 76 ++++++++++++++++++++--
 .../integration/SqsComponentIntegrationTest.java   | 30 +++++++--
 .../SqsConsumerMessageIntegrationTest.java         | 38 +++++++++--
 .../SqsProducerBatchSendFifoIntegrationTest.java   | 39 +++++++++--
 .../SqsProducerBatchSendIntegrationTest.java       | 36 ++++++++--
 .../SqsProducerDeleteMessageIntegrationTest.java   | 45 ++++++++++---
 .../sqs/integration/TestSqsConfiguration.java      | 26 +++-----
 .../aws2/sqs/localstack/Aws2SQSBaseTest.java       | 55 ++++------------
 .../sqs/localstack/SqsComponentLocalstackTest.java |  3 +-
 .../SqsConsumerMessageLocalstackTest.java          |  4 +-
 .../SqsProducerBatchSendFifoLocalstackTest.java    |  7 +-
 .../SqsProducerBatchSendLocalstackTest.java        |  4 +-
 .../SqsProducerDeleteMessageLocalstackTest.java    |  6 +-
 .../test/infra/aws2/clients/AWSSDKClientUtils.java |  7 +-
 .../SystemPropertiesAWSCredentialsProvider.java    |  5 +-
 .../infra/aws2}/common/TestAWSCredentials.java     | 11 ++--
 .../aws2/common/TestAWSCredentialsProvider.java    | 32 ---------
 .../aws2/services/AWSLocalContainerService.java    | 21 +++---
 .../test/infra/aws2/services/AWSRemoteService.java |  6 +-
 .../aws2/services/AWSSQSLocalContainerService.java |  3 -
 21 files changed, 294 insertions(+), 171 deletions(-)
 copy components/{camel-aws-sqs => camel-aws2-sqs}/README.md (66%)
 copy components/{camel-aws-sqs/src/test/java/org/apache/camel/component/aws => camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2}/sqs/integration/TestSqsConfiguration.java (65%)
 copy test-infra/{camel-test-infra-aws-v1/src/test/java/org/apache/camel/test/infra/aws => camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2}/common/SystemPropertiesAWSCredentialsProvider.java (90%)
 copy test-infra/{camel-test-infra-aws-v1/src/test/java/org/apache/camel/test/infra/aws => camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2}/common/TestAWSCredentials.java (83%)