aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/node
AgeCommit message (Expand)Author
2020-05-20Expose new "stream read capabilities" through `DeserializationContext`Tatu Saloranta
2019-12-10Merge branch '2.10' into 2.11Tatu Saloranta
2019-12-10Fix #2566Tatu Saloranta
2019-10-25Fix #2049 and #2525Tatu Saloranta
2019-10-25Minor test clean upTatu Saloranta
2019-10-16warnings removalTatu Saloranta
2019-10-16Fix #2503 (support `keyUsing` on key class)Tatu Saloranta
2019-09-29Fix #2475Tatu Saloranta
2019-09-19Javadoc fix; add some more `serialVersionUID` ids, simplify `NullNode` compar...Tatu Saloranta
2019-09-06Fix jsonNode#addAll (#2443)Hesham Massoud
2019-08-29Fix #2433Tatu Saloranta
2019-08-29Fix #2237Tatu Saloranta
2019-08-28Ensure NullNode, MissingNode remain singletonTatu Saloranta
2019-08-19Fix #2424Tatu Saloranta
2019-07-26Fixed #2393Tatu Saloranta
2019-06-04More tweaks for #18Tatu Saloranta
2019-06-04Fixed #18Tatu Saloranta
2019-06-02Fix #2339Tatu Saloranta
2019-05-31Address #2338 for 2.10, real fix needs to go in 3.0Tatu Saloranta
2019-01-16Fix #2189Tatu Saloranta
2019-01-11Fix #2223Tatu Saloranta
2019-01-11Fix #2217Tatu Saloranta
2018-12-10Fix #2204Tatu Saloranta
2018-12-10Fix #2187Tatu Saloranta
2018-08-15Merge branch '2.9' into 2.10Tatu Saloranta
2018-08-15Fix #2096Tatu Saloranta
2018-06-14Fix javadoc errorsTatu Saloranta
2018-05-25Fix #1991Tatu Saloranta
2017-11-01Fix #1799Tatu Saloranta
2017-08-18Fix Javadoc of ArrayNodeTakanori Hayashi
2017-07-09Merge pull request #1682 from koppor/fixcannotspellinginsrcTatu Saloranta
2017-06-29bit more work; now populate type-id inclusion styleTatu Saloranta
2017-06-28Merge branch 'master' into typeid-rewrite-2.9Tatu Saloranta
2017-06-28more work, convert as-array type id casesTatu Saloranta
2017-06-28Start work on type id handling rewrite (#1684)Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in codeOliver Kopp
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-05-05javadoc fixesTatu Saloranta
2017-04-30Fix #1440Tatu Saloranta
2017-03-11minor warnings, dead code elimination cleanupTatu Saloranta
2017-03-10Changes to work with new "isNaN" detection via `JsonParser`Tatu Saloranta
2016-11-25Fix #1425Tatu Saloranta
2016-11-25Baseline work for testing, eventually resolving #1425; now produces better er...Tatu Saloranta
2016-10-27Better test coverage for JsonNode typesTatu Saloranta
2016-10-05Update release notes wrt #1319Tatu Saloranta
2016-08-02add put method for value type BigIntegerJan Lolling
2016-06-01minor tweaking for #867 to reduce perf overheadTatu Saloranta
2016-05-22Prune out empty JSON arrays in JsonNodeLokeshN
2016-05-20Fixed #1184Tatu Saloranta
2016-04-21add missing @since tagsTatu Saloranta