Skip to content

Commit 40fc260

Browse files
committed
Updated required email dependencies in reference manual
Beginning with Java 6, the JavaBeans Activation Framework (JAF) is part of the JDK. Thus, there is no longer a need to explicitly include a dependency on `activation.jar` when using Spring's email support in Spring Framework 4.0 and higher which anyway requires Java 6 or higher. This commit therefore removes the JAF requirement from the reference manual.
1 parent c4e0f14 commit 40fc260

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/asciidoc/index.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46786,16 +46786,14 @@ For more information on Spring's transaction facilities, see the chapter entitle
4678646786
[[mail-introduction]]
4678746787
=== Introduction
4678846788

46789-
.Library dependencies
4679046789
****
46791-
The following additional jars to be on the classpath of your application in order to be
46792-
able to use the Spring Framework's email library.
46790+
The following JAR needs to be on the classpath of your application in order to use
46791+
the Spring Framework's email library.
4679346792

46794-
* The https://java.net/projects/javamail/pages/Home[JavaMail] `mail.jar` library
46795-
* The http://www.oracle.com/technetwork/java/jaf11-139815.html[JAF]
46796-
`activation.jar` library
46793+
* The https://java.net/projects/javamail/pages/Home[JavaMail] library
4679746794

46798-
All of these libraries are freely available on the web.
46795+
This library is freely available on the web -- for example, in Maven Central as
46796+
`com.sun.mail:javax.mail`.
4679946797
****
4680046798

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

0 commit comments

Comments
 (0)