diff --git a/WHATSNEW b/WHATSNEW
index 0cb4b9db5..3e4d94ee4 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -34,6 +34,9 @@ Other changes:
* prefer https over http when building ant itself, and in the ant
documentation and sources
+ * changed the references and Maven coordinates of JavaMail dependency
+ to Jakarta Mail and thus javax.mail to jakarta.mail - and upgraded
+ the dependency to 1.6.3.
Changes from Ant 1.10.5 TO Ant 1.10.6
=====================================
diff --git a/fetch.xml b/fetch.xml
index f4b6fa666..44230aa80 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -329,14 +329,14 @@ Set -Ddest=LOCATION on the command line
Sends SMTP mail with MIME
-attachments. JavaMail
-and Java
-Activation Framework are required for this task. The Java
+attachments. Jakarta Mail
+and Jakarta
+Activation are required for this task. The Java
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.
https://commons.apache.org/bcel/ | ||||
javax.mail.jar | +jakarta.mail.jar | mail task and deprecated mimemail task | -https://javaee.github.io/javamail/ | +https://eclipse-ee4j.github.io/mail/ |
activation.jar diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml index f8055c18e..798c8fd99 100644 --- a/src/etc/poms/ant-javamail/pom.xml +++ b/src/etc/poms/ant-javamail/pom.xml @@ -46,10 +46,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m |