aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/node
AgeCommit message (Expand)Author
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
2016-04-21Merge pull request #1182 from mveitas/arraynode_capacityTatu Saloranta
2016-04-20Merge branch '2.7'Tatu Saloranta
2016-04-20Fix #1208Tatu Saloranta
2016-04-04Add the ability to specify the initial capacity of the ArrayList for the Arra...Matt Veitas
2016-03-21Change code to use `writeStartObject(Object value)` where applicable, to stre...Tatu Saloranta
2016-02-22Made changes suggested in #1065Tatu Saloranta
2016-01-27fix custom comparator container node traversal Daniel Norberg
2015-12-29...Tatu Saloranta
2015-12-28...Tatu Saloranta
2015-12-15Fix #1048Tatu Saloranta
2015-09-24Merge branch '2.6'Cowtowncoder
2015-09-24Tiny streamilining of hashCode() changesCowtowncoder
2015-09-24Add hashCode implementations where there are noneSergio-Mira
2015-09-24Merge pull request #940 from Sergio-Mira/hash-code-fixesTatu Saloranta