[cdi-dev] [JBoss JIRA] (CDI-674) Non-deterministic behavior of CDI.current()

Tomas Remes (JIRA) issues at jboss.org
Mon Jan 2 02:46:00 EST 2017


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

Tomas Remes commented on CDI-674:
---------------------------------

I think this is not a bug in Beta1 - https://github.com/cdi-spec/cdi/blob/master/api/src/main/java/javax/enterprise/inject/spi/CDI.java#L75 but the git tag is still missing...

> Non-deterministic behavior of CDI.current()
> -------------------------------------------
>
>                 Key: CDI-674
>                 URL: https://issues.jboss.org/browse/CDI-674
>             Project: CDI Specification Issues
>          Issue Type: Bug
>    Affects Versions: 2.0.Beta1
>            Reporter: John Ament
>
> The behavior of CDI.current() is not deterministic.  It uses {{findAny()}}.  It should use {{findFirst()}}
> {{.findAny().orElseThrow(() -> new IllegalStateException("Unable to access CDI"));}}
> This also seems to go against what the javadocs say
> bq. otherwise the first provider which can access the container is used.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the cdi-dev mailing list