Hi Thomas, The only use of this extension that I can find is in the MyFaces Extension-Scripting project[1]. I'm not sure if compatibility with ExtScripting is already broken - but given the status of that project I don't think getting rid of the ClassLoaderExtension in 3.0 will be a problem.
[1] https://github.com/apache/myfaces-scripting/blob/trunk/extscript-core-root/extscript-myfaces/src/main/java/org/apache/myfaces/extensions/scripting/jsf/adapters/MyFacesSPI.java Regards, Bill On Mon, Jul 15, 2019 at 3:45 AM Thomas Andraschko < [email protected]> wrote: > Hi, > > we have a ClassLoaderExtension, which basically is a mechanism to exchange > the classForName implementation. > Does this really make sense? Its there since 1.x... > > I would like to get rid of such code in 3.x, if it was never used. > > Best regards, > Thomas >
