-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Currently, all incontainer WFLY testing for Weld 7 is disabled.
This is due to WFLY internals using calls to BeanManager#getELResolver which we cannot remove until WFLY is based against at least EE 11 (CDI 4.1) where we added CDI EL API.
Once available, we need to send a PR into WFLY and re-enable tests.
A hasty draft of those changes can be seen in my branch - https://github.com/manovotn/wildfly/tree/cdiElApiChanges