ottobackwards commented on pull request #4376: URL: https://github.com/apache/nifi/pull/4376#issuecomment-654989630
"The @RequiresInstanceClassLoading annotation also provides an optional flag `cloneAncestorResources'. If set to true, the instance ClassLoader will include ancestor resources up to the first ClassLoader containing a controller service API referenced by the component, or up to the Jetty NAR. If set to false, or not specified, only the resources from the component’s NAR will be included." I think you need to update the documentation then. I understand about taking jetty out, in my fork of the bundle "system" I did the same ( since it isn't in nifi) . Saying that, I'm not super familiar with what is actually _in_ that nar. So there is no chance that this will break existing 3rd party nars which may have picked something up from the jetty NAR? ---------------------------------------------------------------- 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]
