mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Refactor child management configuration and add AOT generation support. A new `ChildManagementContextInitializer` class now performs the child context initialization and also handles AOT processing concerns. Closes gh-31163