-
Notifications
You must be signed in to change notification settings - Fork 29
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
Multi-release jar support #61
Comments
By looking at the stacktrace I just wonder if that is an Arquillian Core or perhaps weld-container-adapter? What's the code in question you are referring to? |
I think it's |
No worries, I will take care of it. |
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Multi-release jar breaks arquillian.
I got this exception using Arquillian with an MR-jar:
Looks at the source code in question, I was able to add a
beans.xml
to avoid scanning those classes as a workaround:The text was updated successfully, but these errors were encountered: