CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap #30596
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
Affects: 6.0.9 and 5.3.28-SNAPSHOT
The changes made in 0211016 mean that
CollectionFactory
will now return aLinkedHashMap
when a map of typeHashMap
is requested. This could lead to subtle regressions as the iteration order of the returned map will be different.The text was updated successfully, but these errors were encountered: