Uploaded image for project: 'Log4j 2'
  1. Log4j 2
  2. LOG4J2-3554

Replace old com.sun.mail:smtp with org.eclipse.angus:angus-smtp project

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.18.0
    • None
    • Web/Servlet
    • None

    Description

      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:

       

      <dependency>
        <groupId>org.eclipse.angus</groupId>
        <artifactId>angus-activation</artifactId>
      </dependency>
      <dependency>
        <groupId>org.eclipse.angus</groupId>
        <artifactId>smtp</artifactId>
      </dependency> 

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              astappiev Oleh Astappiev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: