1. 2e2f4e1 Fixed #955 (or rather, added release notes, refactored earlier merge) by Tatu Saloranta · 6 years ago
  2. 69416ee Fix #955. Added DeserializationFeature USE BASE TYPE AS DEFAULT (#2036) by Misha · 6 years ago
  3. ad941cb start working on the last significant 2.9 feature ("read full values") by Tatu Saloranta · 7 years ago
  4. 5e3bf08 Replace "can not" by "cannot" in comments by Oliver Kopp · 7 years ago
  5. cbe4541 Fixde #1106 by Tatu Saloranta · 7 years ago
  6. 91e11a3 Work towards #1106 by Tatu Saloranta · 7 years ago
  7. 16ab924 Start work on #1106, allow disabling coercion of scalars by Tatu Saloranta · 7 years ago
  8. 3711a1c Minor tweak to #1520: move case-insensitive feature as `MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS` by Tatu Saloranta · 7 years ago
  9. 5285e4a Bit more work on #1313 to also support `@JsonFormat` way of per-property allowance (or not) of case-insensitivity by Tatu Saloranta · 8 years ago
  10. 10b6d51 New IgnoreCase feature to deserialize enums by AnaEliza · 8 years ago
  11. 958a60c javadoc improvement by Tatu Saloranta · 8 years ago
  12. cc40586 minor refactoring, rename new feature as `FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY` by Tatu Saloranta · 8 years ago
  13. 351b754 Change default setting wrt #1341 for 2.8.x (to enabled); may change once we switch master to be 2.9.0-SNAPSHOT by Tatu Saloranta · 8 years ago
  14. 815b7a8 Added FAIL_ON_EXTERNAL_TYPE_ID_MISSING_PROPERTY deser property by Connor Kuhn · 8 years ago
  15. d47221b Renaming "property config override" as "type config override" as configuration is associated with type (of a property or value), not property. In future we may want to have actual property config overrides as well. by Tatu Saloranta · 8 years ago
  16. b79e4e3 Fail on null creator properties when deserializing by Mikhail Kokho · 8 years ago
  17. 1dd4bdd Added feature to allow deserialization of unknown Enums using a predefined value. by Alejandro Rivera · 9 years ago
  18. 1a24cc1 minor cleanup by Cowtowncoder · 9 years ago
  19. 23e52ab Fix #504 and #797 by Cowtowncoder · 9 years ago
  20. 0abef48 Fix a javadoc typo by Cowtowncoder · 9 years ago
  21. 41f8ca1 Implement #781 by Tatu Saloranta · 9 years ago
  22. 8e9d4b2 Fix #664 by Tatu Saloranta · 9 years ago
  23. dfa1b44 Fix #299 by Cowtowncoder · 10 years ago
  24. 4fc7cb0 Implemented #607, #608 by Tatu Saloranta · 10 years ago
  25. c86fb3a Start implementing #540 by Tatu Saloranta · 10 years ago
  26. edcc345 Javadoc fix (#534) by Tatu Saloranta · 10 years ago
  27. 00cb595 Merging from upstream by yinzara · 11 years ago
  28. 72e590f Adding @since 2.4 and removing unused null check by yinzara · 11 years ago
  29. 0f7358f Updated release notes wrt #381 by Tatu Saloranta · 11 years ago
  30. 0e37a39 Adding "UNWRAP_SINGLE_VALUE_ARRAYS" DeserializationFeature by Matthew Morrissette · 11 years ago
  31. 11f7304 Implemented #343, DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES by Tatu Saloranta · 11 years ago
  32. 3955abb Fixed #237 by Tatu Saloranta · 11 years ago
  33. 0373778 ... by Tatu Saloranta · 11 years ago
  34. a9f2a35 Fix defaults for newly added features by Tatu Saloranta · 11 years ago
  35. c7112ff Implemented #203 by Tatu Saloranta · 11 years ago
  36. 9439a31 More work on converters for deserialization; now passes 2/6 of new tests. Also adding 'DatabindContext', shared base class for DeserializationContext, SerializerProvider by Tatu Saloranta · 12 years ago
  37. 192c1dc Implemented #148 by Tatu Saloranta · 12 years ago
  38. fcbce11 ... by Tatu Saloranta · 12 years ago
  39. f1c79d4 Changes to make 1.5 compatible against: first, removing @Override from interface impls by Tatu Saloranta · 12 years ago
  40. f293cc4 Implemented [JACKSON-810]; add 'DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL' by Tatu Saloranta · 12 years ago
  41. eafafff Reorg things a bit: SerializationConfig, DeserializationConfig back at main level (so widely used), BeanPropertyDefinition moved under introspect by Tatu Saloranta · 13 years ago
  42. 9610aff Implemented [JACKSON-777] (renamed SerializationConfig.Feature, DeserializationConfig.Feature); various other restructure by Tatu · 13 years ago