Affects: 6.0.9 and 5.3.28-SNAPSHOT

The changes made in https://github.com/spring-projects/spring-framework/commit/0211016957822e21317db50878f3c8c3affd244c mean that CollectionFactory will now return a LinkedHashMap when a map of type HashMap is requested. This could lead to subtle regressions as the iteration order of the returned map will be different.