-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
class-loading issue with fast-jar #16102
Comments
@stuartwdouglas I wonder if this is due to #15399 |
Can you push your current code base to a branch so I can look into it? |
I think that #16791 should take care of this. The original fix in #12498 was incorrect. Can you give it a shot with |
I'll have a look but it is likely to take a while as I need to rebuild the whole dependency tree. Feel free to close this and I'll reopen if it is still an issue |
No worries. Let's just keep this issue and you can update it when you have the time |
Closing for now. Please reopen if the issue arises again |
Describe the bug
While upgrade camel-k to the latest camel-quarkus (1.8.0) and quarkus (1.13.0.Final) I've notice an issue that appears with fast-jar but not with the legacy-jar
Here the exception:
There some groovy code that load a camel route at runtime, which looks like:
The problem disappear if:
I don't have a reproducer at the moment since I'm still working on the migration but can help reproducing the issue with my current code base.
The text was updated successfully, but these errors were encountered: