Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The remove-header-name EIP should use name instead of header-name #607

Closed
davsclaus opened this issue Dec 6, 2021 · 0 comments · Fixed by #608
Closed

The remove-header-name EIP should use name instead of header-name #607

davsclaus opened this issue Dec 6, 2021 · 0 comments · Fixed by #608
Assignees

Comments

@davsclaus
Copy link
Contributor

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants