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 5e805e3 Regen for commit b377bc8cca9ab62a723c86cc18a71e13622ad22c new ddf8afc CAMEL-15969 - Camel-AWS2-SNS: Set the topic policy as file and not as plain String new bde2d5b CAMEL-15969 - Fixed test and add file policy new 23d77e0 CAMEL-15969 - Regen catalog new 06fa1d8 CAMEL-15969 - Added a note about the policy option The 4 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: .../org/apache/camel/catalog/components/aws2-sns.json | 4 ++-- .../org/apache/camel/catalog/docs/aws2-sns-component.adoc | 4 ++-- components/camel-aws2-sns/pom.xml | 4 ++++ .../org/apache/camel/component/aws2/sns/aws2-sns.json | 4 ++-- .../camel-aws2-sns/src/main/docs/aws2-sns-component.adoc | 4 ++-- .../org/apache/camel/component/aws2/sns/Sns2Configuration.java | 3 ++- .../java/org/apache/camel/component/aws2/sns/Sns2Endpoint.java | 10 +++++++++- .../apache/camel/component/aws2/sns/AmazonSNSClientMock.java | 1 - .../component/aws2/sns/SnsComponentConfigurationTest.java | 6 +++--- .../org/apache/camel/component/aws2/sns/SnsComponentTest.java | 2 +- .../resources/org/apache/camel/component/aws2/sns/policy.txt | 1 + .../org/apache/camel/component/aws2/sts/STS2Constants.java | 2 ++ .../builder/component/dsl/Aws2SnsComponentBuilderFactory.java | 4 +++- .../camel/builder/endpoint/dsl/Sns2EndpointBuilderFactory.java | 4 +++- docs/components/modules/ROOT/pages/aws2-sns-component.adoc | 4 ++-- .../modules/ROOT/pages/camel-3x-upgrade-guide-3_8.adoc | 4 ++++ 16 files changed, 42 insertions(+), 19 deletions(-) create mode 100644 components/camel-aws2-sns/src/test/resources/org/apache/camel/component/aws2/sns/policy.txt