Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 9cdc40d

Browse files
committed
Add compatibility note about mailapi.jar and com.sun.mail.util.logging.
1 parent 2f167e6 commit 9cdc40d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

doc/release/COMPAT.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ implementation. This note summarizes potential compatibility issues
1414
with this release of the JavaMail API.
1515

1616

17+
-- JavaMail 1.6.1 --
18+
19+
- com.sun.mail.util.logging no longer included in mailapi.jar.
20+
21+
If you're using mailapi.jar and depend on the com.sun.mail.util.logging
22+
classes, you'll need to include the logging-mailhandler.jar file in
23+
your application class path.
24+
25+
26+
1727
-- JavaMail 1.6 --
1828

1929
- Public API updated to use generics

0 commit comments

Comments
 (0)