[cdi-dev] [JBoss JIRA] Commented: (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
Sun Sep 18 09:52:26 EDT 2011


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

Pete Muir commented on CDI-77:
------------------------------

The preamble to section 5 mentions that recursive unbound injections with dependent scoped beans need not be supported, but doesn't repeat this exact phrase in the chapter body (the preamble in the CDI spec is normally considered somewhat non-normative).

Move this to the spec body, and make it a definition exception.

> 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
>             Fix For: 1.1 (Proposed)
>
>
> for example
> class Foo {
> @Inject Bar bar;
> }
> class bar {
> @Inject Foo foo;
> }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list