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: [email protected]
