This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit dc886698c2b60e9c4176dee6faf923c3c85b9b04 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 9 09:45:11 2023 +0100 Use only camelCase in kamelets yaml - AWS Kamelets Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/aws-sns-fifo-sink.kamelet.yaml | 2 +- .../src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/aws-sns-fifo-sink.kamelet.yaml b/kamelets/aws-sns-fifo-sink.kamelet.yaml index 4ea531e6..12813f73 100644 --- a/kamelets/aws-sns-fifo-sink.kamelet.yaml +++ b/kamelets/aws-sns-fifo-sink.kamelet.yaml @@ -123,7 +123,7 @@ spec: - setHeader: name: CamelAwsSnsSubject simple: "${header[ce-subject]}" - - set-property: + - setProperty: name: contentBasedDeduplication constant: "{{contentBasedDeduplication}}" - choice: diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml index 4ea531e6..12813f73 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml @@ -123,7 +123,7 @@ spec: - setHeader: name: CamelAwsSnsSubject simple: "${header[ce-subject]}" - - set-property: + - setProperty: name: contentBasedDeduplication constant: "{{contentBasedDeduplication}}" - choice:
