aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Fix first part of #2783 (parser initialization)Tatu Saloranta
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Add failing tests for #2783Tatu Saloranta
2020-07-01Add test for #2779 (fixed in 2.12)Tatu Saloranta
2020-06-29Add support for some more coercions for Delegating creators (Int/Long from ↵Tatu Saloranta
String)
2020-06-29Last refactoring wrt `DeserializationContext.extractScalarFromObject()`, testsTatu Saloranta
2020-06-25Fixed #1852Tatu Saloranta
2020-06-23Fix regression wrt char/Character coercion from StringTatu Saloranta
2020-06-20Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-20Fixed #2757Tatu Saloranta
2020-06-19Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-19Fixed #2753Tatu Saloranta
2020-06-19Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-19Convert most test methods to use new builder-based resolver builder way (old ↵Tatu Saloranta
to be deprecated)
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18Fixed #2767Tatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18Start work on fixing #2767Tatu Saloranta
2020-06-18...Tatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18More test refactoringTatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18test cleanupTatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18Minor test cleanupTatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18...Tatu Saloranta
2020-06-18Fixed #2770Tatu Saloranta
2020-06-16Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-16Fixed #2759Tatu Saloranta
2020-06-15fix a minor test regressionTatu Saloranta
2020-06-15Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-15Add failing test for #2759Tatu Saloranta
2020-06-13yet bit more refactoringTatu Saloranta
2020-06-13Add full set of float->int coercion testsTatu Saloranta
2020-06-13about to test float->int coercion settingsTatu Saloranta
2020-06-13Minor fixes to coercion fail reportingTatu Saloranta
2020-06-13last coercions (float, double), before rearrangingTatu Saloranta
2020-06-13coercion for long/LongTatu Saloranta
2020-06-12More coercions, now `int` (leaves `long`, `float` and `double`)Tatu Saloranta
2020-06-12...Tatu Saloranta
2020-06-12Yet more refactoring for coercion configTatu Saloranta
2020-06-12More progress, now with `byte` coercionsTatu Saloranta
2020-06-12Minor refactoring to prepare for float->int coercion changesTatu Saloranta
2020-06-12(fix a minor regression from previous check-in)Tatu Saloranta
2020-06-12Complete int->boolean coercion handling changes, testsTatu Saloranta
2020-06-12CoercionConfig changes: int-to-booleanTatu Saloranta
2020-06-12Test renamingTatu Saloranta
2020-06-11Merge branch '2.11' into 2.12Tatu Saloranta