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