The Apache Log4j team is pleased to announce the `2.24.1`
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.

Project website: https://logging.apache.org/log4j/2.x/index.html

Download page: https://logging.apache.org/log4j/2.x/download.html

== Release Notes

This release contains mainly bug fixes of problems encountered with
the thread context map, logger registry and configuration reloading.

It also enhances integration tests to use Docker images of the most
recent releases of MongoDB and Elastic Search.

=== Changed

* Rework `LoggerRegistry` to make it `MessageFactory`-namespaced.

  This effectively allows loggers of same name, but different message factory. (#2936)
* Enable Docker-based tests in CI for JSON Template Layout (#2953)

=== Fixed

* Switch MongoDB tests to use Docker. (#2229)
* Fix reloading of the configuration from an HTTP(S) source (#2937)
* Fix `putAll()` in the default thread context map implementation (#2942)

=== Updated

* Update `org.apache.logging:logging-parent` to version `11.3.0`

Reply via email to