File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1646,8 +1646,13 @@ Matteo Bertozzi (matteobertozzi@github)
16461646 (2.15.1)
16471647
16481648Antti Lampinen (arlampin@github)
1649- * Reported #3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
1650- and is marked `Access.WRITE_ONLY`
1651- (2.15.1)
1649+ * Reported #3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
1650+ and is marked `Access.WRITE_ONLY`
1651+ (2.15.1)
1652+
1653+ David Schlosnagle (schlosna@github)
1654+ * Contributed #4008: Optimize `ObjectNode` findValue(s) and findParent(s) fast paths
1655+ (2.16.0)
1656+
16521657
16531658
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Project: jackson-databind
2525 (contributed by Joo-Hyuk K)
2626#3965 : Add `JsonNodeFeature.WRITE_PROPERTIES_SORTED` for sorting `ObjectNode` properties
2727 on serialization
28+ #4008 : Optimize `ObjectNode` findValue(s) and findParent (s) fast paths
29+ (contributed by David S)
2830
29312.15.3 (not yet released)
3032
You can’t perform that action at this time.
0 commit comments