1. 07d0e79 Additional changes, similar to #769 by Tatu Saloranta · 9 years ago
  2. e4cb752 Merge pull request #769 from smaant/issues-177 by Tatu Saloranta · 9 years ago
  3. 9ab9aef Merge branch '2.5' by Cowtowncoder · 9 years ago
  4. b02bf06 Fix #774 for 2.5.4 by Cowtowncoder · 9 years ago
  5. c192063 minor test addition to ensure non-type-changing converters work by Cowtowncoder · 9 years ago
  6. a1ade3a Update release notes wrt #740 by Tatu Saloranta · 9 years ago
  7. ea1966a Minor improvements to AtomicReference handling by Tatu Saloranta · 9 years ago
  8. 9776f5f Fix #698, add new `ReferenceType` sub-class of SimpleType by Tatu Saloranta · 9 years ago
  9. c85438b Start work on supporting referential type as 1st class concept (and maybe general handling, in future) by Tatu Saloranta · 9 years ago
  10. a782d36 An improvement to schema-info handling for Enums with @JsonValue by Tatu Saloranta · 9 years ago
  11. 0e9d4dc Merge branch '2.5' by Tatu Saloranta · 9 years ago
  12. db612bb Fix #771 by Tatu Saloranta · 9 years ago
  13. c3ccf8e Merge branch '2.5' by Tatu Saloranta · 9 years ago
  14. 6dcb13f Streamlining `AnnotatedClass` slightly, trying to figure out #771 by Tatu Saloranta · 9 years ago
  15. 30e8a0f ... by Tatu Saloranta · 9 years ago
  16. 6c16195 Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 9 years ago
  17. e71fd16 add a failing test for mix-in problem by Cowtowncoder · 9 years ago
  18. 059d39e Merge branch '2.5' by Tatu Saloranta · 9 years ago
  19. 7d5c50b Minor fix to Enum/schema/toString() combination (backport from 2.6) by Tatu Saloranta · 9 years ago
  20. 54b2a5f ... by Cowtowncoder · 9 years ago
  21. 966729c Merge branch '2.5' by Cowtowncoder · 9 years ago
  22. 47d5186 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  23. a29cb29 [maven-release-plugin] prepare release jackson-databind-2.5.3 by Cowtowncoder · 9 years ago
  24. 13968e6 Prepare for 2.5.3 by Cowtowncoder · 9 years ago
  25. 9543753 ... by Tatu Saloranta · 9 years ago
  26. 914f643 Fix #756 by Tatu Saloranta · 9 years ago
  27. 6f60dd9 Merge branch '2.5' by Cowtowncoder · 9 years ago
  28. 46d7037 Merge branch '2.5' of github.com:FasterXML/jackson-databind into 2.5 by Cowtowncoder · 9 years ago
  29. f3d395c Change return type for findDeserializer to Object by Anton Panferov · 9 years ago
  30. 091faba Merge branch '2.5' by Tatu Saloranta · 9 years ago
  31. 035b24d Merge branch '2.4' into 2.5 by Tatu Saloranta · 9 years ago
  32. 7dc9c73 Add unit tests to try to tease out #767, no luck yet by Tatu Saloranta · 9 years ago
  33. a52e6c5 Fix incorrect jackson-core dep (was 2.5.1) by Cowtowncoder · 9 years ago
  34. d3c2db5 Merge branch '2.5' by Cowtowncoder · 9 years ago
  35. cb7342b Update release notes by Cowtowncoder · 9 years ago
  36. f517d63 Merge pull request #766 from agilbert314/2.5 by Tatu Saloranta · 9 years ago
  37. 309bb14 Fix Infinite recursion (StackOverflowError) when serializing a SOAP object. by Alain Gilbert · 9 years ago
  38. 3455cd6 Fix #762 by Tatu Saloranta · 9 years ago
  39. e1e0c0b Fix #765 by Tatu Saloranta · 9 years ago
  40. 6b2fbba Fix a regression bug wrt serialization of enums (triggered a fail on JSON-schema module) by Cowtowncoder · 9 years ago
  41. ee6a3ca Merge branch '2.5' by Cowtowncoder · 9 years ago
  42. 3470803 Backport #761 fix in 2.5(.3) by Cowtowncoder · 9 years ago
  43. ae10786 bacport test for 761 by Cowtowncoder · 9 years ago
  44. 2c9fa0e Minor tweak for #761 fix by Cowtowncoder · 9 years ago
  45. 5a73da8 Merge pull request #763 from Alexey1Gavrilov/fix-issue-761 by Tatu Saloranta · 9 years ago
  46. 2451b06 Merge pull request #764 from leoger/patch-1 by Tatu Saloranta · 9 years ago
  47. ac21a5c Fix small typo: 'Conversations' -> 'Conversions' by Leo Gertsenshteyn · 9 years ago
  48. e1159f8 In-compatible type exception when build method return super type by Alexey Gavrilov · 9 years ago
  49. 43a4a3f Merge branch '2.5' by Cowtowncoder · 9 years ago
  50. c94ec60 Unit test refactoring: move failing #749 tests under failing; need further work to solve, not an easy fix by Cowtowncoder · 9 years ago
  51. 6dce67b Minor fix to EnumMapSerializer (deprecated, but might be resurrected) by Cowtowncoder · 9 years ago
  52. db18789 Merge branch '2.5' by Cowtowncoder · 9 years ago
  53. 4bbda5a Work on #749, solving one problem, parts remain by Cowtowncoder · 9 years ago
  54. accef71 Merge branch '2.5' by Cowtowncoder · 9 years ago
  55. 8d486db ... by Cowtowncoder · 9 years ago
  56. cbda007 Add unit tests for #749; failure to dynamically use WRITE_ENUMS_USING_TO_STRING by Cowtowncoder · 9 years ago
  57. 690bbab Fix #750 by Cowtowncoder · 9 years ago
  58. b28dac3 Minor improvement to cache int/long/String deserializers, to reduce lookup cost for commonly needed deserializers by Tatu Saloranta · 9 years ago
  59. 62129d8 Implement #688: now got `ObjectMapper.setMixInResolver()` by Tatu Saloranta · 9 years ago
  60. 4ef4a4f Fix a minor regression; JsonSerializable.Base must declare it actually implements JsonSerializable by Tatu Saloranta · 9 years ago
  61. 57b287f Start work on #688 by Cowtowncoder · 9 years ago
  62. a1dcf5e some more test cleanuop by Cowtowncoder · 9 years ago
  63. a3789d6 test refactoring; move #738 test to 'misc', from 'failing' by Cowtowncoder · 9 years ago
  64. 759aef0 Implement #679 by Cowtowncoder · 9 years ago
  65. 881a5dd Merge branch '2.5' by Cowtowncoder · 9 years ago
  66. 119ddc9 Fix #731 by Cowtowncoder · 9 years ago
  67. 1cc1fee Merge branch '2.5' by Cowtowncoder · 9 years ago
  68. fa1c2ff prune temp 2.4.6-only fix for #744 after merge by Cowtowncoder · 9 years ago
  69. 2f7a430 Merge branch '2.4' into 2.5 by Cowtowncoder · 9 years ago
  70. 85282b1 (and actual #744 fix here, doh) by Cowtowncoder · 9 years ago
  71. 58f4c95 Backport #744 fix by Cowtowncoder · 9 years ago
  72. 817a45a Fix #744 by Cowtowncoder · 9 years ago
  73. 0cd9782 Merge branch '2.5' by Cowtowncoder · 9 years ago
  74. 0ec81c0 Update release notes wrt #742 by Cowtowncoder · 9 years ago
  75. 59af571 Fix #742 for 2.5.3 by Cowtowncoder · 9 years ago
  76. 7785dff Fix #348 by Tatu Saloranta · 9 years ago
  77. de1acae update release notes wrt #737 by Tatu Saloranta · 9 years ago
  78. 04c9cf5 Bit more work for #743: also add support in `ContainerNode`, `JsonNodeFactory` (for ObjectNode, ArrayNode) by Tatu Saloranta · 9 years ago
  79. 4670d4b Implement #743 by Tatu Saloranta · 9 years ago
  80. 31b3b2b Merge branch '2.5' by Cowtowncoder · 9 years ago
  81. 50ea083 Backport #745 fix for 2.5.3 by Cowtowncoder · 9 years ago
  82. b4c901a Merge branch '2.5' by Cowtowncoder · 9 years ago
  83. 61c226c back port test for #745 from master by Cowtowncoder · 9 years ago
  84. 0f7f583 Merge pull request #746 from jpmeyer/issue745 by Tatu Saloranta · 9 years ago
  85. 7c72020 Fix #745 by John Meyer · 9 years ago
  86. b6e3fbf [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  87. 636018b [maven-release-plugin] prepare release jackson-databind-2.5.2 by Tatu Saloranta · 9 years ago
  88. fd54177 Prepare for 2.5.2 by Tatu Saloranta · 9 years ago
  89. 6c5826c Merge branch '2.5' by Cowtowncoder · 9 years ago
  90. ec1820d Fix #738 by Cowtowncoder · 9 years ago
  91. 48617c8 Simplify failing test by Cowtowncoder · 9 years ago
  92. 4e34ea1 Merge branch '2.5' by Cowtowncoder · 9 years ago
  93. c568ff2 Add a test for #738 by Cowtowncoder · 9 years ago
  94. 2efd3d2 Merge branch '2.5' by Cowtowncoder · 9 years ago
  95. 841a1a7 Merge branch '2.4' into 2.5 by Cowtowncoder · 9 years ago
  96. 7ff745c More complete fix for #735 by Cowtowncoder · 9 years ago
  97. 7ed436a Merge branch '2.5' by Cowtowncoder · 9 years ago
  98. 6098024 Merge branch '2.4' into 2.5 by Cowtowncoder · 9 years ago
  99. de5642e Add an improved test for #735: turns out there is still at least one, ordering-dependant issue by Cowtowncoder · 9 years ago
  100. 2360fb7 add JavaType.hasValueHandler() by Tatu Saloranta · 9 years ago