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 13:48:24 UTC

[camel] branch master updated (8846f5f -> 36a1304)

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 8846f5f  (chores) Simplified assertions (#4644)
     add 36a1304  Migrates the camel-aws2-kms tests to the shared test infra (#4645)

No new revisions were added by this update.

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