[ https://issues.apache.org/jira/browse/LOG4J2-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Piotr Karwasz resolved LOG4J2-3554. ----------------------------------- Fix Version/s: 2.20.0 Resolution: Fixed > Replace old com.sun.mail:smtp with org.eclipse.angus:angus-smtp project > ----------------------------------------------------------------------- > > Key: LOG4J2-3554 > URL: https://issues.apache.org/jira/browse/LOG4J2-3554 > Project: Log4j 2 > Issue Type: Improvement > Components: Web/Servlet > Affects Versions: 2.18.0 > Reporter: Oleh Astappiev > Priority: Major > Fix For: 2.20.0 > > > The old com.sun.mail packages are now obsolete, and we just removed them from > our project and replaced by new Jakarta Mail implementation project Eclipse > Angus. > > It would be nice, if we don't need to exclude all the packages manually, but > newly added feature uses the latest dependency available. > > The right dependency to use are: > > {code:java} > <dependency> > <groupId>org.eclipse.angus</groupId> > <artifactId>angus-activation</artifactId> > </dependency> > <dependency> > <groupId>org.eclipse.angus</groupId> > <artifactId>smtp</artifactId> > </dependency> {code} > -- This message was sent by Atlassian Jira (v8.20.10#820010)