You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per JSTEP-3 (and related to JSTEP-6) we want to unify naming of types and accessors: Jackson 2.x uses "Text" instead of "String" (unlike everything else in Jackson 2.x API), so with 3.0 we can fix the discrepancy.
So we will:
Rename TextNode as StringNode (it is unlikely actual type often referred to in application code)
Rename JsonNode accessor methods to use "String" instead of "Text" in most cases; deprecated+add in others
What this specifically means is that we'll change: