This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from cc5b212 CAMEL-16277 - Camel-File: Use appendChar for the first
message too - docs
new fe35b26 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
new 983e1b5 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
new 33dd0b1 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
new 4c8a369 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
new 7ecaf31 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
new e7133e6 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
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 ++
.../camel/catalog/docs/aws2-sns-component.adoc | 8 +++-
.../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 +++-
.../component/aws2/sns/Sns2Configuration.java | 27 ++++++++++++
.../sns/client/impl/Sns2ClientIAMOptimized.java | 3 ++
.../sns/client/impl/Sns2ClientStandardImpl.java | 3 ++
.../aws2/sns/SnsComponentConfigurationTest.java | 18 ++++++++
.../dsl/Aws2SnsComponentBuilderFactory.java | 35 ++++++++++++++++
.../endpoint/dsl/Sns2EndpointBuilderFactory.java | 49 ++++++++++++++++++++++
.../modules/ROOT/pages/aws2-sns-component.adoc | 8 +++-
14 files changed, 188 insertions(+), 7 deletions(-)