1. 851debd ... by Tatu Saloranta · 11 years ago
  2. 37cf6f2 Fix #346 by Tatu Saloranta · 11 years ago
  3. 4ec01ea Fix a typo in release notes by Tatu Saloranta · 11 years ago
  4. 414b884 update release notes again by Tatu Saloranta · 11 years ago
  5. 62f7608 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  6. 0db5776 [maven-release-plugin] prepare release jackson-databind-2.3.0 by Tatu Saloranta · 11 years ago
  7. b65b480 update deps by Tatu Saloranta · 11 years ago
  8. 5129b7b prepare for release by Tatu Saloranta · 11 years ago
  9. 11f7304 Implemented #343, DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES by Tatu Saloranta · 11 years ago
  10. f6f0c9b Add test for #340 under failing; trying to resolve it, but without success yet. by Tatu Saloranta · 11 years ago
  11. ef00ac6 Bit of cleanup, verifying what causes #338 by Tatu Saloranta · 11 years ago
  12. 2c42d06 Add a test to try to reproduce #338 (won't fail yet tho) by Tatu Saloranta · 11 years ago
  13. 2f04491 Fixed #337 by Tatu Saloranta · 11 years ago
  14. 227b999 minor cleanup by Tatu Saloranta · 11 years ago
  15. 5783b26 Add a unit test for #337 by Tatu Saloranta · 11 years ago
  16. f49e80f Fixing a ref to deprecated method by Tatu Saloranta · 11 years ago
  17. 5309174 Add method Annotated.annotations() to allow efficient iteration over all annotations, without exposing mutable state by Tatu Saloranta · 11 years ago
  18. bd354ea [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  19. e2d273e [maven-release-plugin] prepare release jackson-databind-2.3.0-rc1 by Tatu Saloranta · 11 years ago
  20. 9e73a1f prepare for rc1 by Tatu Saloranta · 11 years ago
  21. a55bbb6 final touches to allow consistent sub-classing of JsonNode implementations by Tatu Saloranta · 11 years ago
  22. fedd4b0 Changes to revert back inability to sub-class JsonNode subtypes by Tatu Saloranta · 11 years ago
  23. af263c3 Implement #268 by Tatu Saloranta · 11 years ago
  24. cd59508 Improvement wrt #333 by Tatu Saloranta · 11 years ago
  25. 2322ce6 Implement #334: make ArrayNode, ObjectNode non-final again by Tatu Saloranta · 11 years ago
  26. 5f58a1b Add more consistency checks for type id generation by Tatu Saloranta · 11 years ago
  27. fc6e3c2 Fix #332 by Tatu Saloranta · 11 years ago
  28. 77c3f1f Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  29. ddb9e39 Misc refactoring to eventually support #313, filtering of container types. by Tatu Saloranta · 11 years ago
  30. cb2f4a8 Merge pull request #329 from fiddlerpianist/master by Tatu Saloranta · 11 years ago
  31. e07ebab Infinite recursion is one way to get people's attention of a by jonathan.whitall · 11 years ago
  32. 29fab70 Minor cleanup for unit test code by Tatu Saloranta · 11 years ago
  33. cc7524c Implemented #307 by Tatu Saloranta · 11 years ago
  34. 313121b Initial support for Map-filtering, via properties by Tatu Saloranta · 11 years ago
  35. 50b28f8 Add a (failing) unit test for #307 by Tatu Saloranta · 11 years ago
  36. b009194 Full fix for #318 by Tatu Saloranta · 11 years ago
  37. 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
  38. 0cc64f2 Add a unit test for #327, to indicate problem to solve by Tatu Saloranta · 11 years ago
  39. 34a2e5b Finally implement #326 (originally one of oldest open bugs from codehaus issue tracker!) by Tatu Saloranta · 11 years ago
  40. 49d2cf0 javadoc improvement wrt #325 by Tatu Saloranta · 11 years ago
  41. 0688a9a Completed initial set of refactoring to be able to solve #307 and perhaps #317 by Tatu Saloranta · 11 years ago
  42. 89b08ce More documentation cleanup by Tatu Saloranta · 11 years ago
  43. 76793f1 Trying to refactor things to make it possible to filter non-Bean types (maps; any setters) by Tatu Saloranta · 11 years ago
  44. 44ef7f8 some more unit test refactoring by Tatu Saloranta · 11 years ago
  45. be00482 minor test refactoring for better grouping by Tatu Saloranta · 11 years ago
  46. b69857b Implement #315 by Tatu Saloranta · 11 years ago
  47. 84042ca First part of custom null serializers implemented (per-property) by Tatu Saloranta · 11 years ago
  48. 7a8d3fe Start working on #315, (more) configurable null serialization by Tatu Saloranta · 11 years ago
  49. e4670a7 Fix #324 in mainline by Tatu Saloranta · 11 years ago
  50. 6d2e7c2 ... by Tatu Saloranta · 11 years ago
  51. f379967 Refactoring; FailingDeserializer was in the wrong place for some reason by Tatu Saloranta · 11 years ago
  52. 346dc38 Merge pull request #318 from christophercurrie/valueUpdate by Tatu Saloranta · 11 years ago
  53. ad0b7ed Add bit more checking in new attribute tests by Tatu Saloranta · 11 years ago
  54. 09ebacb Implemented #319 by Tatu Saloranta · 11 years ago
  55. a2966ff Completed serialization-side test, seems to work. by Tatu Saloranta · 11 years ago
  56. 4e5e2b3 work bit more on context attributes by Tatu Saloranta · 11 years ago
  57. 2f26e6a Start work on adding context(-accessible) attributes; general-purpose key/value context by Tatu Saloranta · 11 years ago
  58. 1632752 Test for value update on "creator" props by Christopher Currie · 11 years ago
  59. 7012c75 Added release notes, credits wrt #317 by Tatu Saloranta · 11 years ago
  60. 96b8c9c Merge pull request #317 from sethp-jive/master by Tatu Saloranta · 11 years ago
  61. 3e3a30e Fixing {Object,Array}Deserializer's illegal nullValue by Seth Pellegrino · 11 years ago
  62. ee67dee Add #305 implementation; also, add numeric test for -0.0 by Tatu Saloranta · 11 years ago
  63. 8caf1b4 Implement #305 by Tatu Saloranta · 11 years ago
  64. 934699b minor warning cleanup by Tatu Saloranta · 11 years ago
  65. e9184dc Remove 'final' modified from 2 places in BeanDeserializer where it shouldn't (have) be(en) used by Tatu Saloranta · 11 years ago
  66. e830970 Fix a problem b/w TokenBuffer, new dup checking in core by Tatu Saloranta · 11 years ago
  67. de5c417 fix a compilation issue (...from preceding pruning) by Tatu · 11 years ago
  68. 65ba8a5 minor removal of deprecated internal methods by Tatu · 11 years ago
  69. 81b4735 Changes needed by core-change (for adding dup detection) by Tatu · 11 years ago
  70. 14722dc Update release notes by Tatu · 11 years ago
  71. 4a00588 minor nip & tuck by Tatu Saloranta · 11 years ago
  72. da5bb84 Remove some things deprecated in 2.0 and 2.1 by Tatu Saloranta · 11 years ago
  73. f3f4792 Minor cleanup, to move failing (and not immediately fixable) problem to set of failing tests by Tatu Saloranta · 11 years ago
  74. ae242d7 Fix #257 by Tatu Saloranta · 11 years ago
  75. 83341f7 Starting to add configurability for "untyped" deserializer by Tatu · 11 years ago
  76. eaa7c18 doc cleanup by Tatu Saloranta · 11 years ago
  77. 0e004c9 Minor tweaks to better support unwrapped properties by Tatu Saloranta · 11 years ago
  78. aa321ee Fix #271 (for in-built schema generation) by Tatu Saloranta · 11 years ago
  79. 545e35e Implement #302 by Tatu Saloranta · 11 years ago
  80. 616d3e5 ... by Tatu Saloranta · 11 years ago
  81. daab1d9 Fix #311 by Tatu Saloranta · 11 years ago
  82. 18720ae Add a unit test for #311 (failing for now) by Tatu Saloranta · 11 years ago
  83. 982ea7a fix a compiler warning by Tatu Saloranta · 11 years ago
  84. f4ce14a Put back a ctor of BeanSerializer by Tatu Saloranta · 11 years ago
  85. bd17ded Some more fixes for UUID handling, to allow use of Base64 encoding as well by Tatu Saloranta · 11 years ago
  86. 19a2de7 Fix a UUID serialization problem, unit test bug (which masked serialization prob) by Tatu Saloranta · 11 years ago
  87. 6cdd268 start working on TokenBuffer improvements by Tatu Saloranta · 11 years ago
  88. d1ff4dd javadoc update by Tatu Saloranta · 11 years ago
  89. fae643b Completed #308, serialization speeded up by 4x as well by Tatu Saloranta · 11 years ago
  90. ac1f6d5 First part of #308, improved deserialization speed by 4x as per test by Tatu Saloranta · 11 years ago
  91. 17d6446 Improve UUID deser speed by 5x by Tatu Saloranta · 11 years ago
  92. bb0e2b5 Implement #306 by Tatu Saloranta · 11 years ago
  93. cab3bf2 Add unit test for #306 by Tatu Saloranta · 11 years ago
  94. c6c0005 improving #113 test by Tatu Saloranta · 11 years ago
  95. cb56363 Add missing ObjectMapper.writeTree(); improve DelegatingDeserializer by Tatu Saloranta · 11 years ago
  96. 59fe29c Yet more work, trying to allow distinguishing of 'primary' and 'secondary' serializers, wrt property-context by Tatu Saloranta · 11 years ago
  97. 4f90dbc Further improvements to contextualization for deser side by Tatu Saloranta · 11 years ago
  98. 47ac6bd ... by Tatu Saloranta · 11 years ago
  99. b530c4d Groundwork for #225, centralizing contextualization of JsonSerializer instances by Tatu Saloranta · 11 years ago
  100. f72fe21 Bit of groundwork for (possibly?) implementing #224; contextualization isolated in one place by Tatu Saloranta · 11 years ago