joewitt commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766914667
Yeah true they do have a pretty broad impact. However, we have to be extremely careful about which dependencies end up in our 'all things classloader' since every subordinate classloader will be impacted. Specifically when the binary of nifi is build we need to ensure ONLY those jars we want to make/force be present on every classloader is in the lib folder. We have to be careful to ensure we dont grow that as each time we do we reduce the classloader isolation nars can offer. ---------------------------------------------------------------- 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]
