dufoli commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-727275573
So it is ClassGeneratorClassLoader find which do not return the class ever loaded... I do not know why. I have try to add a test to reproduce but it worked. potential origin: - WeakReference is garbage collected. - is static different for different subclass ? I do not think so. - concurency issue ... - Method.declaringClass() is differente but why it was working before? it can be between sei and implementor... - is it possible to debug cxf unit test ? anyway issue is with: ClassGeneratorClassLoader ---------------------------------------------------------------- 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]
