Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2108#discussion_r141117483
--- Diff: nifi-commons/nifi-security-utils/pom.xml ---
@@ -68,6 +68,9 @@
<configuration>
<excludes combine.children="append">
<exclude>src/test/resources/xxe_template.xml</exclude>
+ <!-- This file is copied from
https://github.com/jeremyh/jBCrypt
+because the binary is compiled for Java 8 and we must support Java 7 -->
--- End diff --
Yeah I had the same thought but did not want to delay this PR any more.
Will open a Jira for this.
---