Skip to content

Commit df83196

Browse files
committed
Update 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 265cd2a commit df83196

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/asciidoc/integration.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5699,14 +5699,13 @@ For more information on Spring's transaction facilities, see the chapter entitle
56995699

57005700
.Library dependencies
57015701
****
5702-
The following additional jars to be on the classpath of your application in order to be
5703-
able to use the Spring Framework's email library.
5702+
The following JAR needs to be on the classpath of your application in order to use
5703+
the Spring Framework's email library.
57045704
5705-
* The https://java.net/projects/javamail/pages/Home[JavaMail] `mail.jar` library
5706-
* The http://www.oracle.com/technetwork/java/jaf11-139815.html[JAF]
5707-
`activation.jar` library
5705+
* The https://java.net/projects/javamail/pages/Home[JavaMail] library
57085706
5709-
All of these libraries are freely available on the web.
5707+
This library is freely available on the web -- for example, in Maven Central as
5708+
`com.sun.mail:javax.mail`.
57105709
****
57115710

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

0 commit comments

Comments
 (0)