GitHub user ppkarwasz edited a comment on the discussion: Roadmap for `2.25.1` 
release

### 🛠️ Additional Issue: Spring Boot Compatibility

`2.25.0` introduced a regression that affects integration with **Spring Boot** 
(#3770):

* For historical reasons, Spring Boot uses `LoggerContext.start(Configuration)` 
to reconfigure the logging context, rather than the intended 
`LoggerContext.reconfigure(Configuration)` method.
* Although this usage is not recommended for new code, the widespread adoption 
of Spring Boot makes it important to preserve this (previously undocumented) 
behavior.

To maintain compatibility, we will restore the original behavior of 
`LoggerContext.start(Configuration)` in `2.25.1`.

GitHub link: 
https://github.com/apache/logging-log4j2/discussions/3766#discussioncomment-13537171

----
This is an automatically sent email for dev@logging.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@logging.apache.org

Reply via email to