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/09/30 08:35:58 UTC

[camel] branch regen_bot updated (359b0c8 -> 412ef37)

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 359b0c8  CAMEL-15587: Optimize simple language for boolean values.
     add 291da55  Camel-AWS2-STS: Added testcontainers support in POM
     add 81b634d  Camel-AWS2-STS: Added localstack test for getSessionToken operation
     add b1c1e36  Camel-AWS2-STS: Localstack test fixed for getSessionToken
     add 1747b8c  Camel-AWS2-STS: Added localstack test for getFederationToken operation
     add 412ef37  Camel-AWS2-STS: Fixed typo in test name

No new revisions were added by this update.

Summary of changes:
 components/camel-aws2-sts/pom.xml                  | 70 ++++++++++++++++++++++
 .../aws2/sts/localstack/Aws2StsBaseTest.java}      | 22 +++----
 .../StsGetFederationTokenLocalstackTest.java}      | 23 ++++---
 .../StsGetSessionTokenLocalstackTest.java}         | 18 +++---
 4 files changed, 104 insertions(+), 29 deletions(-)
 copy components/{camel-aws2-kms/src/test/java/org/apache/camel/component/aws2/kms/localstack/Aws2KmsBaseTest.java => camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/Aws2StsBaseTest.java} (80%)
 copy components/{camel-aws2-kms/src/test/java/org/apache/camel/component/aws2/kms/localstack/KmsCreateKeyLocalstackTest.java => camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetFederationTokenLocalstackTest.java} (65%)
 copy components/{camel-aws2-kms/src/test/java/org/apache/camel/component/aws2/kms/localstack/KmsCreateKeyLocalstackTest.java => camel-aws2-sts/src/test/java/org/apache/camel/component/aws2/sts/localstack/StsGetSessionTokenLocalstackTest.java} (75%)