exceptionfactory commented on pull request #5602: URL: https://github.com/apache/nifi/pull/5602#issuecomment-993584003
Thank you for your contribution @sunyd1224! According to the Jira issue linked to this pull request, the problem appears to be a runtime environment problem, not something in the NiFi build configuration. The root Maven configuration includes the Bouncy Castle version, so all other project modules inherit the same version: https://github.com/apache/nifi/blob/1321b25f6670fb96e3e75076addb6fbe7e691c84/pom.xml#L263 For this reason, the changes in this pull request are not necessary. Further discussion can take place on the Jira issue, but I am closing this current pull request. If we do find an issue that needs to be addressed with the Bouncy Castle version, opening a new pull request is certainly an option. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
