summaryrefslogtreecommitdiff
path: root/manual/install.html
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2019-03-19 12:15:57 +0530
committerJaikiran Pai <jaikiran@apache.org>2019-03-19 12:28:38 +0530
commit9d98adbb5b0bf567055bb012db893d2cb629a0bc (patch)
tree663a3aafaf08d612c5c394d837557c36c1556fbb /manual/install.html
parent508e0f3facef2552d06b56d39d7208fcd62d49ba (diff)
downloadant-9d98adbb5b0bf567055bb012db893d2cb629a0bc.tar.gz
java.activation module has been removed from Java 11
Diffstat (limited to 'manual/install.html')
-rw-r--r--manual/install.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/manual/install.html b/manual/install.html
index 202d4b319..8b9910a1f 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -899,12 +899,15 @@ these tasks available. Please refer to the <a href="#optionalTasks">Installing A
</tr>
<tr>
<td>activation.jar<br/>
- (included in Java 6 to Java 10 but the <code>java.activation</code> module is deprecated and marked for removal in
- Java 9 and needs to be enabled explicitly on Java 10)</td>
+ <ul>
+ <li>Included in Java 6 to Java 10 but the <code>java.activation</code> module is deprecated and marked for removal in
+ Java 9 and needs to be enabled explicitly on Java 10.</li>
+ <li>Starting Java 11, the <code>java.activation</code> module has been <a href="http://openjdk.java.net/jeps/320">removed</a> and the jar has to be explicitly made available in the classpath.</li>
+ </ul>
+ </td>
<td><a href="Tasks/mail.html">mail</a> task with MIME encoding,
and <em><u>deprecated</u></em> <a href="Tasks/mimemail.html">mimemail</a> task</td>
- <td><a href="https://github.com/javaee/activation"
- target="_top">https://www.oracle.com/technetwork/java/javase/jaf-135115.html</a></td>
+ <td><a href="https://github.com/eclipse-ee4j/jaf">https://github.com/eclipse-ee4j/jaf</a></td>
</tr>
<tr>
<td>jdepend.jar</td>