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

fix(source): dataformat dependencies not resolved #3856

Merged
merged 5 commits into from
Nov 30, 2022

Conversation

tadayosi
Copy link
Member

This fixes an issue reported by @brunoNetId that Camel K doesn't resolve dataformat dependencies correctly unless doing explicitly kamel run route.xml -d camel:jackson for the following DSLs:

<to uri="dataformat:jackson:unmarshal"/>
<unmarshal>
  <json/>
</unmarshal>
<unmarshal>
  <json library="Jackson"/>
</unmarshal>

Release Note

fix(source): dataformat dependencies not resolved

@tadayosi tadayosi added the kind/bug Something isn't working label Nov 29, 2022
@tadayosi
Copy link
Member Author

I'll fix the flaky tests in subsequent pull reqs.

@tadayosi tadayosi merged commit 9406a84 into apache:main Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants