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 65dd97a CAMEL-12871: disconnect on handshake failure
new da81043 CAMEL-15973 - Camel-AWS2-SQS: Set the queue policy as file
and not as plain String
new 2c11088 CAMEL-15973 - Camel-AWS2-SQS: Set the queue policy as file
and not as plain String, regen
new 8f17e45 CAMEL-15973 - Camel-AWS2-SQS: Set the queue policy as file
and not as plain String, fixed test
new e337a3f CAMEL-15973 - Regen and sync
new 0290c8d CAMEL-15973 - Added a note in migration guide
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 | 4 +-
.../apache/camel/catalog/schemas/camel-spring.xsd | 71 +---------------------
components/camel-aws2-sqs/pom.xml | 4 ++
.../apache/camel/component/aws2/sqs/aws2-sqs.json | 4 +-
.../src/main/docs/aws2-sqs-component.adoc | 4 +-
.../component/aws2/sqs/Sqs2Configuration.java | 3 +-
.../camel/component/aws2/sqs/Sqs2Endpoint.java | 19 ++++--
.../integration/SqsComponentIntegrationTest.java | 4 +-
.../sqs/localstack/SqsComponentLocalstackTest.java | 4 +-
.../org/apache/camel/component/aws2/sqs/policy.txt | 1 +
.../dsl/Aws2SqsComponentBuilderFactory.java | 4 +-
.../endpoint/dsl/Sqs2EndpointBuilderFactory.java | 12 +++-
.../modules/ROOT/pages/aws2-sqs-component.adoc | 4 +-
.../ROOT/pages/camel-3x-upgrade-guide-3_8.adoc | 4 ++
15 files changed, 51 insertions(+), 95 deletions(-)
create mode 100644
components/camel-aws2-sqs/src/test/resources/org/apache/camel/component/aws2/sqs/policy.txt