You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2009/04/22 18:05:47 UTC

[jira] Created: (OWB-94) Spec requires CreationalContext instead of in Manager#getInstanceToInject

Spec requires CreationalContext<?> instead of <T> in Manager#getInstanceToInject
--------------------------------------------------------------------------------

                 Key: OWB-94
                 URL: https://issues.apache.org/jira/browse/OWB-94
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Core
    Affects Versions: M1
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: M2


the spec defines the getInstanceToInject function in the Manager interface as 

public <T> T getInstanceToInject(InjectionPoint injectionPoint, CreationalContext<?> context);

and we have

public <T> T getInstanceToInject(InjectionPoint injectionPoint, CreationalContext<T> context);

Must be fixed!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OWB-94) Spec requires CreationalContext instead of in Manager#getInstanceToInject

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu closed OWB-94.
-----------------------------

    Resolution: Fixed

> Spec requires CreationalContext<?> instead of <T> in Manager#getInstanceToInject
> --------------------------------------------------------------------------------
>
>                 Key: OWB-94
>                 URL: https://issues.apache.org/jira/browse/OWB-94
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: M1
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M2
>
>
> the spec defines the getInstanceToInject function in the Manager interface as 
> public <T> T getInstanceToInject(InjectionPoint injectionPoint, CreationalContext<?> context);
> and we have
> public <T> T getInstanceToInject(InjectionPoint injectionPoint, CreationalContext<T> context);
> Must be fixed!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.