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 14:11:25 UTC

[camel] branch regen_bot updated (7c95875 -> ef81a8a)

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 7c95875  CAMEL-16294: PollingConsumer - Add copy option to make copy of exchange and handover uow like seda would do.
     add ea7eb7b  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SQS component
     add f22974b  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SQS component
     add 3d5bb06  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SQS component
     add b026283  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SQS component
     add ef81a8a  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SQS component

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     |   8 +-
 .../aws2/sqs/Sqs2ComponentConfigurer.java          |  12 ++
 .../component/aws2/sqs/Sqs2EndpointConfigurer.java |  12 ++
 .../component/aws2/sqs/Sqs2EndpointUriFactory.java |   4 +-
 .../apache/camel/component/aws2/sqs/aws2-sqs.json  |   4 +
 .../src/main/docs/aws2-sqs-component.adoc          |   8 +-
 .../component/aws2/sqs/Sqs2Configuration.java      |  27 ++++
 .../sqs/client/impl/Sqs2ClientIAMOptimized.java    |   3 +
 .../sqs/client/impl/Sqs2ClientStandardImpl.java    |   3 +
 .../aws2/sqs/SqsComponentConfigurationTest.java    |  17 +++
 .../dsl/Aws2SqsComponentBuilderFactory.java        |  35 +++++
 .../endpoint/dsl/Sqs2EndpointBuilderFactory.java   | 151 +++++++++++++++++++++
 .../modules/ROOT/pages/aws2-sqs-component.adoc     |   8 +-
 14 files changed, 289 insertions(+), 7 deletions(-)