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/11/20 11:32:06 UTC

[camel] branch regen_bot updated (195984e -> 2dec23e)

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 195984e  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, SNS added note to migration guide
     add 2dec23e  Migrates the camel-aws2-eventbridge tests to the shared test infra (#4640)

No new revisions were added by this update.

Summary of changes:
 components/camel-aws2-eventbridge/pom.xml          | 27 +++++++++--
 .../localstack/Aws2EventbridgeBaseTest.java        | 53 ++++------------------
 test-infra/camel-test-infra-aws-v2/pom.xml         |  6 +++
 .../test/infra/aws2/clients/AWSSDKClientUtils.java |  4 ++
 ...va => AWSEventBridgeLocalContainerService.java} |  6 +--
 .../infra/aws2/services/AWSServiceFactory.java     |  4 ++
 .../camel/test/infra/aws2/services/Service.java    |  1 +
 7 files changed, 51 insertions(+), 50 deletions(-)
 copy test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/{AWSSNSLocalContainerService.java => AWSEventBridgeLocalContainerService.java} (83%)