Hi PJ,

On 14.11.2024 21:29, PJ Fanning wrote:
The problem with log4j-api 2.24.1 is it can return null Logger instances when 
used with log4j-core 2.24.0 leading to NullPointerExceptions.

That is a bug in `log4j-api` 2.24.1 and it should affect both users of `log4j-core` 2.24.0 and 2.24.1. The bug is non deterministic (since it depends on a WeakReference being collected between two method calls), but I would be surprised if it only manifested itself, when versions mismatch.

Piotr

Reply via email to