1. 9a3bf6c Update CalendarSerializer.java by sergeymetallic · 10 years ago
  2. 397e457 update release notes by Tatu Saloranta · 10 years ago
  3. f457284 update dep by Tatu Saloranta · 10 years ago
  4. 5448e5e Minor improvement to handling of JsonGenerator.close() on exception case by Tatu Saloranta · 10 years ago
  5. 03a49b1 Fix #420 also for master by Tatu Saloranta · 10 years ago
  6. 95a9ccc warnings cleanup by Tatu Saloranta · 10 years ago
  7. 0946809 ... by Tatu Saloranta · 10 years ago
  8. a5810c2 ... by Tatu · 10 years ago
  9. cf2fcfe Minor improvement to earlier #412 fix by Tatu Saloranta · 10 years ago
  10. 1bed6c2 Fix #412 in master by Tatu Saloranta · 10 years ago
  11. f0a2158 Add a (failing) unit test for #412 by Tatu Saloranta · 10 years ago
  12. 2deb76d Fix a prob b/w positive/negative inf parsing by Tatu Saloranta · 10 years ago
  13. 06a6ebf Fix #411 for master by Tatu Saloranta · 10 years ago
  14. 3ca881e Add notes regarding #407 by Tatu Saloranta · 10 years ago
  15. 5ad9622 Merge pull request #407 from wpalmeri/null-deser-cleanup by Tatu Saloranta · 10 years ago
  16. 72ce52f Merge branch 'custom-id-resolution' of https://github.com/pgelinas/jackson-databind into pgelinas-custom-id-resolution by Tatu · 10 years ago
  17. 7d0445b Travis CI config by Christopher Currie · 10 years ago
  18. 556e33a Merge pull request #410 from pgelinas/xmlIssue104 by Tatu Saloranta · 10 years ago
  19. 5abbb53 Removed buffering during object id resolution, no longer needed. Fixes FasterXML/jackson-dataformat-xml#104 by Pascal Gélinas · 10 years ago
  20. 43603cc Merging #409 from 2.3 by Tatu · 10 years ago
  21. e602790 tests for custom null deser with collections by Will Palmeri · 10 years ago
  22. 25bf1a3 Add a unit test for #408 by Tatu · 10 years ago
  23. b1283aa ... by Tatu · 10 years ago
  24. a4f093f Fixing #406 by Tatu · 10 years ago
  25. 342bebe add an extra (now failing) unit test for external type id, visible=true by Tatu · 10 years ago
  26. fe7c82d Add a unit test reproducing an issue with custom id resolver, external property by Tatu · 10 years ago
  27. b0cfd43 Fix deserialization of null values for collection/array type deserializers by Will Palmeri · 10 years ago
  28. 1fc74a7 Implement #405 by Tatu Saloranta · 10 years ago
  29. acb9aa5 ... by Tatu Saloranta · 10 years ago
  30. 3a446df Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  31. ea2d74f Add a unit test wrt #382 by Tatu Saloranta · 10 years ago
  32. 0cdf42f Enable (and test) single-arg boolean constructors by Christopher Currie · 10 years ago
  33. 184cae3 Implementation of custom object id resolution. by Pascal Gélinas · 11 years ago
  34. 5e21d2e Bit more rearranging; trying to reduce use of inner classes for shared things (only leave inner classes for private use) by Tatu Saloranta · 11 years ago
  35. dcdc5e4 Fix #398 for mainline (2.4) by Tatu Saloranta · 11 years ago
  36. 434ccfa Merge pull request #397 from Mgamerz/patch-1 by Tatu Saloranta · 11 years ago
  37. 02dd668 Update README.md by Mgamerz · 11 years ago
  38. cda5faf ... by Tatu Saloranta · 11 years ago
  39. ee9b7aa Merge pull request #396 from benson-basis/master by Tatu Saloranta · 11 years ago
  40. bfbeaab documentation for deserialization versus polymorhism. by Benson Margulies · 11 years ago
  41. bc188e3 Merge pull request #394 from pgelinas/custom-object-id-serialization by Tatu Saloranta · 11 years ago
  42. 77d24c7 Merge pull request #395 from pgelinas/cachable-delegate by Tatu Saloranta · 11 years ago
  43. 5c02410 Made DelegatingDeserializer also delegate isCachable by default. Fixes FasterXML/jackson-dataformat-xml#93 by Pascal Gélinas · 11 years ago
  44. 06cc19b Support for custom object id serialization by subclasses. Mainly to support FasterXML/jackson-dataformat-xml#81. by Pascal Gélinas · 11 years ago
  45. 991d17f ... by Tatu Saloranta · 11 years ago
  46. 4fb35f8 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  47. 87dc318 ... by Tatu Saloranta · 11 years ago
  48. 6839a5d .. by Tatu · 11 years ago
  49. f4b6730 silly little stylistic tweaking by Tatu Saloranta · 11 years ago
  50. cd61052 Working on being able to plug-in SerializableString replacements for 2.4 by Tatu Saloranta · 11 years ago
  51. 7f61f62 Merge pull request #388 from pgelinas/forward-reference by Tatu Saloranta · 11 years ago
  52. 37c8d4e Moved failing tests to failing package. by Pascal Gélinas · 11 years ago
  53. d75f2e7 Added type information to unresolved forward reference exception thrown at end of processing. by Pascal Gélinas · 11 years ago
  54. 10f8907 Added failing test about defensive copying with object id. by Pascal Gélinas · 11 years ago
  55. 0da9a30 Added specific tests for ArrayBlockingQueue and EnumMap based deserialization with object id. by Pascal Gélinas · 11 years ago
  56. 3a92b12 Added assertion for unresolved id check. by Pascal Gélinas · 11 years ago
  57. 6cbeaf4 Reworked unit test to avoid some duplication. by Pascal Gélinas · 11 years ago
  58. 1743f00 Added unit test for ordering being kept even with forward reference handling. by Pascal Gélinas · 11 years ago
  59. 993292c Fixed Map deserialization with forward reference not keeping ordering. by Pascal Gélinas · 11 years ago
  60. 647cb68 Added JsonLocation info in exception thrown for object id check at end of processing. by Pascal Gélinas · 11 years ago
  61. 096e02b Added check at end of processing to ensure all object ids are resolved. by Pascal Gélinas · 11 years ago
  62. 24cbdbd Implemented forward reference resolution for collection based deserialization. by Pascal Gélinas · 11 years ago
  63. 7481fda Implemented forward reference resolution for map based deserialization. by Pascal Gélinas · 11 years ago
  64. dea828d Implemented forward reference resolution for any setter based deserialization. by Pascal Gélinas · 11 years ago
  65. d823407 Implemented forward reference resolution for general property based deserialization. by Pascal Gélinas · 11 years ago
  66. a4c9173 Foundation for forward reference resolution. by Pascal Gélinas · 11 years ago
  67. a0e8d5d Test case for issue #351. by Pascal Gélinas · 11 years ago
  68. 52313b8 Merge pull request #387 from yinzara/master by Tatu Saloranta · 11 years ago
  69. 80e1b7e Add a (failing) test for #383 by Tatu Saloranta · 11 years ago
  70. d352f0c Move #88 test case out of 'failing' (passes now) by Tatu Saloranta · 11 years ago
  71. 0e1e878 Fix #88 by Tatu Saloranta · 11 years ago
  72. 00cb595 Merging from upstream by yinzara · 11 years ago
  73. f7ef407 Adding Character tests by yinzara · 11 years ago
  74. 72e590f Adding @since 2.4 and removing unused null check by yinzara · 11 years ago
  75. 8221fe1 Add unit tests for #88 by Tatu Saloranta · 11 years ago
  76. 0f7358f Updated release notes wrt #381 by Tatu Saloranta · 11 years ago
  77. d499f2e Merge pull request #384 from yinzara/master by Tatu Saloranta · 11 years ago
  78. f190cb5 Adding additional test cases for Issue # 381 by Matthew Morrissette · 11 years ago
  79. efb9f7b Added test cases for single value arrays bean deserialization by Matthew Morrissette · 11 years ago
  80. a7f230d Fix for UNWRAP_SINGLE_VALUE_ARRAYS for bean deserialization by Matthew Morrissette · 11 years ago
  81. 0e37a39 Adding "UNWRAP_SINGLE_VALUE_ARRAYS" DeserializationFeature by Matthew Morrissette · 11 years ago
  82. ad9a43f Rewrote test for #380, to test expected behavior by Tatu Saloranta · 11 years ago
  83. 9bff69f Merge pull request #380 from marceloverdijk/master by Tatu Saloranta · 11 years ago
  84. ad2e68c added failing test for JsonIgnoreType with MixIn by Marcel Overdijk · 11 years ago
  85. 60072ee Minor refactoring of 379 by Tatu · 11 years ago
  86. bbb05ec Merge pull request #379 from cpilsworth/paranamer-naming-strategy by Tatu Saloranta · 11 years ago
  87. 4fa5106 Merge pull request #378 from BokoEnos/patch-1 by Tatu Saloranta · 11 years ago
  88. 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
  89. d1a15ad Update BasicDeserializerFactory.java by BokoEnos · 11 years ago
  90. e5f9cf9 still another fix to README by Tatu Saloranta · 11 years ago
  91. 1d29e0f minor cleanup for jdk serializer mapping by Tatu Saloranta · 11 years ago
  92. 24d2a6c minor fix to README by Tatu Saloranta · 11 years ago
  93. cb5bc2d and still more refactoring by Tatu Saloranta · 11 years ago
  94. f6bcef7 Remove ClassDeserializer; now implemented as variation of FromStringDeserializer by Tatu Saloranta · 11 years ago
  95. a569a15 minor refactoring by Tatu Saloranta · 11 years ago
  96. 4a74985 bit more pruning; combining 10 key deserializers into one by Tatu Saloranta · 11 years ago
  97. 6a8b73a Yet more pruning by Tatu Saloranta · 11 years ago
  98. 889dbc8 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  99. 2d05246 ... by Tatu Saloranta · 11 years ago
  100. f6c1824 minor pom refactoring by Tatu · 11 years ago