Hi Clayton,

On 5.05.2025 23:00, Clayton Wohl wrote:
The current log4j 3.0 beta builds use Jackson 2.x. My request is that
log4j 3.0 development switch to Jackson 3.0 RC builds. This would mean
that a final log4j 3.0 would be dependent on a final Jackson 3.0, but
it looks like Jackson 3.0 will release first anway.
+1

Since Jackson 3.x uses a different Maven groupId and a different Java package a Java application can safely use Jackson 2 and 3 at the same time. This means that upgrading `log4j-docker`, `log4j-config-jackson`, `log4j-config-properties` and `log4j-config-yaml` to Jackson 3 will cause no compatibility problems to our users.

Feel free to provide a PR for the `main` branch.

Piotr

Reply via email to