seregamorph commented on issue #3969: URL: https://github.com/apache/logging-log4j2/issues/3969#issuecomment-3455559158
Thanks for the clarification. Please note that https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/4.0.0-RC1/spring-boot-dependencies-4.0.0-RC1.pom defines dependency to log4j as ``` <log4j2.version>2.25.2</log4j2.version> ``` And many (probably most) of modern spring-boot projects rely on this `dependencyManagement` as default. Which means that `2.26.0` should be released before spring-boot `4.0.0 GA` (I guess it's an obvious factor, just note that this may block early adoption of spring-boot 4 release candidates like happened in my project) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
