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