Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: downgrade jakarta.mail to 1.6.7
JakartaMail 2.x switched to the new `jakarta.mail` namespace. So libraries using earlier versions of JakartaMail/JavaMail will not work with it as they need the `javax.mail` namespace. Spring 5.x is importing stuff from `javax.mail` namespace and so cannot be used with JakartaMail 2.x for now. According to Support for Jakarta EE 9 (annotations and interfaces in jakarta.* namespace), Spring will switch to using the jakarta.* namespace in Spring Framework 6 / Spring Boot 3. For details see: spring-projects/spring-framework#25354
- Loading branch information