Skip to content

Commit a94e59d

Browse files
committed
Update release docs for 2.0
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent c3096cb commit a94e59d

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

doc/release/CHANGES.txt

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Seven digit bug numbers are from the old Sun bug database, which is no
2020
longer available.
2121

2222

23+
CHANGES IN THE 2.0.0 RELEASE
24+
----------------------------
25+
The most important change here is the switch from javax to jakarta namespace.
26+
No bugs have been fixed in the 2.0.0 release.
27+
28+
2329
CHANGES IN THE 1.6.5 RELEASE
2430
----------------------------
2531
The following bugs have been fixed in the 1.6.5 release.

doc/release/COMPAT.txt

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
Jakarta Mail API ${mail.version} release
55
------------------------------
66

7+
-- Jakarta Mail 2.0.0 --
8+
9+
The Jakarta Mail 2.0 specification is the successor of the Jakarta
10+
Mail 1.6 specification. Except new package namespace - jakarta.mail
11+
there are no changes.
12+
13+
-- Jakarta Mail 1.6.x --
14+
715
The Jakarta Mail 1.6 specification is fully compatible with the JavaMail
816
1.5 specification, with the exceptions listed below.
917

doc/spec/JavaMail-2.0-changes.txt

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
JavaMail 2.0
3+
============
4+
5+
(Updated October 23, 2020)
6+
7+
Following is a description of the changes to the Jakarta Mail
8+
API introduced in Jakarta Mail 2.0. The numbers in parentheses
9+
are bug numbers; you can find more information about the
10+
bug reports at:
11+
12+
https://github.com/eclipse-ee4j/mail/issues/<bug number>
13+
14+
Please send comments and feedback to [email protected].
15+
16+
Jakarta Mail 2.0 will also require at least Java SE 8.
17+
18+
19+
===================================================================
20+
21+
1. API package namespace is jakarta.mail
22+
-----------------------------------------------------------------------------
23+
24+
Previous version of the Jakarta Mail Specification which is based on
25+
JavaMail 1.6 used javax.mail package namespace.
26+
New Jakarta Mail Specification uses jakarta.mail package namespace instead.

0 commit comments

Comments
 (0)