1. 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
  2. e5f9cf9 still another fix to README by Tatu Saloranta · 11 years ago
  3. 1d29e0f minor cleanup for jdk serializer mapping by Tatu Saloranta · 11 years ago
  4. 24d2a6c minor fix to README by Tatu Saloranta · 11 years ago
  5. cb5bc2d and still more refactoring by Tatu Saloranta · 11 years ago
  6. f6bcef7 Remove ClassDeserializer; now implemented as variation of FromStringDeserializer by Tatu Saloranta · 11 years ago
  7. a569a15 minor refactoring by Tatu Saloranta · 11 years ago
  8. 4a74985 bit more pruning; combining 10 key deserializers into one by Tatu Saloranta · 11 years ago
  9. 6a8b73a Yet more pruning by Tatu Saloranta · 11 years ago
  10. 889dbc8 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  11. 2d05246 ... by Tatu Saloranta · 11 years ago
  12. f6c1824 minor pom refactoring by Tatu · 11 years ago
  13. b59a897 ... by Tatu Saloranta · 11 years ago
  14. db705dd ... by Tatu Saloranta · 11 years ago
  15. 2ca3fa5 Collapse more deserializers by Tatu Saloranta · 11 years ago
  16. 2f0ffb4 Remote separate TimeZone deserializer by Tatu Saloranta · 11 years ago
  17. cb65c76 Assimilate JavaType deserializer as well by Tatu Saloranta · 11 years ago
  18. a877f25 Remove 2 more "simple" string deserializers by Tatu Saloranta · 11 years ago
  19. 845897f Combine a bunch of simple "from-string" deserialziers by Tatu Saloranta · 11 years ago
  20. 3568997 yet more refactoring by Tatu Saloranta · 11 years ago
  21. 3663463 ... by Tatu Saloranta · 11 years ago
  22. 10af6d3 Yet more refactorign by Tatu Saloranta · 11 years ago
  23. 4b60bfe cleanup, removing unnecessary 'instance' members by Tatu Saloranta · 11 years ago
  24. 32f3489 ... by Tatu Saloranta · 11 years ago
  25. d19514a Remove one factory class by Tatu Saloranta · 11 years ago
  26. 6d12ad7 start refactoring to remove one factory class by Tatu Saloranta · 11 years ago
  27. 5a3e9aa More refactoring to get rid of unneeded methods by Tatu Saloranta · 11 years ago
  28. 59d1b2c Remove calls deprecated JsonNode methods by Tatu Saloranta · 11 years ago
  29. 7a27bc2 Refactoring to eliminate deprecated introspection methods by Tatu Saloranta · 11 years ago
  30. c29e06e Prepare for 2.4 for master by Tatu Saloranta · 11 years ago
  31. 57af4b4 ... by Tatu Saloranta · 11 years ago
  32. cc82a8c [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  33. 8ec79ec [maven-release-plugin] prepare release jackson-databind-2.3.1 by Tatu Saloranta · 11 years ago
  34. fd54bef Preparing for 2.3.1 release by Tatu Saloranta · 11 years ago
  35. 69b8487 Fixed #370 by Tatu Saloranta · 11 years ago
  36. 0b38913 Add a unit test for #370 by Tatu Saloranta · 11 years ago
  37. 9378fba Add a unit test for #154 by Tatu Saloranta · 11 years ago
  38. fe45e71 add explicit config of debug info for compiler by Tatu Saloranta · 11 years ago
  39. 61bef3f Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  40. df4f7f2 update release notes wrt #367 by Tatu Saloranta · 11 years ago
  41. b4c1f77 Merge pull request #367 from UnquietCode/master by Tatu Saloranta · 11 years ago
  42. 0ffbca8 Support type modifiers in type id name resolution. by Ben Fagin · 11 years ago
  43. e0f87c6 trying to reproduce #366 by Tatu Saloranta · 11 years ago
  44. 4f3c165 Remove @JacksonStdImpl from RawSerializer by Tatu Saloranta · 11 years ago
  45. 00255f2 ... by Tatu Saloranta · 11 years ago
  46. ee7b6d8 ... by Tatu Saloranta · 11 years ago
  47. 767b662 Merge pull request #361 from stuartwdouglas/master by Tatu Saloranta · 11 years ago
  48. f1622dc Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  49. dce9e1b further test renaming by Tatu Saloranta · 11 years ago
  50. bc2666d refactor tests by Tatu Saloranta · 11 years ago
  51. 26f8fa2 Fix #365 by Tatu Saloranta · 11 years ago
  52. 9077a58 Fix #362 by Tatu Saloranta · 11 years ago
  53. c4a0032 Add a unit test for #359 by Tatu Saloranta · 11 years ago
  54. a748091 javadoc improvement by Tatu · 11 years ago
  55. 4c3921d cleanup by Tatu Saloranta · 11 years ago
  56. ad8c3d2 One fix related to #358 to also resolve related case of Iterator by Tatu Saloranta · 11 years ago
  57. ce457af Fixed #358 by Tatu Saloranta · 11 years ago
  58. 0c8c763 Use double checked locking to remove sync block by Stuart Douglas · 11 years ago
  59. 96dd040 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  60. 1b63bab minor warnings cleanup by Tatu Saloranta · 11 years ago
  61. 614a72e Adding explicit null check for BeanPropertyMap, to improve troubleshooting by Tatu · 11 years ago
  62. df554c6 tiny refactoring to reproduce duplication by Tatu Saloranta · 11 years ago
  63. 68f2a77 Add unit tests to try to reproduce #349 (but without success yet) by Tatu · 11 years ago
  64. b4232dd some more javadoc fixes by Tatu Saloranta · 11 years ago
  65. 71a3d83 javadoc improvement by Tatu Saloranta · 11 years ago
  66. 851debd ... by Tatu Saloranta · 11 years ago
  67. 37cf6f2 Fix #346 by Tatu Saloranta · 11 years ago
  68. 4ec01ea Fix a typo in release notes by Tatu Saloranta · 11 years ago
  69. 414b884 update release notes again by Tatu Saloranta · 11 years ago
  70. 62f7608 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  71. 0db5776 [maven-release-plugin] prepare release jackson-databind-2.3.0 by Tatu Saloranta · 11 years ago
  72. b65b480 update deps by Tatu Saloranta · 11 years ago
  73. 5129b7b prepare for release by Tatu Saloranta · 11 years ago
  74. 11f7304 Implemented #343, DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES by Tatu Saloranta · 11 years ago
  75. f6f0c9b Add test for #340 under failing; trying to resolve it, but without success yet. by Tatu Saloranta · 11 years ago
  76. ef00ac6 Bit of cleanup, verifying what causes #338 by Tatu Saloranta · 11 years ago
  77. 2c42d06 Add a test to try to reproduce #338 (won't fail yet tho) by Tatu Saloranta · 11 years ago
  78. 2f04491 Fixed #337 by Tatu Saloranta · 11 years ago
  79. 227b999 minor cleanup by Tatu Saloranta · 11 years ago
  80. 5783b26 Add a unit test for #337 by Tatu Saloranta · 11 years ago
  81. f49e80f Fixing a ref to deprecated method by Tatu Saloranta · 11 years ago
  82. 5309174 Add method Annotated.annotations() to allow efficient iteration over all annotations, without exposing mutable state by Tatu Saloranta · 11 years ago
  83. bd354ea [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  84. e2d273e [maven-release-plugin] prepare release jackson-databind-2.3.0-rc1 by Tatu Saloranta · 11 years ago
  85. 9e73a1f prepare for rc1 by Tatu Saloranta · 11 years ago
  86. a55bbb6 final touches to allow consistent sub-classing of JsonNode implementations by Tatu Saloranta · 11 years ago
  87. fedd4b0 Changes to revert back inability to sub-class JsonNode subtypes by Tatu Saloranta · 11 years ago
  88. af263c3 Implement #268 by Tatu Saloranta · 11 years ago
  89. cd59508 Improvement wrt #333 by Tatu Saloranta · 11 years ago
  90. 2322ce6 Implement #334: make ArrayNode, ObjectNode non-final again by Tatu Saloranta · 11 years ago
  91. 5f58a1b Add more consistency checks for type id generation by Tatu Saloranta · 11 years ago
  92. fc6e3c2 Fix #332 by Tatu Saloranta · 11 years ago
  93. 77c3f1f Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  94. ddb9e39 Misc refactoring to eventually support #313, filtering of container types. by Tatu Saloranta · 11 years ago
  95. cb2f4a8 Merge pull request #329 from fiddlerpianist/master by Tatu Saloranta · 11 years ago
  96. e07ebab Infinite recursion is one way to get people's attention of a by jonathan.whitall · 11 years ago
  97. 29fab70 Minor cleanup for unit test code by Tatu Saloranta · 11 years ago
  98. cc7524c Implemented #307 by Tatu Saloranta · 11 years ago
  99. 313121b Initial support for Map-filtering, via properties by Tatu Saloranta · 11 years ago
  100. 50b28f8 Add a (failing) unit test for #307 by Tatu Saloranta · 11 years ago