This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kebabCase-second-batch in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit e4120018ee316888a5e83ae7633967a48eead356 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Nov 10 10:51:09 2023 +0100 Use only camelCase in kamelets yaml - HTTP/HTTPS Kamelets Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/http-secured-sink.kamelet.yaml | 4 ++-- kamelets/http-secured-source.kamelet.yaml | 2 +- kamelets/http-sink.kamelet.yaml | 4 ++-- kamelets/http-source.kamelet.yaml | 2 +- .../src/main/resources/kamelets/http-secured-sink.kamelet.yaml | 4 ++-- .../src/main/resources/kamelets/http-secured-source.kamelet.yaml | 2 +- .../camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml | 4 ++-- .../src/main/resources/kamelets/http-source.kamelet.yaml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/kamelets/http-secured-sink.kamelet.yaml b/kamelets/http-secured-sink.kamelet.yaml index 991c59c9..7151f7ea 100644 --- a/kamelets/http-secured-sink.kamelet.yaml +++ b/kamelets/http-secured-sink.kamelet.yaml @@ -81,9 +81,9 @@ spec: from: uri: kamelet:source steps: - - remove-header: + - removeHeader: name: CamelHttpUri - - set-header: + - setHeader: name: CamelHttpMethod constant: "{{method}}" - to: diff --git a/kamelets/http-secured-source.kamelet.yaml b/kamelets/http-secured-source.kamelet.yaml index 29c5dc48..258fa680 100644 --- a/kamelets/http-secured-source.kamelet.yaml +++ b/kamelets/http-secured-source.kamelet.yaml @@ -89,7 +89,7 @@ spec: parameters: period: "{{period}}" steps: - - set-header: + - setHeader: name: "Accept" constant: "{{contentType}}" - to: diff --git a/kamelets/http-sink.kamelet.yaml b/kamelets/http-sink.kamelet.yaml index 532b6e51..22d43a48 100644 --- a/kamelets/http-sink.kamelet.yaml +++ b/kamelets/http-sink.kamelet.yaml @@ -55,9 +55,9 @@ spec: from: uri: kamelet:source steps: - - remove-header: + - removeHeader: name: CamelHttpUri - - set-header: + - setHeader: name: CamelHttpMethod constant: "{{method}}" - to: "{{url}}" diff --git a/kamelets/http-source.kamelet.yaml b/kamelets/http-source.kamelet.yaml index 9ff823c8..f136d7c9 100644 --- a/kamelets/http-source.kamelet.yaml +++ b/kamelets/http-source.kamelet.yaml @@ -63,7 +63,7 @@ spec: parameters: period: "{{period}}" steps: - - set-header: + - setHeader: name: "Accept" constant: "{{contentType}}" - to: "{{url}}" diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml index 991c59c9..7151f7ea 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/http-secured-sink.kamelet.yaml @@ -81,9 +81,9 @@ spec: from: uri: kamelet:source steps: - - remove-header: + - removeHeader: name: CamelHttpUri - - set-header: + - setHeader: name: CamelHttpMethod constant: "{{method}}" - to: diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml index 29c5dc48..258fa680 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml @@ -89,7 +89,7 @@ spec: parameters: period: "{{period}}" steps: - - set-header: + - setHeader: name: "Accept" constant: "{{contentType}}" - to: diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml index 532b6e51..22d43a48 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/http-sink.kamelet.yaml @@ -55,9 +55,9 @@ spec: from: uri: kamelet:source steps: - - remove-header: + - removeHeader: name: CamelHttpUri - - set-header: + - setHeader: name: CamelHttpMethod constant: "{{method}}" - to: "{{url}}" diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-source.kamelet.yaml index 9ff823c8..f136d7c9 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/http-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/http-source.kamelet.yaml @@ -63,7 +63,7 @@ spec: parameters: period: "{{period}}" steps: - - set-header: + - setHeader: name: "Accept" constant: "{{contentType}}" - to: "{{url}}"