mirror of
https://github.com/corda/corda.git
synced 2025-02-11 21:26:23 +00:00
* CORDA-1530 - Generics break default evolver When selecting an annotated constructor for evolving a type make sure we treat generics in the same manner we did when serialized. Effectively throw away the template information and treat lists as lists and maps as maps