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 2021/12/07 09:12:12 UTC

[camel-kamelets] 03/05: The remove-property EIP should use name instead of property-name

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 b8eb5a599fba44e0844350331f6cb660f6cf81d8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 09:57:43 2021 +0100

    The remove-property EIP should use name instead of property-name
---
 kamelets/protobuf-deserialize-action.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/protobuf-deserialize-action.kamelet.yaml b/kamelets/protobuf-deserialize-action.kamelet.yaml
index e9f08ff..f6d469e 100644
--- a/kamelets/protobuf-deserialize-action.kamelet.yaml
+++ b/kamelets/protobuf-deserialize-action.kamelet.yaml
@@ -57,6 +57,6 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightProtobufSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - remove-header:
           name: "Content-Type"