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/02/19 11:00:00 UTC

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

     [ https://issues.apache.org/jira/browse/ISIS-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber closed ISIS-1843.
----------------------------
    Resolution: Fixed

Class-loading is now delegated (where possible) to internal API's _Context.

All changes pushed to master.

> 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
>            Assignee: Andi Huber
>            Priority: Major
>             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)