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

Use only camelCase in kamelets yaml #1698

Closed
davsclaus opened this issue Oct 20, 2023 · 1 comment · Fixed by #1728
Closed

Use only camelCase in kamelets yaml #1698

davsclaus opened this issue Oct 20, 2023 · 1 comment · Fixed by #1728
Assignees

Comments

@davsclaus
Copy link
Contributor

The old kebab-case for keys in the yaml is deprecated and we should migrate to use camelCase.

For example

set-header

Should be

setHeader

And so forth

@oscerd oscerd self-assigned this Oct 20, 2023
@davsclaus
Copy link
Contributor Author

We are adding a WARN in camel-yaml-dsl, so it would be good to have kamelets migrated in next releases so they do not cause WARN logs

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