Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/2956 Just having it called nifi-neo4j-bundle is probably sufficient. The intent with the bundles is to put like things with like dependencies together. It is about creating an isolated classloader but at the same time we dont want 'one per component'. Also, unless the resulting nar is extremely small we probably dont want to add it to the nifi-assembly at this time. It is ok, still available, just not in the default build. Lastly, remember with the L&N files that we must account for *all* dependencies in the nar. I didn't check so it might be fine but a reminder.
---