-
Notifications
You must be signed in to change notification settings - Fork 350
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
Adding camel-jackson dependency creates issues with inner classes #1507
Comments
This should not be an issue any-more in camel-k 1.0.0 The issues was caused by a bug in the jOOR library which is used to compile the Java integration at runtime which is included in jOOR's 0.9.13 [1]. The camel-k-runtime version used by camel-k RC2 is [1] jOOQ/jOOR#99 @mmistretta can you please confirm ? |
i used this commit: jeremyrdavis/quarkus-cafe-demo@5e8c7c4 |
@mmistretta I've finally been able to find the root cause, here the related issues: |
This issue is stale because it has been open 30 days with no activity. |
I think we can close this now that we have all the pieces released |
When adding the camel-jackson dependency, comments with imports, actual imports, etc inner classes are no longer found.
version: Camel K Client and Operator 1.0.0-RC2
Example: https://github.com/jeremyrdavis/quarkus-cafe-demo/commits/camel-k-addition
- commit works: d95b5ea360ca1dabe333b2ce568fc87b18e8594d
- commit does not work: 4ee524f4ccf2c9dce3005b80e7fa44b4d1546528
Process on OpenShift 4.4:
The text was updated successfully, but these errors were encountered: