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 2020/11/20 11:21:58 UTC

[camel] branch regen_bot updated (aab1568 -> 195984e)

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 aab1568  [CAMEL-11731] ensure camel-servlet can be used in really async mode (#4617)
     add 6e0f247  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, SNS
     add 781c1b8  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, SNS Regen
     add c4142cc  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, SNS Catalog
     add 195984e  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, SNS added note to migration guide

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/aws2-sns.json        |  4 ++--
 .../org/apache/camel/catalog/docs/aws2-sns-component.adoc    |  4 ++--
 .../camel/component/aws2/sns/Sns2ComponentConfigurer.java    | 12 ++++++------
 .../camel/component/aws2/sns/Sns2EndpointConfigurer.java     | 12 ++++++------
 .../camel/component/aws2/sns/Sns2EndpointUriFactory.java     |  2 +-
 .../org/apache/camel/component/aws2/sns/aws2-sns.json        |  4 ++--
 .../camel-aws2-sns/src/main/docs/aws2-sns-component.adoc     |  4 ++--
 .../apache/camel/component/aws2/sns/Sns2Configuration.java   | 10 +++++-----
 .../camel/component/aws2/sns/client/Sns2ClientFactory.java   |  2 +-
 .../component/dsl/Aws2SnsComponentBuilderFactory.java        |  8 ++++----
 .../builder/endpoint/dsl/Sns2EndpointBuilderFactory.java     | 10 ++++++----
 docs/components/modules/ROOT/pages/aws2-sns-component.adoc   |  4 ++--
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc       |  4 ++++
 13 files changed, 43 insertions(+), 37 deletions(-)