aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/type
AgeCommit message (Expand)Author
2020-07-16Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-16Minor javadoc fixesTatu Saloranta
2020-07-16Fixed #2796 (second part of fix to apply TypeModifiers on `TypeFactory.constr...Tatu Saloranta
2020-07-15Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-15Fixed #2796 (or part of it at least)Tatu Saloranta
2020-07-15Javadoc/comment improvementsTatu Saloranta
2020-07-03Fix a problem with empty value for non-primitive array type deserializationTatu Saloranta
2020-05-30Add `JsonDeserializer.logicalType()` to support coercion configsTatu Saloranta
2020-05-30More refactoring, CoercionTargetType->LogicalTypeTatu Saloranta
2020-05-30Refactoring; realized I need to generalize `CoercionTargetType`...Tatu Saloranta
2020-05-05Fix #2091Tatu Saloranta
2020-04-28Fix #921 (backported from `master`)Ville Koskela
2020-03-29Fix #2668Tatu Saloranta
2020-03-28Fix #2632Tatu Saloranta
2020-03-28More work towards solving #2632Tatu Saloranta
2020-03-10Merge branch '2.10' into 2.11Tatu Saloranta
2020-03-10Merge branch '2.9' into 2.10Tatu Saloranta
2020-03-10Merge branch '2.8' into 2.9Tatu Saloranta
2020-03-10Javadoc error fixesTatu Saloranta
2020-02-27Merge branch '2.10' into 2.11Tatu Saloranta
2020-02-27First improvement wrt #2632: change to give more meaningful fail message.Tatu Saloranta
2019-11-26Merge branch '2.10' into 2.11Tatu Saloranta
2019-11-26Fix #2553Tatu Saloranta
2019-10-30Merge branch '2.10' into 2.11Tatu Saloranta
2019-10-30Fix a potential issue with printing of recursive typesTatu Saloranta
2019-10-18add deprecation markerTatu Saloranta
2019-10-16Fix #2503 (support `keyUsing` on key class)Tatu Saloranta
2019-08-19Tentative fix for #2422 (to be verified)Tatu Saloranta
2019-07-31Merge branch '2.9' into 2.10Tatu Saloranta
2019-07-31fix a minor copy-paste mistake from earlier commitTatu Saloranta
2019-07-29Merge branch '2.9' into 2.10Tatu Saloranta
2019-07-29Fixed #2395Tatu Saloranta
2019-07-29Merge branch '2.9' into 2.10Tatu Saloranta
2019-07-29trying to reproduce #2395Tatu Saloranta
2019-07-23Bacport #2331 in 2.9 (for 2.9.10)Tatu Saloranta
2019-07-23Fixed #2331Tatu Saloranta
2019-06-15Minor simplification of optimization for `JsonNode` reader lookupsTatu Saloranta
2019-02-28...Tatu Saloranta
2019-01-15Merge branch '2.9' into 2.10Tatu Saloranta
2019-01-15Fix #1408Tatu Saloranta
2018-11-19Merge branch '2.9' into 2.10Tatu Saloranta
2018-11-19actually real fix for #2155 is hereTatu Saloranta
2018-08-15Merge branch '2.9' into 2.10Tatu Saloranta
2018-08-15Merge branch '2.8' into 2.9Tatu Saloranta
2018-08-15Fix #2109 with testsTatu Saloranta
2018-06-19Fix #2059Tatu Saloranta
2018-06-14Fix javadoc errorsTatu Saloranta
2018-05-14Fix #2034Tatu Saloranta
2018-04-19Fix #1964Tatu Saloranta
2018-03-01Merge branch '2.8' into 2.9Tatu Saloranta