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

Classes from MR jars now have their META-INF prefix removed during pr… #64

Merged
merged 2 commits into from
Oct 1, 2019

Conversation

manovotn
Copy link
Contributor

…ocessing.

@FroMage this should fix the issue you were seeing.
If I am not mistaken then in Java 9+ when you attempt to load a class (ClassLoader.loadClass()), then it should automagically prefer the sources in MR jars, so the only issue here is getting correct class name. Please feel free to correct me.
Either way, it does fix the test issues you had in smallrye/smallrye-context-propagation#98

Fixes #61

@FroMage
Copy link

FroMage commented Sep 30, 2019

Cool, thanks!

@manovotn manovotn requested a review from mkouba September 30, 2019 13:11
@manovotn manovotn merged commit 7296f97 into arquillian:master Oct 1, 2019
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 this pull request may close these issues.

Multi-release jar support
3 participants