[cdi-dev] [JBoss JIRA] (CDI-103) Support client controlled contexts

Antoine Sabot-Durand (JIRA) issues at jboss.org
Mon Oct 10 04:27:00 EDT 2016


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

Antoine Sabot-Durand updated CDI-103:
-------------------------------------
    Fix Version/s: 2.1 (Discussion)
                       (was: 2.0 (discussion))


> Support client controlled contexts
> ----------------------------------
>
>                 Key: CDI-103
>                 URL: https://issues.jboss.org/browse/CDI-103
>             Project: CDI Specification Issues
>          Issue Type: Feature Request
>          Components: Contexts
>            Reporter: Pete Muir
>             Fix For: 2.1 (Discussion)
>
>
> In a client controlled context, the client controls via some identifier (probably an identifier, but we should allow the context to inspect the injection point) which contextual instances it sees for a particular bean type. For example given:
> {code}
> @MyScope
> class Foo {
>    String name;
> }
> {code}
> and a context which uses annotations to differentiate between contextual instance, these two injection points would see different instances:
> {code}
> @Inject @Bar Foo barFoo;
> @Inject @Baz Foo bazFoo;
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the cdi-dev mailing list