aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/fasterxml/jackson/databind/util
AgeCommit message (Expand)Author
2020-04-14Minor test cleanupTatu Saloranta
2020-03-08First part of #2647, add `createGenerator()` methodsTatu Saloranta
2019-12-30Yet more test coverageTatu Saloranta
2019-11-26Merge branch '2.10' into 2.11Tatu Saloranta
2019-11-26Minor test streamliningTatu Saloranta
2019-11-24Fix #2352Tatu Saloranta
2019-09-16Minor fixes to formatting of `JavaType`s in exception messagesTatu Saloranta
2019-03-23Minor javadoc improvement for #1786Tatu Saloranta
2019-01-16Test fixesTatu Saloranta
2018-10-26...Tatu Saloranta
2018-01-02Fix #1729Tatu Saloranta
2017-08-26Fix #1730Tatu Saloranta
2017-07-18More work on "full value read"Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in codeOliver Kopp
2017-06-24Bit more work on #1678, serialization sideTatu Saloranta
2017-06-24Fix #1678 (rewrite `StdDateFormat` deserialization)Tatu Saloranta
2017-04-30Fix #1440Tatu Saloranta
2017-04-28Add test to verify fix for core#372Michael Sims
2017-04-07add comment to testsMarco Catania
2017-04-07add JSONPObject testsMarco Catania
2017-03-29Minor tweak to #1520: move case-insensitive feature as `MapperFeature.ACCEPT_...Tatu Saloranta
2017-03-10Changes to work with new "isNaN" detection via `JsonParser`Tatu Saloranta
2016-11-20Fix #1428Tatu Saloranta
2016-11-07clean up of exception propagationTatu Saloranta
2016-11-02more test coverageTatu Saloranta
2016-10-21more test coverage improvementsTatu Saloranta
2016-10-19and bit more test coverage love for util typesTatu Saloranta
2016-07-03prepare for 2.8.0Tatu Saloranta
2016-05-30Minor improvement to `handleUnknownTypeId()`, pass TypeIdResolverTatu Saloranta
2016-05-27Further cleanup for #1253 wrt 2.8Tatu Saloranta
2016-05-27...Tatu Saloranta
2016-05-26Added a unit test to illustrate the issue with the JsonWriteContext incorrectlyMohit Chugh
2016-02-22Fix #1130Tatu Saloranta
2015-11-03Complete type resolution refactoring: all tests that passed with 2.6 pass now...Tatu Saloranta
2015-10-28Merge branch '2.6'Cowtowncoder
2015-10-28Fix #984Cowtowncoder
2015-09-26Support any number of millisecond digits. Also leap seconds.jwilson
2015-06-04Merge branch '2.5'Tatu Saloranta
2015-06-04Update release notes for #816Tatu Saloranta
2015-06-04Allow date-only ISO strings to have no time zone. #816Andrew Goodale
2015-05-18Unit test improvements to try to extend coverageCowtowncoder
2015-04-01Implement #743Tatu Saloranta
2014-09-25Unit test refactoring fixesCowtowncoder
2014-09-25Unit test fixesCowtowncoder
2014-09-24test refactoringTatu Saloranta
2014-09-19 extends iso8601 format to support parse according expression: [yyyy-MM-dd|yy...Jerome Guibert
2014-06-09Make date parsing error behavior consistent with Java & its own inherited doc...Steve Sanbeg
2013-12-07Fix #362Tatu Saloranta
2013-09-14Some more fixes for UUID handling, to allow use of Base64 encoding as wellTatu Saloranta
2013-09-14Fix a UUID serialization problem, unit test bug (which masked serialization p...Tatu Saloranta