36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 29 17:00:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to version 2.1.3
|
|
* Changes:
|
|
+ #621 - j.m.u.FactoryFinder.factoryFromServiceLoader needs
|
|
PrivilegedAction
|
|
+ #598 - expected resource not found:
|
|
/META-INF/javamail.default.address.map
|
|
+ #594 - Implement equals() and hashcode() on
|
|
jakarta.mail.Header
|
|
+ #630 - Use OSGi service loader mediator
|
|
+ #629: jakarta.mail-api-2.1.0.jar does not work in OSGi
|
|
environment (hk2servicelocator)
|
|
+ #635: The hk2 service loader is not used everywhere (where
|
|
necessary)
|
|
+ #660: fix wrong class file version for package-info
|
|
+ #664: Typo in Session.setDebug Javadoc
|
|
+ adds missing javadoc descriptions
|
|
+ updates dependency on Jakarta Activation API jar to version
|
|
2.1.2 and angus-activation used by tests to 2.0.1
|
|
+ #631: Session.getService does not use proper classloader in
|
|
OSGI environment
|
|
+ #665: Jakarta Mail erroneously assumes that classes can be
|
|
loaded from Thread#getContextClassLoader
|
|
+ #694: SharedFileInputStream should comply with spec
|
|
+ #710: Cannot parse messages without a session
|
|
+ updates dependency on Jakarta Activation API jar to version
|
|
2.1.3 and angus-activation used by tests to 2.0.2
|
|
- Use the new https://github.com/jakartaee/mail-api URL
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 3 14:16:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of jakarta-mail 2.1.0
|