If I recall correctly, WELD-2404 tried to address the deviation that InjectionTarget for MDBs (or beans created from EJB descriptor) was the only case that didn't have said capabilities and doc/javadoc were ambiguous on whether it should or shouldn't do that so the issue solution basically aligned the behavior with how standard IT behaves.
For me it is no longer important to have a fix for this, as we moved away from using createInjectionTarget for this purpose, and using it for MDBs probably wasn't correct thing to do in first place. So I'm ok with this behavior if there are other users of that API that rely on it.
Alright, in that case, let's close this issue. |