Details
-
Bug
-
Resolution: Unresolved
-
Major
-
1.3.0-alpha5
-
None
Description
Logback depends on outdated modules such as com.sun.mail:javax.mail:jar:1.6.2:test.
Please replace this with com.sun.mail:jakarta.mail:1.6.5:test. Otherwise, projects that depend on newer dependencies will conflict with logback's dependencies. For example, my project depends on com.sun.activation:jakarta.activation:jar:1.2.1:compile which is newer but conflicts with javax.activation:activation:jar:1.1:test because the two of them export the same module name.
Attachments
Issue Links
- subsumed by
-
LOGBACK-1665 Revert to javax.mail instead of jakarta.mail
- Resolved
- links to