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

Auto-detect json in yaml syntax #1549

Closed
nicolaferraro opened this issue Jun 22, 2020 · 0 comments · Fixed by #1809
Closed

Auto-detect json in yaml syntax #1549

nicolaferraro opened this issue Jun 22, 2020 · 0 comments · Fixed by #1809
Labels
good first issue Does not require full understanding of the codebase
Milestone

Comments

@nicolaferraro
Copy link
Member

It's common to do in YAML syntax:

steps:
- marshal:
    json: {}

But the marshaller dependency is not recognized automatically and "camel-jackson" needs to be explicitly added (e.g. using -d). The language inspector can do it automatically.

@nicolaferraro nicolaferraro added the good first issue Does not require full understanding of the codebase label Jun 22, 2020
@nicolaferraro nicolaferraro added this to the 1.2.0 milestone Aug 7, 2020
@nicolaferraro nicolaferraro modified the milestones: 1.2.0, 1.3.0 Oct 13, 2020
nicolaferraro added a commit to nicolaferraro/camel-k that referenced this issue Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Does not require full understanding of the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant