-
Notifications
You must be signed in to change notification settings - Fork 195
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
[ARQ-2107][ARQ-2109] improve @EJB and @Resource enrichers #127
[ARQ-2107][ARQ-2109] improve @EJB and @Resource enrichers #127
Conversation
Thanks for these fixes @Ladicek. Can you also check if it would make sense to cover them in the tests we have for both modules? |
@bartoszmajsak thanks for looking into this. I've briefly considered adding tests and concluded I don't know how I woud do that. Specifically:
WDYT? |
Totally agree - that was my thought as well.
Yeah from the unit testing perspective that won't add much. Are you testing it somewhere though? e.g. WF Swarm? |
I do have tests for Swarm that I want to submit that excersise these changes. Here's a WIP branch: https://github.com/Ladicek/wildfly-swarm/commits/test-arquillian-enrichers However, I can't submit those tests just yet because there's no Arquillian release that contains them :-) And when trying to run the test locally with a SNAPSHOT build, I found a Swarm issue as well (https://issues.jboss.org/browse/SWARM-1326). |
Thanks for your contribution! |
Fixes: https://issues.jboss.org/browse/ARQ-2107 https://issues.jboss.org/browse/ARQ-2109