Consistent support for MultiValueMap and common Map implementations in CollectionFactory #30440
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
It turned out that
CollectionFactory.createMap
specifically supportsMultiValueMap
already butcreateApproximateMap
does not. Also,createMap
can easily instantiate commonMap
implementations directly, along the lines of #28718.The text was updated successfully, but these errors were encountered: