exceptionfactory commented on pull request #4788: URL: https://github.com/apache/nifi/pull/4788#issuecomment-779475215
@jfrazee The [Version Scheme and API Compatibility](https://cwiki.apache.org/confluence/display/NIFI/Version+Scheme+and+API+Compatibility) page indicates anything outside of `nifi-api`, aside from the REST API, extension components, and other elements mentioned, is not considered part of the public API: > Anything not listed above is not considered part of the API and is subject to change in a manner that may differ from the guidance below. There are substantial portions of the codebase which are intentionally considered private from an API point of view. So with that background, it does not seem necessary to maintain the MD5 implementations noted. ---------------------------------------------------------------- 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]
