GenericConversionService
selects incorrect converter for String
to List<String>
conversion
#34685
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: waiting-for-triage
An issue we've not yet triaged or decided on
This issue is related to #34535 and #34298.
Converter<String, List<? extends Map<String, ?>>>
is incorrectly selected when converting aString
to aList<String>
.The following reproducer test fails on all
6.2.x
versions except6.2.3
:The exception shows that the
StringToListOfMapConverter
converter was chosen instead of expectedStringToCollectionConverter
:The text was updated successfully, but these errors were encountered: