mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-19 19:29:03 +00:00
This commit provides an alternative java.beans.Introspector#findCustomizerClass implementation via a GraalVM substitution that avoids to include thousands of unused AWT classes in the native image. Closes gh-29060