This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-8c56efcb-3e39-4e1b-811e-cfa5f5b77b4a XWIKI-23942 Open

Provide a runtime implementation of Jakarta Mail

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-4b2bb190-e5ca-4c31-9e8a-f7f6e3d210ad Thomas Mortagne created this issue on 22/Jan/26 19:06
 
Summary: Provide a runtime implementation of Jakarta Mail
Issue Type: cid:jira-generated-image-avatar-8c56efcb-3e39-4e1b-811e-cfa5f5b77b4a Task
Affects Versions: 17.10.2
Assignee: Unassigned
Components: Mail
Created: 22/Jan/26 19:06
Priority: cid:jira-generated-image-static-major-b56c6d43-9dfc-408f-b29a-810e303c903b Major
Reporter: Thomas Mortagne
Description:

One challenge is that Angus Mail (jakarta) and Sun Mail (javax) cannot be found in the same classpath. While we do use completely different packages and classes and have a few files in common...

 
 

1 update

 
cid:jira-generated-image-avatar-4b2bb190-e5ca-4c31-9e8a-f7f6e3d210ad Changes by Thomas Mortagne on 22/Jan/26 19:11
 
Description: One challenge is that Angus Mail (jakarta) and Sun Mail (javax) cannot be found in the same classpath. While we do use completely different packages and classes and have a few files in common...

I'm afraid we don't really have much other choice than to switch to jakarta.mail implementation only and to create a {{javax.mail}} <-> {{jakarta.mail}} bridge but that might easy.