Skip to content

MapToMapConverter cannot distinguish MultiValueMap in target [SPR-9499] #14133

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions