Closed
Description
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 the createBean(Class)
method with its default constructor resolution algorithm. The latter will also be consistently used internally now, e.g. in SpringBeanJobFactory
for Quartz and SpringBeanContainer
for Hibernate.