Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/docs/asciidoc/integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4421,10 +4421,10 @@ This section describes how to send email with the Spring Framework.
The following JAR needs to be on the classpath of your application in order to use
the Spring Framework's email library:

* The https://javaee.github.io/javamail/[JavaMail] library
* The https://eclipse-ee4j.github.io/mail/[JavaMail] library
Copy link
Contributor Author

@thanus thanus Oct 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like Jakarta Mail is the new name for JavaMail. Should this also be changed? JavaMail is also mentioned in several places (docs, codebase).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could mention both names. JavaMail is still the canonical name for the API in Java EE 7/8 and therefore our baseline. Jakarta EE 9 and Jakarta Mail are not common enough (yet) to switch the primary names that we use for those APIs.


This library is freely available on the web -- for example, in Maven Central as
`com.sun.mail:javax.mail`.
`com.sun.mail:jakarta.mail`.
****

The Spring Framework provides a helpful utility library for sending email that shields
Expand Down