[
https://issues.jboss.org/browse/CDI-77?page=com.atlassian.jira.plugin.sys...
]
Pete Muir commented on CDI-77:
------------------------------
This was discussed at yesterdays EG meeting
{quote}
- Joe raised an issue that we will break existing CDI apps who have explicitly or
implicitly (e.g. via a producer method) the same as a now defaulted qualifier
- Mark thinks it's spec'd this way already, but Martin and I think it's not.
Needs clarification!
- Pete to investigate, but probably have to special case it that the name is only
defaulted if not explicitly specified elsewhere or something
- hold for now
{quote}
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.
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