Details
-
Type:
Bug
-
Status: Verified
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 12.7, 19.3, 20.0
-
Component/s: elFinder, Global, Mailsender
-
Labels:None
-
19 status:Resolved
-
Test Plan:
Description
The following lib has been changed a few times:
Deprecated sun version
<dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.6.2</version> <scope>provided</scope> </dependency>
<dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.5.0-b01</version> <scope>provided</scope> </dependency>
The correct lib is: (https://eclipse-ee4j.github.io/mail/)
<dependency> <groupId>com.sun.mail</groupId> <artifactId>jakarta.mail</artifactId> <version>1.6.4</version> <scope>provided</scope> </dependency>
Notice though in master we list them all this is to ensure the older libs are not brought over transitively.
Gliffy Diagrams
Zeplin
Attachments
Issue Links
- is related to
-
QNA-219 javax mail lib name has changed to jakarta-mail
-
- OPEN
-
-
EVALSYS-1580 javax mail lib name has changed to jakarta-mail
-
- RESOLVED
-
-
SMS-295 javax mail lib name has changed to jakarta-mail
-
- RESOLVED
-