Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-94

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • M1
    • M2
    • Core
    • None

    Description

      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!

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: