Just a reminder to switch from javax.mail.* to jakarta.mail.* and from javax.activation.* to jakarta.activation.* when possible.
This depends on commons-email however:
Probably Angus Mail will be used as implemention of Jakarta Mail 2.x.
(BTW: Also check this line in play-grpc, not sure if or when we should change that exclude.)
Just a reminder to switch from
javax.mail.*tojakarta.mail.*and fromjavax.activation.*tojakarta.activation.*when possible.This depends on commons-email however:
Probably Angus Mail will be used as implemention of Jakarta Mail 2.x.
(BTW: Also check this line in play-grpc, not sure if or when we should change that exclude.)