You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/11/13 10:40:05 UTC

(camel-kamelets) 01/20: Use only camelCase in kamelets yaml - Protobuf Deserialize Action

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kebabCase-fourth-batch
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 32fcf0af5a457ce6cf04a4ee39a407a4bcc7d9ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 13 10:59:40 2023 +0100

    Use only camelCase in kamelets yaml - Protobuf Deserialize Action
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/protobuf-deserialize-action.kamelet.yaml                       | 2 +-
 .../main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/protobuf-deserialize-action.kamelet.yaml b/kamelets/protobuf-deserialize-action.kamelet.yaml
index e3502e03..41c87d2e 100644
--- a/kamelets/protobuf-deserialize-action.kamelet.yaml
+++ b/kamelets/protobuf-deserialize-action.kamelet.yaml
@@ -58,5 +58,5 @@ spec:
             library: Jackson
             unmarshalType: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#bean:{{schemaResolver}}"
-      - remove-header:
+      - removeHeader:
           name: "Content-Type"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
index e3502e03..41c87d2e 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
@@ -58,5 +58,5 @@ spec:
             library: Jackson
             unmarshalType: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#bean:{{schemaResolver}}"
-      - remove-header:
+      - removeHeader:
           name: "Content-Type"