You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beans.xml was for long only CDI 1.0 in order to be TomEE 1.7.x compatible. Now TomEE 7.x is out for some time, it can be updated to CDI 1.1 and give us the opportunity to reliably use CDI.current().
WebXml and FacesConfigXml enums have some awkward initialization workaround in order to be WebLogic 12.1 compatible. Check if it can be removed for WebLogic 12.2.
Check if @Inject InjectionPoint workaround in all CDI producers can be removed in current OWB 1.6.3 version.
Check if any Beans#getReference() call can be replaced by @Inject or CDI.current().select() and still work in all current servers.
beans.xmlwas for long only CDI 1.0 in order to be TomEE 1.7.x compatible. Now TomEE 7.x is out for some time, it can be updated to CDI 1.1 and give us the opportunity to reliably useCDI.current().WebXmlandFacesConfigXmlenums have some awkward initialization workaround in order to be WebLogic 12.1 compatible. Check if it can be removed for WebLogic 12.2.@Inject InjectionPointworkaround in all CDI producers can be removed in current OWB 1.6.3 version.Beans#getReference()call can be replaced by@InjectorCDI.current().select()and still work in all current servers.