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

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

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

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



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

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


   


-- 
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