[cdi-dev] [JBoss JIRA] (CDI-700) BeanManager.createInstance() shouldn't be allowed before AfterDeploymentValidation

Martin Kouba (JIRA) issues at jboss.org
Wed Apr 5 09:53:02 EDT 2017


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

Martin Kouba commented on CDI-700:
----------------------------------

Note that {{BeanManager.getReference()}} and {{BeanManager.getInjectableReference()}} are not allowed during {{AfterBeanDiscovery}} either. And I think it's for a good reason. At this time an extension can still affect the resolution. Thus the result of {{BeanManager.createInstance().select(Foo.class)}} during {{AfterBeanDiscovery}} might be different than the result in runtime.

> BeanManager.createInstance() shouldn't be allowed before AfterDeploymentValidation
> ----------------------------------------------------------------------------------
>
>                 Key: CDI-700
>                 URL: https://issues.jboss.org/browse/CDI-700
>             Project: CDI Specification Issues
>          Issue Type: Clarification
>            Reporter: Antoine Sabot-Durand
>
> Spec doesn't say anything about it and javadoc allows its usage in {{AfterBeanDiscovery}} observers.
> The method should also be listed in section 11.3 related to {{BeanManager}}



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


More information about the cdi-dev mailing list