[DISCUSS] Release Apache Log4j `2.24.1` (RC1)

2024-09-30 Thread Piotr P. Karwasz
Hi Axel,

On Mon, 30 Sept 2024 at 08:51, Axel Howind  wrote:
> I know I'm late, but maybe it would be a good idea to mention that the Jigsaw 
> problems with 2.24.0 are also fixed in this release as some dependent 
> projects (POI being an example) have not updated because of this. There is 
> the issue https://github.com/apache/logging-log4j2/issues/2929 for this 
> (that's the one I created, there may be others; I tested my project with the 
> release candidate and it works now).

Thanks for confirming it.

Release 2.24.1 is available on Maven Central and you can update right
now. We are having some INFRA problems with a frozen website, so the
official announcement will appear only when the website update is
online.

Piotr


[ANNOUNCE] Apache Log4j `2.24.1`released

2024-09-30 Thread Piotr P. Karwasz

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`