Hi all mates, we have tests failures in our codebase[1] related to parameters serialization and IIUC the main issue with unique serialization strongly depend by the underlying data structure, maybe a generic HashMap is not enough (order is not guaranteed) and we have to switch to a LinkedHashMap, even if I am not sure it squashes the bug once for all...
Do you guys have any idea? TIA, all the best! -Simo [1] https://gist.github.com/simonetripodi/62e6385066e623315110 http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi