ppkarwasz commented on issue #1829: URL: https://github.com/apache/logging-log4j2/issues/1829#issuecomment-1863260351
@ashr123, Every version of Log4j (both 2.x and 3.x) runs on the newest Java available. By baseline I only mean the **oldest** supported JRE. This is a restriction only for maintainers: in the `2.x` branch we can not use language constructs or library methods from JDK 11+. Users don't feel this restriction, since we can use multiple techniques (e.g. Multi-Release JARs, reflection, etc.) to guarantee the `log4j-core` works in the same way on all the JDKs. -- 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]
