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/19 17:39:47 UTC

[camel] branch regen_bot updated (44f02ff -> b460d11)

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 44f02ff  Regen for commit 60928aadcd90a10865168fa9d12daa6eb9f892f5
     add b460d11  Migrates the camel-aws2-ec2 tests to the shared test infra (#4633)

No new revisions were added by this update.

Summary of changes:
 components/camel-aws2-ec2/pom.xml                  | 24 +++++++++-
 .../aws2/ec2/localstack/Aws2EC2BaseTest.java       | 55 ++++------------------
 test-infra/camel-test-infra-aws-v2/pom.xml         |  6 +++
 .../test/infra/aws2/clients/AWSSDKClientUtils.java |  6 +++
 ...rvice.java => AWSEC2LocalContainerService.java} |  7 ++-
 .../infra/aws2/services/AWSServiceFactory.java     |  4 ++
 .../camel/test/infra/aws2/services/Service.java    |  7 +--
 7 files changed, 55 insertions(+), 54 deletions(-)
 copy test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/{AWSSNSLocalContainerService.java => AWSEC2LocalContainerService.java} (86%)