[jira] [Updated] (OFBIZ-5768) Removed the custom CachedClassLoader

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-5768) Removed the custom CachedClassLoader

Nicolas Malin (Jira)

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

Jacopo Cappellato updated OFBIZ-5768:
-------------------------------------
    Attachment: RemoveCachedClassloader.patch

Attached a patch for easy reference of reviewers.

> Removed the custom CachedClassLoader
> ------------------------------------
>
>                 Key: OFBIZ-5768
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5768
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>             Fix For: Upcoming Branch
>
>         Attachments: RemoveCachedClassloader.patch
>
>
> Removed the custom CachedClassLoader and related artifacts in favour of a simpler bootstrap process and a simpler classpath tree; now the classpath tree is made of: bootstrap classloader (primordial+ext) -> system classloader (aka applications or classpath classloader) -> two custom classloaders (one loads the framework/base classes and one loads all the other classes) -> Webapp classloaders (one per web application).
> Junit tests are included. The two custom classloaders could be merged into one but this will be addressed in a second phase because it will require some changes to the bootstrap componenr and process.
> Implemented with rev. 1624549



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)