Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/2108
I have verified that when building an older nifi flow with sensitive
properties I can bring it into the new non-jasypted nifi. So that is great.
I found Jasypt L&N entries in the following
- nifi-assembly/NOTICE This should be removed. I realize you still have
it for test but our assembly notice wont need it for test cases since we're not
bundling those binary deps in that case.
-nifi-nar-bundles/nifi-framework-nar/NOTICE Can be removed from here now
too
If you can please rebase to resolve the conflict, address the test failures
for environments like mine which do not have unlimited JCE installed, and fix
these L&N i think we're in good shape.
Thanks
---