-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: configAn issue in spring-security-configAn issue in spring-security-configtype: enhancementA general enhancementA general enhancement
Milestone
Description
This commit spring-projects/spring-framework@22a750f which is now merged in Spring Framework main, added a GraalVM feature that makes constant at build-time 2 type of fields:
NativeDetector#imageCode
- Static fields with a name ending by
Present
inorg.springframework
package that are typically used for classpath check withClassUtils#isPresent
See:
- Replace build-time initialization by constant field evaluation at build-time spring-framework#28624
- https://github.com/spring-projects/spring-framework/wiki/Spring-AOT-and-native-support#build-time-fields-initialization-for-classpath-checks
That said, we should go throughout the codebase and make sure we follow that convention
Metadata
Metadata
Assignees
Labels
in: configAn issue in spring-security-configAn issue in spring-security-configtype: enhancementA general enhancementA general enhancement