-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.6.3
Tatu Saloranta edited this page Sep 24, 2015
·
25 revisions
Patch version of [2.6](Jackson Release 2.6), not yet released (as of September 2015)
-
#938: Regression:
StackOverflowError
with recursive types that containMap.Entry
-
#940: Add missing
hashCode()
implementations forJsonNode
types that did not have them -
#941 Deserialization from
{}
toObjectNode
field causes "out of END_OBJECT token" error
-
#25: Should ignore
static
methods (setter/getter)