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
Clarify EL / CDI integration: implicit object or CDI producer for artifacts without required inject point support (request, session, component, cc) #1564
It seems that in 2.3, we removed #{request}, when 2.3 mode is active and delegated to CDI.
Still available as "implicit object" AFAICS, when 2.3 mode is not active.
It seems that in 2.3, we removed #{request}, when 2.3 mode is active and delegated to CDI.
Still available as "implicit object" AFAICS, when 2.3 mode is not active.
@arjantijms @BalusC any thought why it was not added?