From b2da27513c7806357bf146bde44b3cc469757122 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 4 Jul 2018 06:27:37 +0200 Subject: [PATCH] actually javax.activation is still there in Java 10 --- manual/Tasks/mimemail.html | 7 ++++--- manual/install.html | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/manual/Tasks/mimemail.html b/manual/Tasks/mimemail.html index c86d61464..5188273b4 100644 --- a/manual/Tasks/mimemail.html +++ b/manual/Tasks/mimemail.html @@ -34,9 +34,10 @@ JavaMail and Java Activation Framework are required for this task. The Java -Activation Framework is part of the standard class library for Java6 -to Java9 but must be provided as an external library for Java10 and -later again.

+Activation Framework is part of the standard class library for Java 6 +to Java 10 but the java.activation module has been +deprecated in Java 9 and must be enabled explicitly when running on +Java 10. Alternatively it can be provided as an external library.

Multiple files can be attached using FileSets.

Parameters

diff --git a/manual/install.html b/manual/install.html index 2d232f0a4..84121e369 100644 --- a/manual/install.html +++ b/manual/install.html @@ -928,7 +928,10 @@ these tasks available. Please refer to the Installing + (included in Java 6 to Java 10 but + the java.activation module is deprecated and marked + for removal in Java 9 and needs to be enabled explicitly on Java + 10)
activation.jar
- (included in Java 6 to Java9 no longer included in Java10 and later)
mail task with MIME encoding, and deprecated mimemail task