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