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 2021/03/03 13:05:26 UTC

[camel] branch regen_bot updated (cc5b212 -> e7133e6)

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 cc5b212  CAMEL-16277 - Camel-File: Use appendChar for the first message too - docs
     add fe35b26  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SNS component
     add 983e1b5  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SNS component
     add 33dd0b1  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SNS component
     add 4c8a369  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SNS component
     add 7ecaf31  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SNS component
     add e7133e6  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SNS component

No new revisions were added by this update.

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(-)