You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/02/04 21:26:28 UTC

[GitHub] [nifi] exceptionfactory commented on pull request #4788: NIFI-8132 Replaced framework uses of MD5 with SHA-256

exceptionfactory commented on pull request #4788:
URL: https://github.com/apache/nifi/pull/4788#issuecomment-773614022


   @mtien-apache Thanks for the feedback.  Attempting to reuse `MessageDigestUtils` in `NarUnpacker` required a dependency on `nifi-utils` that is not available at runtime.  I created `FileDigestUtils` in `nifi-nar-utils` which duplicates some of the code from `MessageDigestUtils` but avoids the additional dependency.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org