nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src
Bryan Bende d1d053725b NIFI-2909 Adding per-instance class loading capability through @RequiresInstanceClassLoading annotation
NIFI-1712 Applying per-instance class loading to HBaseClientService to allow specifying Phoenix Client JAR

-Refactoring the ClassLoading so that every processor, controller service, and reporting task gets an InstanceClassLoader with a parent of the NAR ClassLoader, and only components with @RequiresInstanceClassLoading will make a copy of the NAR ClassLoader resources, and addressing some review feedback

This closes #1156
2016-11-08 13:21:27 -05:00
..
main NIFI-2595: - Updating ReportingTasks to use ComponentLogger instead of creating Controller level bulletins. 2016-08-18 17:06:28 -04:00
test NIFI-2909 Adding per-instance class loading capability through @RequiresInstanceClassLoading annotation 2016-11-08 13:21:27 -05:00