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 2024/02/06 10:02:06 UTC

(camel) branch regen_bot updated (0b62629f98a -> f95606e1f19)

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 0b62629f98a Bump pulsar-version from 3.1.2 to 3.2.0 (#13015)
     add f95606e1f19 CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessionCredentials to support temporary credentials - AWS ECS (#13018)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ecs.json  | 16 ++++++++-----
 .../aws2/ecs/ECS2ComponentConfigurer.java          | 12 ++++++++++
 .../component/aws2/ecs/ECS2EndpointConfigurer.java | 12 ++++++++++
 .../component/aws2/ecs/ECS2EndpointUriFactory.java |  7 ++++--
 .../apache/camel/component/aws2/ecs/aws2-ecs.json  | 16 ++++++++-----
 .../camel/component/aws2/ecs/ECS2Component.java    |  6 +++--
 .../component/aws2/ecs/ECS2Configuration.java      | 28 ++++++++++++++++++++++
 .../aws2/ecs/client/ECS2ClientFactory.java         |  3 +++
 ...rdImpl.java => ECS2ClientSessionTokenImpl.java} | 12 ++++++----
 .../component/aws2/ecs/ECS2ClientFactoryTest.java  |  9 +++++++
 10 files changed, 100 insertions(+), 21 deletions(-)
 copy components/camel-aws/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/client/impl/{ECS2ClientStandardImpl.java => ECS2ClientSessionTokenImpl.java} (90%)