[cdi-dev] [JBoss JIRA] (CDI-246) CDI#current() should return CDI<Object> instead of CDI<T>

Martin Kouba (JIRA) jira-events at lists.jboss.org
Mon Aug 20 08:08:14 EDT 2012


    [ https://issues.jboss.org/browse/CDI-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712437#comment-12712437 ] 

Martin Kouba commented on CDI-246:
----------------------------------

Looks good.
                
> CDI#current() should return CDI<Object> instead of CDI<T>
> ---------------------------------------------------------
>
>                 Key: CDI-246
>                 URL: https://issues.jboss.org/browse/CDI-246
>             Project: CDI Specification Issues
>          Issue Type: Bug
>    Affects Versions: 1.1.EDR1
>            Reporter: Martin Kouba
>             Fix For: 1.1 (Proposed)
>
>
> The reason is that it might be impossible to implement a parameterized method call like {{CDI.<Foo>current().get()}}. If {{CDI.current()}} would return {{CDI<Object>}} it would be obvious that one has to use {{CDI.current().select(Foo.class).get()}} for lookup of bean instances.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list