-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Dave Syer opened SPR-9499 and commented
It seems that MapToMapConverter cannot distinguish MultiValueMap in target, so it, or one of its converter helpers, will use add() and pass in a List to a map value (which is a List itself) instead of using addAll() (or the equivalent).
Affects: 3.1.1
Issue Links:
- Introduce ResolvableType Class [SPR-10973] #15601 Introduce ResolvableType Class ("depends on")
- Provider<...> declaration for @Value method argument fails with TypeMismatchException [SPR-12297] #16903 Provider<...> declaration for
@Value
method argument fails with TypeMismatchException - TypeDescriptor can no longer be programatically created with null generics [SPR-11006] #15634 TypeDescriptor can no longer be programatically created with null generics
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug