Deprecate applyBeanPostProcessorsBeforeInitialization
and applyBeanPostProcessorsAfterInitialization
in the AutowireCapableBeanFactory
interface
#30974
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Following up on #30345, the
applyBeanPostProcessorsBeforeInitialization
andapplyBeanPostProcessorsAfterInitialization
methods are candidates for deprecation in their public form onAutowireCapableBeanFactory
since they are not externally invoked within the Spring Framework project anymore.The text was updated successfully, but these errors were encountered: