You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Raymond Augé (JIRA)" <ji...@apache.org> on 2018/10/29 14:00:31 UTC

[jira] [Created] (ARIES-1854) Add support for ServiceLoader.load(Class, ClassLoader)

Raymond Augé created ARIES-1854:
-----------------------------------

             Summary: Add support for ServiceLoader.load(Class, ClassLoader)
                 Key: ARIES-1854
                 URL: https://issues.apache.org/jira/browse/ARIES-1854
             Project: Aries
          Issue Type: Improvement
          Components: SPI Fly
            Reporter: Raymond Augé
            Assignee: Raymond Augé
             Fix For: spifly-1.1


Currently SpiFly does not support the \{{ServiceLoader.load(Class, ClassLoader)}} method, ignoring it completely.

 

The solution is to create a wrapper classloader which takes the specified classloader as the *parent*. If the parent lookup for a provider fails, fall through to the Service Loader Mediator mechanism. This method does not rely on the TCCL.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)