mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
This commit adapts how the BasePackages bean is registered so that AOT processing works with it out-of-the-box. Previously we were using an instance supplier with the accumulated base packages. This commit changes that to set a constructor argument values. Closes gh-31223