ppkarwasz opened a new pull request, #1226:
URL: https://github.com/apache/logging-log4j2/pull/1226

   The first Angus Activation releases didn't work on Java 8, since their class 
names collided with those embedded in the JRE. Since 
[eclipse-ee4j/angus-activation/11](https://github.com/eclipse-ee4j/angus-activation/pull/11)
 was solved in version 2.0.0, we can replace the old unmaintained 
`com.sun.mail` artifacts with Eclipse Angus.
   
   Possible problems:
   
    * Eclipse Angus has a Jakarta EE 10 baseline (version 2.1 of Jakarta 
Activation and Mail API). I would prefer to keep a Jakarta EE 9 baseline.
    * Spring Boot's 
[`spring-boot-starter-mail`](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-mail/3.0.2)
 uses Angus, so we probably can ignore the previous point.
    * We need to use the `jakarta.mail` artifact, since Spring Boot does it and 
nobody likes exclusions.
    * The `angus-activation` artifact must be version 2.0.0 or higher,
    * The `jakarta.mail` artifact must be at most 1.1.0, since 2.0.0 was 
compiled with Java 9 (cf. 
[eclipse-ee4j/angus-mail/#76](https://github.com/eclipse-ee4j/angus-mail/issues/76)).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to