Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The nifi-bootstrap module depends on javax.mail 1.4.7 to support email notifications of bootstrap events. The javax.mail 1.4.7 dependency does not support recent versions of the TLS protocol, and Jakarta Mail 2 supersedes the javax.mail dependency. This dependency and associated references should be updated following the same approach as recent updates for the PutEmail processor
Attachments
Issue Links
- causes
-
NIFI-10020 Failed to send bootstrap notification due to java.lang.NoClassDefFoundError: jakarta/activation/DataHandler
-
- Resolved
-
-
NIFI-10031 Downgrade Jakarta Mail to 1.6.7 in Bootstrap
-
- Resolved
-
- fixes
-
NIFI-9651 End of life for mail-1.4.7.jar jar file used inside lib folder
-
- Resolved
-
- links to