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/19 12:22:19 UTC

[camel] branch regen_bot updated (791d643 -> 5755e05)

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 791d643  CAMEL-15697: camel-joor - Camel expression langauge using jOOR runtime java compiled.
     add 5755e05  Migrates the camel-aws-sqs integration tests to the shared test infra (#4476)

No new revisions were added by this update.

Summary of changes:
 components/camel-aws-sqs/README.md                 | 35 ++++++++++++
 components/camel-aws-sqs/pom.xml                   | 63 ++++++++++++++++++++++
 .../integration/SqsComponentIntegrationTest.java   | 31 ++++++++---
 .../SqsConsumerMessageIntegrationTest.java         | 37 ++++++++++---
 .../SqsProducerBatchSendFifoIntegrationTest.java   | 35 +++++++++---
 .../SqsProducerBatchSendIntegrationTest.java       | 34 ++++++++++--
 .../SqsProducerDeleteMessageIntegrationTest.java   | 44 ++++++++++++---
 .../aws/sqs/integration/TestSqsConfiguration.java  | 54 +++++++++++++++++++
 .../camel/test/infra/aws/common/AWSConfigs.java    |  4 +-
 .../test/infra/aws/clients/AWSClientUtils.java     | 11 ++--
 .../SystemPropertiesAWSCredentialsProvider.java}   | 12 ++---
 .../test/infra/aws/common/TestAWSCredentials.java} | 30 ++++++++---
 .../aws/common/TestAWSCredentialsProvider.java     | 28 ----------
 .../aws/services/AWSLocalContainerService.java     | 17 +++---
 .../test/infra/aws/services/AWSRemoteService.java  |  4 +-
 .../test/infra/common/SharedNameGenerator.java}    | 15 +++---
 .../test/infra/common/SharedNameRegistry.java}     | 27 +++++++---
 .../infra/common/TestEntityNameGenerator.java}     | 29 +++++++---
 18 files changed, 393 insertions(+), 117 deletions(-)
 create mode 100644 components/camel-aws-sqs/README.md
 create mode 100644 components/camel-aws-sqs/src/test/java/org/apache/camel/component/aws/sqs/integration/TestSqsConfiguration.java
 copy test-infra/{camel-test-infra-aws-common/src/test/java/org/apache/camel/test/infra/aws/common/AWSConfigs.java => camel-test-infra-aws-v1/src/test/java/org/apache/camel/test/infra/aws/common/SystemPropertiesAWSCredentialsProvider.java} (71%)
 copy test-infra/{camel-test-infra-aws-common/src/test/java/org/apache/camel/test/infra/aws/common/AWSConfigs.java => camel-test-infra-aws-v1/src/test/java/org/apache/camel/test/infra/aws/common/TestAWSCredentials.java} (60%)
 copy test-infra/{camel-test-infra-aws-common/src/test/java/org/apache/camel/test/infra/aws/common/AWSConfigs.java => camel-test-infra-common/src/test/java/org/apache/camel/test/infra/common/SharedNameGenerator.java} (66%)
 copy test-infra/{camel-test-infra-aws-common/src/test/java/org/apache/camel/test/infra/aws/common/AWSConfigs.java => camel-test-infra-common/src/test/java/org/apache/camel/test/infra/common/SharedNameRegistry.java} (57%)
 copy test-infra/{camel-test-infra-aws-common/src/test/java/org/apache/camel/test/infra/aws/common/AWSConfigs.java => camel-test-infra-common/src/test/java/org/apache/camel/test/infra/common/TestEntityNameGenerator.java} (54%)