1. 4033c89 Add support "skip nulls" for content values. by Tatu Saloranta · 8 years ago
  2. 2339988 intermediate commit, apologies for breakage; refactoring empty/null handling by Tatu Saloranta · 8 years ago
  3. 3fc3177 more work on null handling wrt containers by Tatu Saloranta · 8 years ago
  4. 3cde225 ... by Tatu Saloranta · 8 years ago
  5. 4600a16 More complete implementation of "nulls as empty values" now for Collections, POJOs, Maps. by Tatu Saloranta · 8 years ago
  6. 6844037 Refactoring to use ClassUtil helpers by Tatu Saloranta · 8 years ago
  7. 24a4138 more test coverage, support merge for Object[] by Tatu Saloranta · 8 years ago
  8. 851092c More for #1207: now add `DeserializationContext.handleUnexpectedToken()` (and handler method in `DeserializationProblemHandler`), for the common failure mode of getting JSON token of unexpected type by Tatu Saloranta · 8 years ago
  9. bd3c312 Convert last remaining DeserializationContext.mappingException() usage to .reportMappingException() by Tatu Saloranta · 8 years ago
  10. 80e27cc more testing by Tatu Saloranta · 8 years ago
  11. 1addb1c Fix #1043 by Tatu Saloranta · 9 years ago
  12. 03de610 and Object[] unwrappable too by Tatu Saloranta · 9 years ago
  13. 984fda3 Fix #741 by Tatu Saloranta · 9 years ago
  14. 05db853 Merge branch '2.4' into 2.5 (plus related #735 follow-up regards to 2.5.x additions) by Cowtowncoder · 9 years ago
  15. c4b6c61 Implemented #165: Add `DeserializationContext.getContextualType()` which can be called by contextual deserializers to know nominal type for them, without needing to decipher it from `BeanProperty` by Tatu Saloranta · 10 years ago
  16. 078251b Further refinements for cachability handling; nothing with value type deserializer should be cached by Cowtowncoder · 10 years ago
  17. e88a87c Yet more fixing for #506.. :) by Tatu Saloranta · 10 years ago
  18. 64a27bc Yet some more tweaking of #506 by Tatu · 10 years ago
  19. 9e080e2 Fix #506 for 2.4.2 by Tatu Saloranta · 10 years ago
  20. b0cfd43 Fix deserialization of null values for collection/array type deserializers by Will Palmeri · 11 years ago
  21. 4f90dbc Further improvements to contextualization for deser side by Tatu Saloranta · 11 years ago
  22. 47ac6bd ... by Tatu Saloranta · 11 years ago
  23. f72fe21 Bit of groundwork for (possibly?) implementing #224; contextualization isolated in one place by Tatu Saloranta · 11 years ago
  24. e1e19f5 More work on converting deserializers by Tatu Saloranta · 12 years ago
  25. fefea29 Compiler warning cleanup; continuing with adding more deserializer modifier options by Tatu Saloranta · 12 years ago
  26. f1c79d4 Changes to make 1.5 compatible against: first, removing @Override from interface impls by Tatu Saloranta · 12 years ago
  27. 9610aff Implemented [JACKSON-777] (renamed SerializationConfig.Feature, DeserializationConfig.Feature); various other restructure by Tatu · 13 years ago
  28. 6997ce3 Fix the last problem wrt contextual deserialization; back to fully working again by Tatu · 13 years ago
  29. c3a73d0 More elimination of BeanProperty passing, getting close: one new (transient) unit test failure to fix by Tatu · 13 years ago
  30. 49b7121 Removing BeanProperty from TypeDeserializer constructors, now added via fluent factories by Tatu Saloranta · 13 years ago
  31. 082511b Convert EnumSetDeserializer by Tatu Saloranta · 13 years ago
  32. 9b4ce31 Commit ObjectArrayDeserializer by Tatu Saloranta · 13 years ago
  33. 53fb852 Refactoring: make all structured standard deserializers implement proper resolve(), instead of resolving things on construction by Tatu · 13 years ago
  34. 2f82344 ... by Tatu Saloranta · 13 years ago
  35. df6302f More reshuffling by Tatu Saloranta · 13 years ago
  36. d92c1ed More refactoring: moving JavaType to databind; other smaller clean up by Tatu Saloranta · 13 years ago
  37. e4f23bb First check-in, tons of compilation errors to resolve by Tatu Saloranta · 13 years ago