[ANNOUNCE] Apache Log4j `2.24.3` released
"Piotr P. Karwasz" <[email protected]> Fri, 13 Dec 2024 13:52:29 +0100
| Newsgroups | gmane.comp.jakarta.log4j.user,gmane.comp.apache.maven.announce,gmane.comp.apache.tiles.devel |
|---|---|
| Message-ID | <[email protected]> |
The Apache Log4j team is pleased to announce the `2.24.3` release. Apache Log4j is a versatile, industrial-strength Java logging framework composed of an API, its implementation, and components to assist the deployment for various use cases. For further information (support, download, etc.) see the project website[1]. [1] https://logging.apache.org/log4j/2.x/index.html == Release Notes This release fixes two minor bugs. * Fix `ConcurrentModificationException`, if multiple threads modify loggers concurrently. This bug affects users that modify logger levels programmatically. (#3234[2]) * Protects `PropertiesUtil` against property sources that call `PropertiesUtil` recursively. In some cases such a property source can even cause deadlocks. (#3252[3]) [2] https://github.com/apache/logging-log4j2/issues/3234 [3] https://github.com/apache/logging-log4j2/issues/3252 Piotr