1. 3e3a30e Fixing {Object,Array}Deserializer's illegal nullValue by Seth Pellegrino · 11 years ago
  2. ee67dee Add #305 implementation; also, add numeric test for -0.0 by Tatu Saloranta · 11 years ago
  3. 8caf1b4 Implement #305 by Tatu Saloranta · 11 years ago
  4. 934699b minor warning cleanup by Tatu Saloranta · 11 years ago
  5. e9184dc Remove 'final' modified from 2 places in BeanDeserializer where it shouldn't (have) be(en) used by Tatu Saloranta · 11 years ago
  6. e830970 Fix a problem b/w TokenBuffer, new dup checking in core by Tatu Saloranta · 11 years ago
  7. de5c417 fix a compilation issue (...from preceding pruning) by Tatu · 11 years ago
  8. 65ba8a5 minor removal of deprecated internal methods by Tatu · 11 years ago
  9. 81b4735 Changes needed by core-change (for adding dup detection) by Tatu · 11 years ago
  10. 14722dc Update release notes by Tatu · 11 years ago
  11. 4a00588 minor nip & tuck by Tatu Saloranta · 11 years ago
  12. da5bb84 Remove some things deprecated in 2.0 and 2.1 by Tatu Saloranta · 11 years ago
  13. f3f4792 Minor cleanup, to move failing (and not immediately fixable) problem to set of failing tests by Tatu Saloranta · 11 years ago
  14. ae242d7 Fix #257 by Tatu Saloranta · 11 years ago
  15. 83341f7 Starting to add configurability for "untyped" deserializer by Tatu · 11 years ago
  16. eaa7c18 doc cleanup by Tatu Saloranta · 11 years ago
  17. 0e004c9 Minor tweaks to better support unwrapped properties by Tatu Saloranta · 11 years ago
  18. aa321ee Fix #271 (for in-built schema generation) by Tatu Saloranta · 11 years ago
  19. 545e35e Implement #302 by Tatu Saloranta · 11 years ago
  20. 616d3e5 ... by Tatu Saloranta · 11 years ago
  21. daab1d9 Fix #311 by Tatu Saloranta · 11 years ago
  22. 18720ae Add a unit test for #311 (failing for now) by Tatu Saloranta · 11 years ago
  23. 982ea7a fix a compiler warning by Tatu Saloranta · 11 years ago
  24. f4ce14a Put back a ctor of BeanSerializer by Tatu Saloranta · 11 years ago
  25. bd17ded Some more fixes for UUID handling, to allow use of Base64 encoding as well by Tatu Saloranta · 11 years ago
  26. 19a2de7 Fix a UUID serialization problem, unit test bug (which masked serialization prob) by Tatu Saloranta · 11 years ago
  27. 6cdd268 start working on TokenBuffer improvements by Tatu Saloranta · 11 years ago
  28. d1ff4dd javadoc update by Tatu Saloranta · 11 years ago
  29. fae643b Completed #308, serialization speeded up by 4x as well by Tatu Saloranta · 11 years ago
  30. ac1f6d5 First part of #308, improved deserialization speed by 4x as per test by Tatu Saloranta · 11 years ago
  31. 17d6446 Improve UUID deser speed by 5x by Tatu Saloranta · 11 years ago
  32. bb0e2b5 Implement #306 by Tatu Saloranta · 11 years ago
  33. cab3bf2 Add unit test for #306 by Tatu Saloranta · 11 years ago
  34. c6c0005 improving #113 test by Tatu Saloranta · 11 years ago
  35. cb56363 Add missing ObjectMapper.writeTree(); improve DelegatingDeserializer by Tatu Saloranta · 11 years ago
  36. 59fe29c Yet more work, trying to allow distinguishing of 'primary' and 'secondary' serializers, wrt property-context by Tatu Saloranta · 11 years ago
  37. 4f90dbc Further improvements to contextualization for deser side by Tatu Saloranta · 11 years ago
  38. 47ac6bd ... by Tatu Saloranta · 11 years ago
  39. b530c4d Groundwork for #225, centralizing contextualization of JsonSerializer instances by Tatu Saloranta · 11 years ago
  40. f72fe21 Bit of groundwork for (possibly?) implementing #224; contextualization isolated in one place by Tatu Saloranta · 11 years ago
  41. cc315bc Add first passing test for tree traversal with JsonPointer.at(JsonPointer) by Tatu Saloranta · 11 years ago
  42. 88359d3 Adding first JsonPointer test by Tatu Saloranta · 11 years ago
  43. 1cefd68 Add a bogus method in otherwise empty test, to prevent build breakage by Tatu · 11 years ago
  44. 62657fe Merge pull request #298 from splatch/master by Tatu Saloranta · 11 years ago
  45. 9fb18f4 Improvements in OSGi manifest generation. Fixes #297. by Lukasz Dywicki · 11 years ago
  46. 661d211 ... by Tatu Saloranta · 11 years ago
  47. 262884b Add basic version of JSON Pointer based traversal for JsonNode by Tatu Saloranta · 11 years ago
  48. 9088467 minor change: remove 'final' from AsArraySerializerBase.serializeWithType() by Tatu Saloranta · 11 years ago
  49. 75e7f26 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  50. 224a91a Add support for auto-detecting need for property ordering by Tatu Saloranta · 11 years ago
  51. 4306688 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu · 11 years ago
  52. 670aad6 ... by Tatu · 11 years ago
  53. 5974d54 Merge pull request #293 from ajostergaard/master by Tatu Saloranta · 11 years ago
  54. 8e31a1b Clarify meaning of 'creator method' by ajostergaard · 11 years ago
  55. a3a8d3c Fix issue #292 by Tatu Saloranta · 11 years ago
  56. ccd59e2 Add license link by Tatu Saloranta · 11 years ago
  57. a457501 further fix related to #288, but on deserializer side by Tatu Saloranta · 11 years ago
  58. 3745034 Fix #288 by Tatu Saloranta · 11 years ago
  59. d8318e1 ... by Tatu Saloranta · 11 years ago
  60. 0ac36ba add bulk-geature-set accessors by Tatu Saloranta · 11 years ago
  61. e8a17a9 javadoc, other cleanup by Tatu Saloranta · 11 years ago
  62. fed24ba Fix #287 by Tatu Saloranta · 11 years ago
  63. 224db28 Add a unit test for #287 by Tatu Saloranta · 11 years ago
  64. 34df174 change url used for tests by Tatu Saloranta · 11 years ago
  65. da8022e ... by Tatu Saloranta · 11 years ago
  66. 8a0adf2 Add an alternate method for BeanDeserializer, to locate properties by index by Tatu Saloranta · 11 years ago
  67. 62a02dc refactor readme by Tatu · 11 years ago
  68. b4006fc ... by Tatu · 11 years ago
  69. be9ae25 improve sample by Tatu · 11 years ago
  70. d1a3cb1 Add a notes wrt #283 by Tatu Saloranta · 11 years ago
  71. a233930 move failing test to under 'failing' by Tatu Saloranta · 11 years ago
  72. b342798a Merge pull request #282 from cheddar/funky_polymorphic_serde by Tatu Saloranta · 11 years ago
  73. 23e6a93 minor cleanup by Tatu Saloranta · 11 years ago
  74. 2e089cd Fix a potential issue with ignored root name by Tatu Saloranta · 11 years ago
  75. b4851e5 Refactoring default SerializerProvider's handling of root null values by Tatu Saloranta · 11 years ago
  76. 85d1f49 1) Unit test for funky polymorphic deserialization. It appears that jackson messes up and returns the interface's deserialized value instead of the concrete class by cheddar · 11 years ago
  77. 6f4306b Fix #234 by Tatu Saloranta · 11 years ago
  78. c77814e add unit tests to drill down to #234 by Tatu Saloranta · 11 years ago
  79. 9142441 remove a debug statement by Tatu Saloranta · 11 years ago
  80. 9ad6b5e warnings cleanup by Tatu Saloranta · 11 years ago
  81. 955d1f9 Add support for coercion from String "null" (in addition to null token) by Tatu Saloranta · 11 years ago
  82. ca5af06 Add better support for omitting filtered fields for position formats like CSV by Tatu Saloranta · 11 years ago
  83. e5d8570 Add support for outputting placeholders during filtering by Tatu Saloranta · 11 years ago
  84. bc38763 Implemented #277 by Tatu Saloranta · 11 years ago
  85. e9b6c2d remove release note entries that will be included in 2.2.3 by Tatu Saloranta · 11 years ago
  86. 89827c1 ... by Tatu Saloranta · 11 years ago
  87. 7cd93e9 Fix for 2.3 by Tatu Saloranta · 11 years ago
  88. 14d9761 bit more tweaking of null serialization by Tatu Saloranta · 11 years ago
  89. 0f4b5e3 Fix #281 by Tatu Saloranta · 11 years ago
  90. 8cb0435 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  91. f6315d8 fix TokenBuffer by Tatu Saloranta · 11 years ago
  92. 980eb0f Last piece of support to handle native Object Ids by Tatu · 11 years ago
  93. 0a42b40 Add a unit test to verify that #240 is fixed. by Tatu Saloranta · 11 years ago
  94. cded3a2 Implement #270 by Tatu Saloranta · 11 years ago
  95. 07bcd04 Fix #280 by Tatu Saloranta · 11 years ago
  96. 87b62f9 Fixes to properly disable "vanilla" deserialization when ObjectIdReader is not null by Tatu Saloranta · 11 years ago
  97. 6932e07 More support for reading native Object Ids by Tatu Saloranta · 11 years ago
  98. 9e64906 refactoring, trying to get object id reading working with native ids by Tatu Saloranta · 11 years ago
  99. 5fa08ec Change to work with 'untyped' type/object ids by Tatu Saloranta · 11 years ago
  100. c35736f minor compiler warning fixes by Tatu Saloranta · 11 years ago