File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1655,9 +1655,14 @@ David Schlosnagle (schlosna@github)
1655
1655
(2.16.0)
1656
1656
1657
1657
Philipp Kräutli (pkraeutli@github)
1658
- * Reportedd #4009: Locale "" is deserialised as `null` if `ACCEPT_EMPTY_STRING_AS_NULL_OBJECT`
1658
+ * Reported #4009: Locale "" is deserialised as `null` if `ACCEPT_EMPTY_STRING_AS_NULL_OBJECT`
1659
1659
is enabled
1660
1660
(2.16.0)
1661
1661
1662
+ iProdigy (iProdigy@github)
1663
+ * Contributed fix #4041: Actually cache EnumValues#internalMap
1664
+ (2.16.0)
1665
+
1666
+
1662
1667
1663
1668
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ Project: jackson-databind
31
31
is enabled
32
32
(reported by Philipp K)
33
33
#4011 : Add guardrail setting for `TypeParser` handling of type parameters
34
+ #4041 : Actually cache EnumValues#internalMap
35
+ (contributed by @iProdigy)
34
36
35
37
2.15.3 (not yet released)
36
38
You can’t perform that action at this time.
0 commit comments