Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2108#discussion_r141081928
--- 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 --
@alopresto we no longer need to support Java 7. We can remove this. Not
saying this for this review but is worth resolving later.
---