exceptionfactory commented on pull request #5179: URL: https://github.com/apache/nifi/pull/5179#issuecomment-866762715
> Do we know if this also solves https://issues.apache.org/jira/browse/NIFI-8281 ? > (and maybe https://issues.apache.org/jira/browse/NIFI-6961) Thanks for referencing those issues @pvillard31. This PR should resolve NIFI-8281 since it includes the new version of Jakarta Activation. The dependency changes include both the Jakarta Activation API as well as the Jakarta Activation implementation library. NIFI-6961 references the `ExtractEmailHeaders` processor, which is in a different NAR bundle, so a separate PR will be necessary to address dependencies in that processor. Upgrading dependencies in that bundle will be more challenging due to transitive dependencies on `javax.mail` from several libraries, but making a similar change is necessary. I updated both of those Jira issues with links to NIFI-8630. -- 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]
