spring-framework/spring-context/src
Juergen Hoeller 9c09a0a037 Consistent Map/Set ordering
Use LinkedHashMaps/Sets wherever exposed to users, and code tests defensively in terms of expected Map/Set ordering. Otherwise, there'll be runtime order differences between JDK 7 and JDK 8 due to internal HashMap/Set implementation differences.

Issue: SPR-9639
2013-04-23 13:53:09 +02:00
..
main Revised Joda-Time support (as a side effect of JSR-310 support in Spring 4.0) 2013-04-23 13:50:25 +02:00
test Consistent Map/Set ordering 2013-04-23 13:53:09 +02:00