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 2023/04/24 10:32:41 UTC

[camel] branch regen_bot updated (26486713802 -> 128ad8f68a1)

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 26486713802 Sync deps
     add 876559a9219 Upgrade Debezium Mysql connector to version 8.0.32
     add 7871845b554 Sync deps
     add 95e8bf8b9c3 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SNS
     add 344cce859b3 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SNS
     add 8a0a0a3fa2d CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SNS
     add 4592462db6b CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SNS
     add bd230fe0be9 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SNS
     add 42519b8ee3d CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SNS
     add 128ad8f68a1 Regen for commit 42519b8ee3d70c99352ad7ef3fc8343c1b920275

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 .../apache/camel/catalog/components/aws2-sns.json  |  4 ++
 .../aws2/sns/Sns2ComponentConfigurer.java          | 12 +++++
 .../component/aws2/sns/Sns2EndpointConfigurer.java | 12 +++++
 .../component/aws2/sns/Sns2EndpointUriFactory.java |  4 +-
 .../apache/camel/component/aws2/sns/aws2-sns.json  |  4 ++
 .../src/main/docs/aws2-sns-component.adoc          |  8 +++-
 .../camel/component/aws2/sns/Sns2Component.java    |  6 ++-
 .../component/aws2/sns/Sns2Configuration.java      | 26 +++++++++++
 .../aws2/sns/client/Sns2ClientFactory.java         | 10 ++++-
 ...zed.java => Sns2ClientIAMProfileOptimized.java} | 11 +++--
 .../dsl/Aws2SnsComponentBuilderFactory.java        | 35 +++++++++++++++
 .../endpoint/dsl/Sns2EndpointBuilderFactory.java   | 51 ++++++++++++++++++++++
 parent/pom.xml                                     |  2 +-
 14 files changed, 176 insertions(+), 11 deletions(-)
 copy components/camel-aws/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/client/impl/{Sns2ClientIAMOptimized.java => Sns2ClientIAMProfileOptimized.java} (88%)