You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate applyBeanPostProcessorsBeforeInitialization and applyBeanPostProcessorsAfterInitialization in the AutowireCapableBeanFactory interface #30974
Following up on #30345, the applyBeanPostProcessorsBeforeInitialization and applyBeanPostProcessorsAfterInitialization methods are candidates for deprecation in their public form on AutowireCapableBeanFactory since they are not externally invoked within the Spring Framework project anymore.