ppkarwasz commented on PR #3228: URL: https://github.com/apache/logging-log4j2/pull/3228#issuecomment-2503998195
> I believe we made some effort in 3.0 to remove many dependencies but I don't believe we got rid of them all. Version `3.0.0-beta3` of Log4j Core has **no** external dependencies (see [MvnRepository](https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/3.0.0-beta3)). Most importantly, it has no **optional** dependencies, which are always a problem. Even if we exclude JPMS and OSGi, normal Java users pin their optional Log4j Core dependency in the POM file and they forget to upgrade them, when they upgrade Log4j Core. This will no longer be an issue. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org