Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/1635
  
    @bbende The code changes look good. However, I think the implication of the 
using the `RequiresInstanceClassLoading` annotation with the 
`cloneDuringInstanceClassLoading` flag on an NAR could lead to some confusing 
deployments. I think the confusion will come from the fact that the flag on the 
NAR will only be honored when the entire chain from the component that 
`RequiresInstanceClassLoading` is also flagged. Rather than trying to identify 
cases that could be problematic like forgetting the flag in a NAR in the chain 
or setting the flag on a NAR that contains a service API, should we investigate 
a way to automatically clone when possible?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to