mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3eaf326997
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