[cdi-dev] [JBoss JIRA] (CDI-77) Clarify what happens when the user creates a unbound recursive injection with Dependent scoped beans

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Oct 19 11:29:01 EDT 2012


     [ https://issues.jboss.org/browse/CDI-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated CDI-77:
-------------------------

      Fix Version/s: TBD
                         (was: 1.1 (Proposed))
    Forum Reference: http://lists.jboss.org/pipermail/weld-dev/2010-April/002441.html  (was: http://lists.jboss.org/pipermail/weld-dev/2010-April/002441.html)


Defer, this isn't that important and there isn't agreement on it.
                
> Clarify what happens when the user creates a unbound recursive injection with Dependent scoped beans
> ----------------------------------------------------------------------------------------------------
>
>                 Key: CDI-77
>                 URL: https://issues.jboss.org/browse/CDI-77
>             Project: CDI Specification Issues
>          Issue Type: Clarification
>          Components: Resolution
>    Affects Versions: 1.0
>            Reporter: Pete Muir
>            Assignee: Pete Muir
>             Fix For: TBD
>
>
> for example
> class Foo {
> @Inject Bar bar;
> }
> class bar {
> @Inject Foo foo;
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the cdi-dev mailing list