On Fri, Nov 21, 2014 at 4:06 AM, Greg Wilkins <gregw_at_intalio.com> wrote:
>> More over, I'm concerned that by making CDI to servlet mapping a
> responsibility of the servlet container, then we are going to have to do a
> container to CDI adaptation for every CDI implementation out there.
That should really not be a concern. The producers in question are CDI
Bean implementations, which are in the public API and are registered
using a portable extension using only public APIs.
In JSF 2.3 we're using the exact same mechanism, and there's no need
for any CDI implementation specific code.