mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
The upgrade to SLF4J 2 via gh-29152 has broken ConstantFieldSubstitutionProcessor when the class processed has both a static boolean field to make constant at build time and a static logger. This issue is about catching and logging those errors, skipping the processing of such fields which will be then evaluated at runtime. Closes gh-29219