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 09:01:09 UTC

[camel] branch regen_bot updated (a4ef3bd -> 05f92bf)

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 a4ef3bd  CAMEL-15843 - Added a note about defaultCredentialsProvider to S3
     add 6f515a3  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, SQS
     add 69c769e  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, SQS regen
     add dad482a  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, catalog regen
     add 05f92bf  CAMEL-15843 - Camel-AWS2: Rename useIamCredentials to useDefaultCredentialProvider where it is used, added note on migration guide

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-sqs.json  |  4 +--
 .../camel/catalog/docs/aws2-sqs-component.adoc     |  4 +--
 .../aws2/sqs/Sqs2ComponentConfigurer.java          | 12 ++++----
 .../component/aws2/sqs/Sqs2EndpointConfigurer.java | 12 ++++----
 .../component/aws2/sqs/Sqs2EndpointUriFactory.java |  2 +-
 .../apache/camel/component/aws2/sqs/aws2-sqs.json  |  4 +--
 .../src/main/docs/aws2-sqs-component.adoc          |  4 +--
 .../component/aws2/sqs/Sqs2Configuration.java      | 10 +++----
 .../aws2/sqs/client/Sqs2ClientFactory.java         |  2 +-
 .../dsl/Aws2SqsComponentBuilderFactory.java        |  8 ++---
 .../endpoint/dsl/Sqs2EndpointBuilderFactory.java   | 34 ++++++++++++----------
 .../modules/ROOT/pages/aws2-sqs-component.adoc     |  4 +--
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |  4 +++
 13 files changed, 55 insertions(+), 49 deletions(-)