mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
1fdd91eb30
This commit adapts the generated code for handling ImportAware to register a bean definition rather than adding the BeanPostProcessor directly on the beanFactory. The previous arrangement put the post processor handling import aware callbacks first on the list, leading to inconsistent callback orders. Tests have been adapted to validate this exact scenario. Closes gh-28915