Provide methods to pass classloader into ServiceLoader and WebBeansFinder for 
use in tiered classloader situations
------------------------------------------------------------------------------------------------------------------

                 Key: OWB-323
                 URL: https://issues.apache.org/jira/browse/OWB-323
             Project: OpenWebBeans
          Issue Type: New Feature
          Components: Core
    Affects Versions: M4
            Reporter: Joe Bergmark
            Assignee: Joe Bergmark
            Priority: Minor
             Fix For: 1.0.0


Add an equivalent

ServiceLoader.getService
and
WebBeansFinder.getSingletonInstance

that support being passed a classloader so that the current thread classloader 
isn't assumed.   This would primarily be useful in tiered classloading 
situations where you may need to get the scanner (or other service) for a 
particular classloader when that classloader is not the current threads context 
classloader.

-- 
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