1. 1cc6a8f Changes to work with new "isNaN" detection via `JsonParser` by Tatu Saloranta · 8 years ago
  2. 4debd67 Fix #1550 by Tatu Saloranta · 8 years ago
  3. 497e455 Javadoc improvements wrt #1548 by Tatu Saloranta · 8 years ago
  4. 125ac18 Some more improvements on error reporting for missing/invalid type id by Tatu Saloranta · 8 years ago
  5. 5b8f0d9 Improve error handling wrt #1541 to give some useful information instead of confusing exception, for case where no type id is found. by Tatu Saloranta · 8 years ago
  6. dec8570 ... by Tatu Saloranta · 8 years ago
  7. 41556a1 Code streamlining, add more tests. by Tatu Saloranta · 8 years ago
  8. 9446514 Fix #403 by Tatu Saloranta · 8 years ago
  9. b122636 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  10. ce11473 Fix #1543 by Tatu Saloranta · 8 years ago
  11. 19fc794 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  12. ef17f26 Add failing test for #1543 by Tatu Saloranta · 8 years ago
  13. 32886a8 Fix #1544 by Tatu Saloranta · 8 years ago
  14. cd6ebaf Fix #1545 by adding explicit version indication in dependency by Tatu Saloranta · 8 years ago
  15. 403e938 ... by Tatu Saloranta · 8 years ago
  16. 4a9b7ef [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  17. d90fe4c [maven-release-plugin] prepare release jackson-databind-2.9.0.pr1 by Tatu Saloranta · 8 years ago
  18. 277031a Fix a regression wrt null/empty handling for primitives/wrappers by Tatu Saloranta · 8 years ago
  19. 2f5d62b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  20. 13d6cee [maven-release-plugin] prepare release jackson-databind-2.9.0.pr1 by Tatu Saloranta · 8 years ago
  21. cde4792 prepare for 2.9.0.pr1 by Tatu Saloranta · 8 years ago
  22. 4aa7f36 prepare for 2.9.0.rc1 by Tatu Saloranta · 8 years ago
  23. 13836d7 update jackson-core dep by Tatu Saloranta · 8 years ago
  24. 1b0e6b6 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  25. 0ee6a6d Minor fix/improvement to `PropertyMetadata` construction, was NPEing under some conditions by Tatu Saloranta · 8 years ago
  26. 71430dd Implement #1029 (add support for `@JsonAlias`) by Tatu Saloranta · 8 years ago
  27. f66df3d minor cleanup by Tatu Saloranta · 8 years ago
  28. 76381c5 minor simplification by Tatu Saloranta · 8 years ago
  29. c96c0b7 Add a (passing) unit test for #1535 by Tatu Saloranta · 8 years ago
  30. e5e475f minor clean up, prepare for `@JsonAlias` testing by Tatu Saloranta · 8 years ago
  31. 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
  32. 15d4fe2 Merge pull request #1520 from AnaEliza/master by Tatu Saloranta · 8 years ago
  33. cb38b3d Merge branch '2.8' by Tatu Saloranta · 8 years ago
  34. 5bd7605 Minor tweaks to #1533 by Tatu Saloranta · 8 years ago
  35. 10d5ab3 Merge pull request #1534 from Tillerino/2.8 by Tatu Saloranta · 8 years ago
  36. d55d422 Unit tests for #1533 by Tillerino · 8 years ago
  37. 54fb5a3 Start work to support aliases by Tatu Saloranta · 8 years ago
  38. 310f35c minor refactoring to try simplify/unify property type checks by Tatu Saloranta · 8 years ago
  39. 1971732 Fix #1533: Respect ACCEPT_EMPTY_STRING_AS_NULL_OBJECT for polymorphism. by Tillerino · 8 years ago
  40. ce37efc [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  41. b30845f [maven-release-plugin] prepare release jackson-databind-2.8.7 by Tatu Saloranta · 8 years ago
  42. df7e794 prepare for 2.8.7 by Tatu Saloranta · 8 years ago
  43. 23a30a7 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  44. 64967c4 Fixed #1513 by Tatu Saloranta · 8 years ago
  45. dc02cea Add a passing test to try to repro #1513 by Tatu Saloranta · 8 years ago
  46. c59ad69 improve issue template by Tatu Saloranta · 8 years ago
  47. f8c0acc complete (?) implementation of configurable null-deserialization by Tatu Saloranta · 8 years ago
  48. 08f9955 Add a test for small regression wrt List<String>, Collection<String> polymorphic serialization by Tatu Saloranta · 8 years ago
  49. 2177e1c Fixes to determination of type for properties, annotation applicability by Tatu Saloranta · 8 years ago
  50. 0baca76 more work on testing null-value alternatives (skip, fail, set-as-empty) by Tatu Saloranta · 8 years ago
  51. 6636ea2 null handling; add "fail" mode for primitive arrays by Tatu Saloranta · 8 years ago
  52. 10b6d51 New IgnoreCase feature to deserialize enums by AnaEliza · 8 years ago
  53. af2129c Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
  54. 04cb1a2 Fixed #1367 by Tatu Saloranta · 8 years ago
  55. 42a1089 refactor test by Tatu Saloranta · 8 years ago
  56. 4033c89 Add support "skip nulls" for content values. by Tatu Saloranta · 8 years ago
  57. 0ec28dd add mroe tests. by Tatu Saloranta · 8 years ago
  58. ea66599 ... by Tatu Saloranta · 8 years ago
  59. 41e31e1 test fixes by Tatu Saloranta · 8 years ago
  60. 2339988 intermediate commit, apologies for breakage; refactoring empty/null handling by Tatu Saloranta · 8 years ago
  61. 3fc3177 more work on null handling wrt containers by Tatu Saloranta · 8 years ago
  62. ca3ef05 Start implementing "content nulls" handling for some of collections by Tatu Saloranta · 8 years ago
  63. 2e9df7d Merge branch '2.8' by Tatu Saloranta · 8 years ago
  64. d31312c Try to improve handling of class annotations for `AnnotatedClass` by Tatu Saloranta · 8 years ago
  65. 2f8eded Complete refactoring of form `@JsonSetter(merge=)` into `@JsonMerge()` by Tatu Saloranta · 8 years ago
  66. 3cde225 ... by Tatu Saloranta · 8 years ago
  67. 4600a16 More complete implementation of "nulls as empty values" now for Collections, POJOs, Maps. by Tatu Saloranta · 8 years ago
  68. acb20e6 some more work on null handling by Tatu Saloranta · 8 years ago
  69. 08c593c Bit more work on null handling by Tatu Saloranta · 8 years ago
  70. 23d4d27 Fix initial 'no nulls' implementation; now throws exception as expected by Tatu Saloranta · 8 years ago
  71. df7102c Starting to implement #1402; failing with "fail on nulls" so far, but getting closer. by Tatu Saloranta · 8 years ago
  72. e743a8c Minor cleanup by Tatu Saloranta · 8 years ago
  73. f5ac379 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  74. ff441e8 Fixed #1505 by Tatu Saloranta · 8 years ago
  75. 4d34006 Fix #935 by Tatu Saloranta · 8 years ago
  76. 2bb770b fix a tiny problem with a failing test by Tatu Saloranta · 8 years ago
  77. 581ba1f Merge branch '2.8' by Tatu Saloranta · 8 years ago
  78. cc478a2 Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
  79. 16d7725 more tweaking for handling of static inner class deserialization (or failure thereof) by Tatu Saloranta · 8 years ago
  80. a66b4e0 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  81. 55f0f3e Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
  82. 58a7f7b Add failing tests for #1502, #1503 by Tatu Saloranta · 8 years ago
  83. f33142a Merge branch '2.8' by Tatu Saloranta · 8 years ago
  84. dfd864f Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
  85. 63afa52 Fix #1501 by Tatu Saloranta · 8 years ago
  86. d83a0db Merge branch '2.8' by Tatu Saloranta · 8 years ago
  87. a4a6338 Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
  88. d3874eb minor improvement to error detection wrt creator property index (for deser) by Tatu Saloranta · 8 years ago
  89. 1bc5874 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  90. 749edaa Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
  91. 23a7332 Fix #1506 by Tatu Saloranta · 8 years ago
  92. c9c78f3 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  93. 95f1df1 minor cleanup by Tatu Saloranta · 8 years ago
  94. 703e2b4 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  95. 9972618 Fix #1317 by Tatu Saloranta · 8 years ago
  96. 0f9a4a5 Add a failing test for #1317 by Tatu Saloranta · 8 years ago
  97. 1850fab Fix #1407 by Tatu Saloranta · 8 years ago
  98. 34954bb testing by Tatu Saloranta · 8 years ago
  99. 3275341 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  100. 2dae72f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago