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 a21fc997b227113a9d6efa5a4895f9f084de2bc8 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 10 10:41:50 2023 +0100 Use only camelCase in kamelets yaml - Google Storage CDC Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/google-storage-cdc-source.kamelet.yaml | 6 +++--- .../main/resources/kamelets/google-storage-cdc-source.kamelet.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kamelets/google-storage-cdc-source.kamelet.yaml b/kamelets/google-storage-cdc-source.kamelet.yaml index 73ef0b36..d7b72b65 100644 --- a/kamelets/google-storage-cdc-source.kamelet.yaml +++ b/kamelets/google-storage-cdc-source.kamelet.yaml @@ -109,13 +109,13 @@ spec: when: - simple: '${properties:getObject:true}' steps: - - set-property: + - setProperty: name: google-storage-event-type simple: "${headers.CamelGooglePubsubAttributes[eventType]}" - - set-property: + - setProperty: name: google-storage-object-id simple: "${headers.CamelGooglePubsubAttributes[objectId]}" - - set-property: + - setProperty: name: google-storage-bucket-id simple: "${headers.CamelGooglePubsubAttributes[bucketId]}" - choice: diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml index 73ef0b36..d7b72b65 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml @@ -109,13 +109,13 @@ spec: when: - simple: '${properties:getObject:true}' steps: - - set-property: + - setProperty: name: google-storage-event-type simple: "${headers.CamelGooglePubsubAttributes[eventType]}" - - set-property: + - setProperty: name: google-storage-object-id simple: "${headers.CamelGooglePubsubAttributes[objectId]}" - - set-property: + - setProperty: name: google-storage-bucket-id simple: "${headers.CamelGooglePubsubAttributes[bucketId]}" - choice:
