You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (JIRA)" <ji...@apache.org> on 2018/01/22 06:55:00 UTC

[jira] [Created] (ISIS-1843) remove occurences of Thread.currentThread().getContextClassLoader()

Andi Huber created ISIS-1843:
--------------------------------

             Summary: remove occurences of Thread.currentThread().getContextClassLoader()
                 Key: ISIS-1843
                 URL: https://issues.apache.org/jira/browse/ISIS-1843
             Project: Isis
          Issue Type: Sub-task
            Reporter: Andi Huber
             Fix For: 2.0.0-M1


... replace by calling a singleton (of application-scope) that is responsible for providing Isis' default class-loader.

We have such a mechanism in 2.0.0-M2 with IsisContext, but this is in isis-core-runtime, while e.g. the ClassDiscoveryService is in isis-core-applib and makes calls to Thread.currentThread().getContextClassLoader()

 

 



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