You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/06 17:07:16 UTC

[GitHub] [camel-kamelets] davsclaus opened a new issue #611: The remove-property EIP should use name instead of property-name

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kamelets] oscerd closed issue #611: The remove-property EIP should use name instead of property-name

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #611:
URL: https://github.com/apache/camel-kamelets/issues/611


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org