We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad9dea commit 5dbcda5Copy full SHA for 5dbcda5
release-notes/VERSION
@@ -100,6 +100,9 @@ Versions: 3.x (for earlier see VERSION-2.x)
100
#4956: Rename `JsonNode.isContainerNode()` as `isContainerNode()`
101
#4958: Extend, improve set of number value accessors for `JsonNode`
102
(`JsonNode.intValue()` etc) [JSTEP-3]
103
+#4968: Add JsonMapper builder support in Jackson 3.0 for optionally creating
104
+ mappers with Jackson2 config defaults
105
+ (implemented by @pjfanning)
106
#4991: Extend, improve set of non-number scalar value accessors for `JsonNode`
107
(`JsonNode.booleanValue()` etc) [JSTEP-3]
108
#4992: Rename `JsonNodeFactory.textNode()` as `JsonNodeFactory.stringNode()` [JSTEP-3]
0 commit comments