This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 7871845b554 Sync deps
new 95e8bf8b9c3 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SNS
new 344cce859b3 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SNS
new 8a0a0a3fa2d CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SNS
new 4592462db6b CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SNS
new bd230fe0be9 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SNS
new 42519b8ee3d CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SNS
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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 | 4 +-
.../component/aws2/sns/Sns2Configuration.java | 26 +++++++++++
.../aws2/sns/client/Sns2ClientFactory.java | 10 ++++-
...zed.java => Sns2ClientIAMProfileOptimized.java} | 15 ++++---
.../dsl/Aws2SnsComponentBuilderFactory.java | 35 +++++++++++++++
.../endpoint/dsl/Sns2EndpointBuilderFactory.java | 51 ++++++++++++++++++++++
12 files changed, 174 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%)