Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1692#discussion_r114403305
--- Diff:
nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
---
@@ -73,31 +70,14 @@
"evaluations in memory. Accordingly, it is important to consider
the anticipated profile of content being " +
"evaluated by this processor and the hardware supporting it
especially when working against large files.")
-@SeeAlso({HashContent.class})
+@SeeAlso({HashContent.class, CompareFuzzyHash.class})
--- End diff --
This refers to a processor in another NAR, which won't be able to be found
by the framework. I'll remove the reference to HashContent (and the standard
processors dependency in the POM) on merge
---
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 [email protected] or file a JIRA ticket
with INFRA.
---