davsclaus opened a new issue #611: URL: https://github.com/apache/camel-kamelets/issues/611
Similar to what we do with remove-header ``` kamelets/avro-deserialize-action.kamelet.yaml: - remove-property: kamelets/avro-deserialize-action.kamelet.yaml- property-name: validate ``` should be ``` kamelets/avro-deserialize-action.kamelet.yaml: - remove-property: kamelets/avro-deserialize-action.kamelet.yaml- name: validate ``` Note this requires Camel 3.14.0-SNAPSHOT / 3.14.0 as it was just implemented over there: https://issues.apache.org/jira/browse/CAMEL-17286 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
