You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2020/11/20 12:38:21 UTC

[camel] branch master updated (3a78908 -> 546f4e3)

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

orpiske pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3a78908  (chores) Simplified assertions (#4641)
     add 546f4e3  Migrates the camel-aws2-iam tests to the shared test infra (#4642)

No new revisions were added by this update.

Summary of changes:
 components/camel-aws2-iam/pom.xml                  | 23 ++++++++-
 .../aws2/iam/localstack/Aws2IAMBaseTest.java       | 54 ++++------------------
 test-infra/camel-test-infra-aws-v2/pom.xml         |  6 +++
 .../test/infra/aws2/clients/AWSSDKClientUtils.java |  6 +++
 ...rvice.java => AWSIAMLocalContainerService.java} |  7 ++-
 .../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/{AWSEC2LocalContainerService.java => AWSIAMLocalContainerService.java} (86%)