ObjectProvider Map resolution inconsistency between resolveDependency and getBeanProvider [SPR-17577] #22109
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
type: task
A general task
Dave Syer opened SPR-17577 and commented
DefaultListableBeanFactory
has 2 methods that can be used to extract anObjectProvider
, and they behave inconsistently if the dependency is of typeMap<String,X>
. Here's a test that fails:Affects: 5.1.3
The text was updated successfully, but these errors were encountered: