aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-05Fixed #2776Tatu Saloranta
2020-07-04Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-04Manual merge of fix for #2785 (from PR #2786)Tatu Saloranta
2020-07-03Fix a problem with empty value for non-primitive array type deserializationTatu Saloranta
2020-07-02Java 14 specific tests (#2781)Youri Bonnaffé
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Minor changes to prevent compatibility issues with IonMapperTatu Saloranta
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Fixed #2783 (last changes)Tatu Saloranta
2020-07-02manual clean up of partial fix mergedTatu Saloranta
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-01Refactoring to (eventually) allow XmlMapper override wrapped-root handlingTatu Saloranta
2020-07-01Add missing copy ctor for `StdScalarSerializer`Tatu Saloranta
2020-07-01Add test for #2779 (fixed in 2.12)Tatu Saloranta
2020-06-30Bit more refactoringTatu Saloranta
2020-06-30minor refactoringTatu Saloranta
2020-06-30Remove double-checking of "verify trailing tokens"Tatu Saloranta
2020-06-30minor stylistic changeTatu Saloranta
2020-06-30Add scalar-extraction support for EnumDeserializer as wellTatu Saloranta
2020-06-29...Tatu Saloranta
2020-06-29Add support for some more coercions for Delegating creators (Int/Long from St...Tatu Saloranta
2020-06-29Add Object-to-Scalar support for some String/String-like typesTatu Saloranta
2020-06-29Complete adding "scalar-from-Object" for all basic scalar typesTatu Saloranta
2020-06-29Last refactoring wrt `DeserializationContext.extractScalarFromObject()`, testsTatu Saloranta
2020-06-29...Tatu Saloranta
2020-06-29... refactoringTatu Saloranta
2020-06-29More refactoring to make supporting "scalar-from-Object" easierTatu Saloranta
2020-06-29Minor refactoring, preparing for "extract-scalar-from-Object" supportTatu Saloranta
2020-06-27Minor javadoc fixTatu Saloranta
2020-06-26Remove accidentally checked in test codeTatu Saloranta
2020-06-26Convert some simple int value deserialization to use the new `JsonParser.isEx...Tatu Saloranta
2020-06-25minor refactoringTatu Saloranta
2020-06-25Fixed #1852Tatu Saloranta
2020-06-23Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-23Fixed #2758Tatu Saloranta
2020-06-23Fix regression wrt char/Character coercion from StringTatu Saloranta
2020-06-21Minor tweak to consider Date/Time types as scalars wrt `MapperFeature.ALLOW_C...Tatu Saloranta
2020-06-20Minor streamlining of property metadata gatheringTatu 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
2020-06-19Add a missing method (`setDefaultTyping()`) in `MapperBuilder` (3.0 compatibi...Tatu Saloranta
2020-06-19fix a typo in commentTatu Saloranta
2020-06-18...Tatu Saloranta