Re: [jackson-user] Custom deserializing Map<String, Foo> where Foo is polymorphic

2017-02-20 Thread Tatu Saloranta
Almost but not quite. Use of `@JsonTypeInfo(include=As.WRAPPER_OBJECT)` would indeed allow use of JSON property name as type identitifier. This would work for property values, and Lists/Arrays, but not quite the way you'd want for Maps. So if I understand use case correctly, there is nothing out

[jackson-user] Jackson 2.8.7 patch release in progress

2017-02-20 Thread Tatu Saloranta
As per title, 2.8.7 is being released. Change list at: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.8.7 and upgrade is, as usual, recommended; although nothing considered generally critical fix was included this time (YMMV of course). We are also getting very close to 2.9.0.pr1;