Support Legacy and Jakarta-Prefixed Resource Files in JAF API with Legacy Precedence #186#187
Support Legacy and Jakarta-Prefixed Resource Files in JAF API with Legacy Precedence #186#187jbescos wants to merge 1 commit intojakartaee:mainfrom
Conversation
…gacy Precedence jakartaee#186 Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
|
Sidenote, this should fix WildFly issue but I wonder if mixing javax.mail and JakartaMail end up poisoning each other. The goal of name change was to stop that. I have and alternative patch to fix that and I'll see if I can draft that up. |
Actually you are right, and this is very tricky to completely solve it because there are many different combinations between activation-api, mail-api, angus-activation and angus-mail. This PR is only a middle step to transition to the new jakarta resources. |
|
what is missing here? Is this for 2.1.x and some other, possibly breaking solution, is for master/2.2? |
|
I need to revisit this when I have time because I forgot the details. Lets keep it open for the time being. |
#186
In this diff is where I added the jakarta resources. It could help to review this PR.
Tested in angus-activation here: eclipse-ee4j/angus-activation#60