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/18 20:01:04 UTC

[camel] branch regen_bot updated (675eaa8 -> 501eae5)

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 675eaa8  Decouple AWS2 clients from the test-infra services (#4625)
     add 501eae5  Added test infra for AWS v2 Cloud Watch (#4626)

No new revisions were added by this update.

Summary of changes:
 components/camel-aws2-cw/pom.xml                   |  22 +++-
 .../aws2/cw/localstack/Aws2CwBaseTest.java         |  54 ++-------
 test-infra/camel-test-infra-aws-v2/pom.xml         |   6 +
 .../test/infra/aws2/clients/AWSSDKClientUtils.java | 129 +++++++++------------
 ...ava => AWSCloudWatchLocalContainerService.java} |   7 +-
 .../services/AWSKinesisLocalContainerService.java  |   5 +
 .../infra/aws2/services/AWSServiceFactory.java     |  69 ++++-------
 .../camel/test/infra/aws2/services/Service.java    |   3 +-
 8 files changed, 122 insertions(+), 173 deletions(-)
 copy test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/{AWSSNSLocalContainerService.java => AWSCloudWatchLocalContainerService.java} (83%)