1. 10f8907 Added failing test about defensive copying with object id. by Pascal Gélinas · 11 years ago
  2. 0da9a30 Added specific tests for ArrayBlockingQueue and EnumMap based deserialization with object id. by Pascal Gélinas · 11 years ago
  3. 3a92b12 Added assertion for unresolved id check. by Pascal Gélinas · 11 years ago
  4. 6cbeaf4 Reworked unit test to avoid some duplication. by Pascal Gélinas · 11 years ago
  5. 1743f00 Added unit test for ordering being kept even with forward reference handling. by Pascal Gélinas · 11 years ago
  6. 993292c Fixed Map deserialization with forward reference not keeping ordering. by Pascal Gélinas · 11 years ago
  7. 647cb68 Added JsonLocation info in exception thrown for object id check at end of processing. by Pascal Gélinas · 11 years ago
  8. 096e02b Added check at end of processing to ensure all object ids are resolved. by Pascal Gélinas · 11 years ago
  9. 24cbdbd Implemented forward reference resolution for collection based deserialization. by Pascal Gélinas · 11 years ago
  10. 7481fda Implemented forward reference resolution for map based deserialization. by Pascal Gélinas · 11 years ago
  11. dea828d Implemented forward reference resolution for any setter based deserialization. by Pascal Gélinas · 11 years ago
  12. d823407 Implemented forward reference resolution for general property based deserialization. by Pascal Gélinas · 11 years ago
  13. a4c9173 Foundation for forward reference resolution. by Pascal Gélinas · 11 years ago
  14. a0e8d5d Test case for issue #351. by Pascal Gélinas · 11 years ago
  15. 52313b8 Merge pull request #387 from yinzara/master by Tatu Saloranta · 11 years ago
  16. 80e1b7e Add a (failing) test for #383 by Tatu Saloranta · 11 years ago
  17. d352f0c Move #88 test case out of 'failing' (passes now) by Tatu Saloranta · 11 years ago
  18. 0e1e878 Fix #88 by Tatu Saloranta · 11 years ago
  19. 00cb595 Merging from upstream by yinzara · 11 years ago
  20. f7ef407 Adding Character tests by yinzara · 11 years ago
  21. 72e590f Adding @since 2.4 and removing unused null check by yinzara · 11 years ago
  22. 8221fe1 Add unit tests for #88 by Tatu Saloranta · 11 years ago
  23. 0f7358f Updated release notes wrt #381 by Tatu Saloranta · 11 years ago
  24. d499f2e Merge pull request #384 from yinzara/master by Tatu Saloranta · 11 years ago
  25. f190cb5 Adding additional test cases for Issue # 381 by Matthew Morrissette · 11 years ago
  26. efb9f7b Added test cases for single value arrays bean deserialization by Matthew Morrissette · 11 years ago
  27. a7f230d Fix for UNWRAP_SINGLE_VALUE_ARRAYS for bean deserialization by Matthew Morrissette · 11 years ago
  28. 0e37a39 Adding "UNWRAP_SINGLE_VALUE_ARRAYS" DeserializationFeature by Matthew Morrissette · 11 years ago
  29. ad9a43f Rewrote test for #380, to test expected behavior by Tatu Saloranta · 11 years ago
  30. 9bff69f Merge pull request #380 from marceloverdijk/master by Tatu Saloranta · 11 years ago
  31. ad2e68c added failing test for JsonIgnoreType with MixIn by Marcel Overdijk · 11 years ago
  32. 60072ee Minor refactoring of 379 by Tatu · 11 years ago
  33. bbb05ec Merge pull request #379 from cpilsworth/paranamer-naming-strategy by Tatu Saloranta · 11 years ago
  34. 4fa5106 Merge pull request #378 from BokoEnos/patch-1 by Tatu Saloranta · 11 years ago
  35. c0d5eb4 Fixes jackson-module-paranamer issue #5 problem with paranamer + PropertyNamingStrategy. Update the creator properties after renaming using PropertyNamingStrategy as per initial _renameProperties() call. by cpilsworth · 11 years ago
  36. d1a15ad Update BasicDeserializerFactory.java by BokoEnos · 11 years ago
  37. e5f9cf9 still another fix to README by Tatu Saloranta · 11 years ago
  38. 1d29e0f minor cleanup for jdk serializer mapping by Tatu Saloranta · 11 years ago
  39. 24d2a6c minor fix to README by Tatu Saloranta · 11 years ago
  40. cb5bc2d and still more refactoring by Tatu Saloranta · 11 years ago
  41. f6bcef7 Remove ClassDeserializer; now implemented as variation of FromStringDeserializer by Tatu Saloranta · 11 years ago
  42. a569a15 minor refactoring by Tatu Saloranta · 11 years ago
  43. 4a74985 bit more pruning; combining 10 key deserializers into one by Tatu Saloranta · 11 years ago
  44. 6a8b73a Yet more pruning by Tatu Saloranta · 11 years ago
  45. 889dbc8 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  46. 2d05246 ... by Tatu Saloranta · 11 years ago
  47. f6c1824 minor pom refactoring by Tatu · 11 years ago
  48. b59a897 ... by Tatu Saloranta · 11 years ago
  49. db705dd ... by Tatu Saloranta · 11 years ago
  50. 2ca3fa5 Collapse more deserializers by Tatu Saloranta · 11 years ago
  51. 2f0ffb4 Remote separate TimeZone deserializer by Tatu Saloranta · 11 years ago
  52. cb65c76 Assimilate JavaType deserializer as well by Tatu Saloranta · 11 years ago
  53. a877f25 Remove 2 more "simple" string deserializers by Tatu Saloranta · 11 years ago
  54. 845897f Combine a bunch of simple "from-string" deserialziers by Tatu Saloranta · 11 years ago
  55. 3568997 yet more refactoring by Tatu Saloranta · 11 years ago
  56. 3663463 ... by Tatu Saloranta · 11 years ago
  57. 10af6d3 Yet more refactorign by Tatu Saloranta · 11 years ago
  58. 4b60bfe cleanup, removing unnecessary 'instance' members by Tatu Saloranta · 11 years ago
  59. 32f3489 ... by Tatu Saloranta · 11 years ago
  60. d19514a Remove one factory class by Tatu Saloranta · 11 years ago
  61. 6d12ad7 start refactoring to remove one factory class by Tatu Saloranta · 11 years ago
  62. 5a3e9aa More refactoring to get rid of unneeded methods by Tatu Saloranta · 11 years ago
  63. 59d1b2c Remove calls deprecated JsonNode methods by Tatu Saloranta · 11 years ago
  64. 7a27bc2 Refactoring to eliminate deprecated introspection methods by Tatu Saloranta · 11 years ago
  65. c29e06e Prepare for 2.4 for master by Tatu Saloranta · 11 years ago
  66. 57af4b4 ... by Tatu Saloranta · 11 years ago
  67. cc82a8c [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  68. 8ec79ec [maven-release-plugin] prepare release jackson-databind-2.3.1 by Tatu Saloranta · 11 years ago
  69. fd54bef Preparing for 2.3.1 release by Tatu Saloranta · 11 years ago
  70. 69b8487 Fixed #370 by Tatu Saloranta · 11 years ago
  71. 0b38913 Add a unit test for #370 by Tatu Saloranta · 11 years ago
  72. 9378fba Add a unit test for #154 by Tatu Saloranta · 11 years ago
  73. fe45e71 add explicit config of debug info for compiler by Tatu Saloranta · 11 years ago
  74. 61bef3f Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  75. df4f7f2 update release notes wrt #367 by Tatu Saloranta · 11 years ago
  76. b4c1f77 Merge pull request #367 from UnquietCode/master by Tatu Saloranta · 11 years ago
  77. 0ffbca8 Support type modifiers in type id name resolution. by Ben Fagin · 11 years ago
  78. e0f87c6 trying to reproduce #366 by Tatu Saloranta · 11 years ago
  79. 4f3c165 Remove @JacksonStdImpl from RawSerializer by Tatu Saloranta · 11 years ago
  80. 00255f2 ... by Tatu Saloranta · 11 years ago
  81. ee7b6d8 ... by Tatu Saloranta · 11 years ago
  82. 767b662 Merge pull request #361 from stuartwdouglas/master by Tatu Saloranta · 11 years ago
  83. f1622dc Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  84. dce9e1b further test renaming by Tatu Saloranta · 11 years ago
  85. bc2666d refactor tests by Tatu Saloranta · 11 years ago
  86. 26f8fa2 Fix #365 by Tatu Saloranta · 11 years ago
  87. 9077a58 Fix #362 by Tatu Saloranta · 11 years ago
  88. c4a0032 Add a unit test for #359 by Tatu Saloranta · 11 years ago
  89. a748091 javadoc improvement by Tatu · 11 years ago
  90. 4c3921d cleanup by Tatu Saloranta · 11 years ago
  91. ad8c3d2 One fix related to #358 to also resolve related case of Iterator by Tatu Saloranta · 11 years ago
  92. ce457af Fixed #358 by Tatu Saloranta · 11 years ago
  93. 0c8c763 Use double checked locking to remove sync block by Stuart Douglas · 11 years ago
  94. 96dd040 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  95. 1b63bab minor warnings cleanup by Tatu Saloranta · 11 years ago
  96. 614a72e Adding explicit null check for BeanPropertyMap, to improve troubleshooting by Tatu · 11 years ago
  97. df554c6 tiny refactoring to reproduce duplication by Tatu Saloranta · 11 years ago
  98. 68f2a77 Add unit tests to try to reproduce #349 (but without success yet) by Tatu · 11 years ago
  99. b4232dd some more javadoc fixes by Tatu Saloranta · 11 years ago
  100. 71a3d83 javadoc improvement by Tatu Saloranta · 11 years ago