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:13 UTC

[camel-kamelets] 04/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 dc285b0a91e05c2e3e362c6efa30691996adacc2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 09:57:58 2021 +0100

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

diff --git a/kamelets/protobuf-serialize-action.kamelet.yaml b/kamelets/protobuf-serialize-action.kamelet.yaml
index af1e859..b5983db 100644
--- a/kamelets/protobuf-serialize-action.kamelet.yaml
+++ b/kamelets/protobuf-serialize-action.kamelet.yaml
@@ -57,7 +57,7 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightProtobufSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - set-header:
           name: "Content-Type"
           constant: "application/protobuf"