joewitt commented on PR #8863:
URL: https://github.com/apache/nifi/pull/8863#issuecomment-2125253352

   "I believe if grpc-api is loaded by the parent class loader, it cannot load 
classes from the child class loader, even via reflection. But need to double 
check, maybe missed something."
   IF the parent class loader was used to load a class which then itself 
depends on another class definition during that load you're correct.  IF though 
the secondary loading is done via reflection loadClass then it starts over 
again at the context class loader so it should be fine in theory.
   
   I'm currently trying to understand how this was working before and what 
changed for us to now need this.  Looking at m2 i dont see any of these things 
but still reviewing


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to