dufoli commented on a change in pull request #721:
URL: https://github.com/apache/cxf/pull/721#discussion_r532513329
##########
File path:
rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/WrapperNamespaceClassGeneratorTest.java
##########
@@ -119,5 +126,170 @@ public void testForXmlList() throws Exception {
assertTrue("The generated response wrapper class is not correct",
bout.toString().contains(expected));
}
+ public class CustomClassLoader extends ClassLoader {
Review comment:
WeakReference => aggreed. It was kind of proof of concept to have the
system of stop the world save a picture... then reload. ;-)
My issue is this damn Maps... I prefer to kill the key reference to class
loader or class which have been calling findClass. Anyway when I try to kill it
was a nightmare... All test failed ;-(
I am not sure about the Map<String, byte[]>. I prefer to have Map<String,
Class<?>>. Are you ok with that ?
what is e2e feature ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]