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/01/19 09:25:17 UTC

(camel) branch regen_bot updated (132217ba0f9 -> a2b488ffa22)

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 132217ba0f9 CAMEL-16064: added batching classes
     add 76b51709bd6 Bump actions/dependency-review-action from 3 to 4 (#12832)
     add a2b488ffa22 CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessionCredentials to support temporary credentials - AWS SQS (#12839)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/depsreview.yaml                  |  2 +-
 .../apache/camel/catalog/components/aws2-sqs.json  | 16 ++++++++-----
 .../aws2/sqs/Sqs2ComponentConfigurer.java          | 12 ++++++++++
 .../component/aws2/sqs/Sqs2EndpointConfigurer.java | 12 ++++++++++
 .../component/aws2/sqs/Sqs2EndpointUriFactory.java |  7 ++++--
 .../apache/camel/component/aws2/sqs/aws2-sqs.json  | 16 ++++++++-----
 .../camel/component/aws2/sqs/Sqs2Component.java    |  3 ++-
 .../component/aws2/sqs/Sqs2Configuration.java      | 27 ++++++++++++++++++++++
 .../aws2/sqs/client/Sqs2ClientFactory.java         |  3 +++
 ...rdImpl.java => Sqs2ClientSessionTokenImpl.java} |  9 ++++----
 .../component/aws2/sqs/SqsClientFactoryTest.java   |  9 ++++++++
 11 files changed, 96 insertions(+), 20 deletions(-)
 copy components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/client/impl/{Sqs2ClientStandardImpl.java => Sqs2ClientSessionTokenImpl.java} (93%)