If you're in servlet 3.1/CDI 1.1 you don't even need the servlet
module (so why include it as a dependency?)

On Fri, Jan 3, 2014 at 1:09 PM, Romain Manni-Bucau
<rmannibu...@gmail.com> wrote:
> -0 both injections can be different depending on containers using some
> advanced stuff out of ee but affecting ee lifecycle (at least in tomcat)
> but your proposal sounds acceptable.
> Le 3 janv. 2014 17:58, "Thomas Andraschko" <andraschko.tho...@gmail.com> a
> écrit :
>
>> Hi,
>>
>> IMHO @Web is somehow annoying.
>> HttpServlet e.g. is always "web", so @Web is just a overhead and doesn't
>> look nice.
>>
>> Can't we just veto the producers if CDI1.1 is available?
>> The code would be the same with CDI 1.0 + DS, CDI 1.1 without or with DS.
>>
>> Regards,
>> Thomas
>>

Reply via email to