1. 0ffbca8 Support type modifiers in type id name resolution. by Ben Fagin · 11 years ago
  2. e0f87c6 trying to reproduce #366 by Tatu Saloranta · 11 years ago
  3. 4f3c165 Remove @JacksonStdImpl from RawSerializer by Tatu Saloranta · 11 years ago
  4. 00255f2 ... by Tatu Saloranta · 11 years ago
  5. ee7b6d8 ... by Tatu Saloranta · 11 years ago
  6. 767b662 Merge pull request #361 from stuartwdouglas/master by Tatu Saloranta · 11 years ago
  7. f1622dc Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  8. dce9e1b further test renaming by Tatu Saloranta · 11 years ago
  9. bc2666d refactor tests by Tatu Saloranta · 11 years ago
  10. 26f8fa2 Fix #365 by Tatu Saloranta · 11 years ago
  11. 9077a58 Fix #362 by Tatu Saloranta · 11 years ago
  12. c4a0032 Add a unit test for #359 by Tatu Saloranta · 11 years ago
  13. a748091 javadoc improvement by Tatu · 11 years ago
  14. 4c3921d cleanup by Tatu Saloranta · 11 years ago
  15. ad8c3d2 One fix related to #358 to also resolve related case of Iterator by Tatu Saloranta · 11 years ago
  16. ce457af Fixed #358 by Tatu Saloranta · 11 years ago
  17. 0c8c763 Use double checked locking to remove sync block by Stuart Douglas · 11 years ago
  18. 96dd040 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  19. 1b63bab minor warnings cleanup by Tatu Saloranta · 11 years ago
  20. 614a72e Adding explicit null check for BeanPropertyMap, to improve troubleshooting by Tatu · 11 years ago
  21. df554c6 tiny refactoring to reproduce duplication by Tatu Saloranta · 11 years ago
  22. 68f2a77 Add unit tests to try to reproduce #349 (but without success yet) by Tatu · 11 years ago
  23. b4232dd some more javadoc fixes by Tatu Saloranta · 11 years ago
  24. 71a3d83 javadoc improvement by Tatu Saloranta · 11 years ago
  25. 851debd ... by Tatu Saloranta · 11 years ago
  26. 37cf6f2 Fix #346 by Tatu Saloranta · 11 years ago
  27. 4ec01ea Fix a typo in release notes by Tatu Saloranta · 11 years ago
  28. 414b884 update release notes again by Tatu Saloranta · 11 years ago
  29. 62f7608 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  30. 0db5776 [maven-release-plugin] prepare release jackson-databind-2.3.0 by Tatu Saloranta · 11 years ago
  31. b65b480 update deps by Tatu Saloranta · 11 years ago
  32. 5129b7b prepare for release by Tatu Saloranta · 11 years ago
  33. 11f7304 Implemented #343, DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES by Tatu Saloranta · 11 years ago
  34. f6f0c9b Add test for #340 under failing; trying to resolve it, but without success yet. by Tatu Saloranta · 11 years ago
  35. ef00ac6 Bit of cleanup, verifying what causes #338 by Tatu Saloranta · 11 years ago
  36. 2c42d06 Add a test to try to reproduce #338 (won't fail yet tho) by Tatu Saloranta · 11 years ago
  37. 2f04491 Fixed #337 by Tatu Saloranta · 11 years ago
  38. 227b999 minor cleanup by Tatu Saloranta · 11 years ago
  39. 5783b26 Add a unit test for #337 by Tatu Saloranta · 11 years ago
  40. f49e80f Fixing a ref to deprecated method by Tatu Saloranta · 11 years ago
  41. 5309174 Add method Annotated.annotations() to allow efficient iteration over all annotations, without exposing mutable state by Tatu Saloranta · 11 years ago
  42. bd354ea [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  43. e2d273e [maven-release-plugin] prepare release jackson-databind-2.3.0-rc1 by Tatu Saloranta · 11 years ago
  44. 9e73a1f prepare for rc1 by Tatu Saloranta · 11 years ago
  45. a55bbb6 final touches to allow consistent sub-classing of JsonNode implementations by Tatu Saloranta · 11 years ago
  46. fedd4b0 Changes to revert back inability to sub-class JsonNode subtypes by Tatu Saloranta · 11 years ago
  47. af263c3 Implement #268 by Tatu Saloranta · 11 years ago
  48. cd59508 Improvement wrt #333 by Tatu Saloranta · 11 years ago
  49. 2322ce6 Implement #334: make ArrayNode, ObjectNode non-final again by Tatu Saloranta · 11 years ago
  50. 5f58a1b Add more consistency checks for type id generation by Tatu Saloranta · 11 years ago
  51. fc6e3c2 Fix #332 by Tatu Saloranta · 11 years ago
  52. 77c3f1f Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  53. ddb9e39 Misc refactoring to eventually support #313, filtering of container types. by Tatu Saloranta · 11 years ago
  54. cb2f4a8 Merge pull request #329 from fiddlerpianist/master by Tatu Saloranta · 11 years ago
  55. e07ebab Infinite recursion is one way to get people's attention of a by jonathan.whitall · 11 years ago
  56. 29fab70 Minor cleanup for unit test code by Tatu Saloranta · 11 years ago
  57. cc7524c Implemented #307 by Tatu Saloranta · 11 years ago
  58. 313121b Initial support for Map-filtering, via properties by Tatu Saloranta · 11 years ago
  59. 50b28f8 Add a (failing) unit test for #307 by Tatu Saloranta · 11 years ago
  60. b009194 Full fix for #318 by Tatu Saloranta · 11 years ago
  61. 093f210 Add back two semi-internal methods, marked as deprecated, to make migration from pre-2.3 versions smoother by Tatu Saloranta · 11 years ago
  62. 0cc64f2 Add a unit test for #327, to indicate problem to solve by Tatu Saloranta · 11 years ago
  63. 34a2e5b Finally implement #326 (originally one of oldest open bugs from codehaus issue tracker!) by Tatu Saloranta · 11 years ago
  64. 49d2cf0 javadoc improvement wrt #325 by Tatu Saloranta · 11 years ago
  65. 0688a9a Completed initial set of refactoring to be able to solve #307 and perhaps #317 by Tatu Saloranta · 11 years ago
  66. 89b08ce More documentation cleanup by Tatu Saloranta · 11 years ago
  67. 76793f1 Trying to refactor things to make it possible to filter non-Bean types (maps; any setters) by Tatu Saloranta · 11 years ago
  68. 44ef7f8 some more unit test refactoring by Tatu Saloranta · 11 years ago
  69. be00482 minor test refactoring for better grouping by Tatu Saloranta · 11 years ago
  70. b69857b Implement #315 by Tatu Saloranta · 11 years ago
  71. 84042ca First part of custom null serializers implemented (per-property) by Tatu Saloranta · 11 years ago
  72. 7a8d3fe Start working on #315, (more) configurable null serialization by Tatu Saloranta · 11 years ago
  73. e4670a7 Fix #324 in mainline by Tatu Saloranta · 11 years ago
  74. 6d2e7c2 ... by Tatu Saloranta · 11 years ago
  75. f379967 Refactoring; FailingDeserializer was in the wrong place for some reason by Tatu Saloranta · 11 years ago
  76. 346dc38 Merge pull request #318 from christophercurrie/valueUpdate by Tatu Saloranta · 11 years ago
  77. ad0b7ed Add bit more checking in new attribute tests by Tatu Saloranta · 11 years ago
  78. 09ebacb Implemented #319 by Tatu Saloranta · 11 years ago
  79. a2966ff Completed serialization-side test, seems to work. by Tatu Saloranta · 11 years ago
  80. 4e5e2b3 work bit more on context attributes by Tatu Saloranta · 11 years ago
  81. 2f26e6a Start work on adding context(-accessible) attributes; general-purpose key/value context by Tatu Saloranta · 11 years ago
  82. 1632752 Test for value update on "creator" props by Christopher Currie · 11 years ago
  83. 7012c75 Added release notes, credits wrt #317 by Tatu Saloranta · 11 years ago
  84. 96b8c9c Merge pull request #317 from sethp-jive/master by Tatu Saloranta · 11 years ago
  85. 3e3a30e Fixing {Object,Array}Deserializer's illegal nullValue by Seth Pellegrino · 11 years ago
  86. ee67dee Add #305 implementation; also, add numeric test for -0.0 by Tatu Saloranta · 11 years ago
  87. 8caf1b4 Implement #305 by Tatu Saloranta · 11 years ago
  88. 934699b minor warning cleanup by Tatu Saloranta · 11 years ago
  89. e9184dc Remove 'final' modified from 2 places in BeanDeserializer where it shouldn't (have) be(en) used by Tatu Saloranta · 11 years ago
  90. e830970 Fix a problem b/w TokenBuffer, new dup checking in core by Tatu Saloranta · 11 years ago
  91. de5c417 fix a compilation issue (...from preceding pruning) by Tatu · 11 years ago
  92. 65ba8a5 minor removal of deprecated internal methods by Tatu · 11 years ago
  93. 81b4735 Changes needed by core-change (for adding dup detection) by Tatu · 11 years ago
  94. 14722dc Update release notes by Tatu · 11 years ago
  95. 4a00588 minor nip & tuck by Tatu Saloranta · 11 years ago
  96. da5bb84 Remove some things deprecated in 2.0 and 2.1 by Tatu Saloranta · 11 years ago
  97. f3f4792 Minor cleanup, to move failing (and not immediately fixable) problem to set of failing tests by Tatu Saloranta · 11 years ago
  98. ae242d7 Fix #257 by Tatu Saloranta · 11 years ago
  99. 83341f7 Starting to add configurability for "untyped" deserializer by Tatu · 11 years ago
  100. eaa7c18 doc cleanup by Tatu Saloranta · 11 years ago