mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
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