Deprecate AutowireCapableBeanFactory.createBean(Class, int, boolean)
for consistent usage of createBean(Class)
#30345
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
As a follow-up to #29855 and #30041, the
createBean
variant with autowire mode and dependency check arguments will be deprecated in 6.1, in favor of thecreateBean(Class)
method with its default constructor resolution algorithm. The latter will also be consistently used internally now, e.g. inSpringBeanJobFactory
for Quartz andSpringBeanContainer
for Hibernate.The text was updated successfully, but these errors were encountered: