aboutsummaryrefslogtreecommitdiff
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-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 ↵Tatu Saloranta
String)
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-28fix release notes wrt 2.11.1Tatu 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 ↵Tatu Saloranta
`JsonParser.isExpectedNumberIntToken()`
2020-06-25minor refactoringTatu Saloranta
2020-06-25Fixed #1852Tatu Saloranta
2020-06-24Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-24back to snapshotTatu Saloranta
2020-06-24[maven-release-plugin] prepare for next development iterationTatu Saloranta
2020-06-24[maven-release-plugin] prepare release jackson-databind-2.11.1Tatu Saloranta
2020-06-24prepare for 2.11.1Tatu 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-21Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-21Merge branch '2.10' into 2.11Tatu Saloranta
2020-06-21Merge branch '2.9' into 2.10Tatu Saloranta
2020-06-21[maven-release-plugin] prepare for next development iterationTatu Saloranta
2020-06-21[maven-release-plugin] prepare release jackson-databind-2.9.10.5Tatu Saloranta
2020-06-21Prepare for 2.9.10.5 releaseTatu Saloranta
2020-06-21Minor tweak to consider Date/Time types as scalars wrt ↵Tatu Saloranta
`MapperFeature.ALLOW_COERCION_OF_SCALARS`
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
to be deprecated)
2020-06-19Add a missing method (`setDefaultTyping()`) in `MapperBuilder` (3.0 ↵Tatu Saloranta
compatibility)