spring-framework/spring-core/graalvm
Sébastien Deleuze 3eaf326997 Refine ConstantFieldSubstitutionProcessor error handling
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
2022-09-29 12:52:30 +02:00
..
src/main/java/org/springframework/aot/graalvm Refine ConstantFieldSubstitutionProcessor error handling 2022-09-29 12:52:30 +02:00
graalvm-feature.gradle Skip Javadoc generation for the GraalVM feature module 2022-09-20 16:38:48 +02:00