mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Remove instance suppliers in bean definitions and depend instead on reflection. This allows the AOT engine to correctly process the definitions. Fixes gh-33763