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.

Reply via email to