mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
1dc2177a4a
This commit avoids unnecessary processing in the implementation of postProcessBeforeInitialization() in ApplicationContextAwareProcessor by immediately returning the supplied bean if it does not meet the requirements for further processing. Closes gh-23435