Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2841#discussion_r200402965
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/integration/Cluster.java
---
@@ -131,7 +130,11 @@ public Node createNode() {
final NiFiProperties nifiProperties =
NiFiProperties.createBasicNiFiProperties("src/test/resources/conf/nifi.properties",
addProps);
--- End diff --
I think that should be addressed through a different Jira. The deprecation
of the initial method was done in NIFI-3116 and followed up by NIFI-4608.
---