davsclaus opened a new issue #607:
URL: https://github.com/apache/camel-kamelets/issues/607


   The `header-name` is deprecated and we want to remove it from camel-core. So 
we need to migrate kamelets
   
   Such as
   ```
   kamelets/protobuf-deserialize-action.kamelet.yaml:      - remove-header:
   kamelets/protobuf-deserialize-action.kamelet.yaml-          header-name: 
"Content-Type"
   ```
   
   should be
   ```
   kamelets/protobuf-deserialize-action.kamelet.yaml:      - remove-header:
   kamelets/protobuf-deserialize-action.kamelet.yaml-          name: 
"Content-Type"
   ```


-- 
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-unsubscr...@camel.apache.org

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


Reply via email to