1. 223ceda Update deploy credentials, deploy after success by Christopher Currie · 10 years ago
  2. 96b8a66 minor test refactoring by Tatu Saloranta · 10 years ago
  3. 3118fa0 typo fix by Tatu · 10 years ago
  4. 054467f Fix #428 by Tatu · 10 years ago
  5. 365c29b Groundwork for addressing renaming of explicit names with PropertyNamingStrategy by Tatu · 10 years ago
  6. 34accc0 ... by Tatu · 10 years ago
  7. 1ab4fda Improve unit testing to reproduce issue #428 by Tatu · 10 years ago
  8. 907c375 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu · 10 years ago
  9. 3104667 minor fix for ObjectIdInfo defaulting by Tatu · 10 years ago
  10. 6b89162 Trying to make StdDateFormat use Locale, if defined by Tatu Saloranta · 10 years ago
  11. c3929f4 unit test refactorign by Tatu Saloranta · 10 years ago
  12. 6da83fc ... by Tatu Saloranta · 10 years ago
  13. 278083b Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  14. 8d6fa48 Fixed #359 for 2.4 by Tatu Saloranta · 10 years ago
  15. 354f300 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu · 10 years ago
  16. 2fff97b minor cleanup by Tatu · 10 years ago
  17. 81017b9 test cleanup, remove obsolete tests for #138 by Tatu Saloranta · 10 years ago
  18. 77f4497 Add a note wrt #176 being implemented by Tatu Saloranta · 10 years ago
  19. 1847015 Implemented #149 by Tatu Saloranta · 10 years ago
  20. 0a4251a Added #323 unit test: appears to pass with 2.4.0-SNAPSHOT (master). by Tatu Saloranta · 10 years ago
  21. 301ea2d Minor code cleanup; should produce better error message for #354 by Tatu Saloranta · 10 years ago
  22. 478d4a4 Implement #375 by Tatu Saloranta · 10 years ago
  23. 9f6638d unit test refactoring by Tatu Saloranta · 10 years ago
  24. 9036ebc Implement #335 by Tatu Saloranta · 10 years ago
  25. 1881327 Work on #422 by Tatu Saloranta · 10 years ago
  26. 11f7811 Fixed #369 by Tatu Saloranta · 10 years ago
  27. fa535ea yet more refactoring, hopefully done for now by Tatu Saloranta · 10 years ago
  28. 247a3da refactoring by Tatu Saloranta · 10 years ago
  29. fdf3a91 refactoring handling of forward-references by Tatu Saloranta · 10 years ago
  30. 02a6394 ... by Tatu Saloranta · 10 years ago
  31. 54d60b4 Fixed #390; trying to trim forward-ref implementation slightly to remove non-static inner classes by Tatu Saloranta · 10 years ago
  32. 473e5b0 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  33. c4a1444 Merge pull request #423 from sergeymetallic/patch-1 by Tatu Saloranta · 10 years ago
  34. 2ba4b7f ... by Tatu Saloranta · 10 years ago
  35. 152fa8d merge test to master by Tatu Saloranta · 10 years ago
  36. cf31515 bit more testing for JsonPointer by Tatu Saloranta · 10 years ago
  37. a6ed7f7 Clean up test for #47; have a look at how implement, realizing that it's... a pain to implement. by Tatu Saloranta · 10 years ago
  38. 5df4c4e Update notes wrt #353 by Tatu Saloranta · 10 years ago
  39. 9b99cfe Improve unit testing for trees vs polymorphic by Tatu Saloranta · 10 years ago
  40. 9a3bf6c Update CalendarSerializer.java by sergeymetallic · 10 years ago
  41. 397e457 update release notes by Tatu Saloranta · 10 years ago
  42. f457284 update dep by Tatu Saloranta · 10 years ago
  43. 5448e5e Minor improvement to handling of JsonGenerator.close() on exception case by Tatu Saloranta · 10 years ago
  44. 03a49b1 Fix #420 also for master by Tatu Saloranta · 10 years ago
  45. 95a9ccc warnings cleanup by Tatu Saloranta · 10 years ago
  46. 0946809 ... by Tatu Saloranta · 10 years ago
  47. a5810c2 ... by Tatu · 10 years ago
  48. cf2fcfe Minor improvement to earlier #412 fix by Tatu Saloranta · 10 years ago
  49. 1bed6c2 Fix #412 in master by Tatu Saloranta · 10 years ago
  50. f0a2158 Add a (failing) unit test for #412 by Tatu Saloranta · 10 years ago
  51. 2deb76d Fix a prob b/w positive/negative inf parsing by Tatu Saloranta · 10 years ago
  52. 06a6ebf Fix #411 for master by Tatu Saloranta · 10 years ago
  53. 3ca881e Add notes regarding #407 by Tatu Saloranta · 10 years ago
  54. 5ad9622 Merge pull request #407 from wpalmeri/null-deser-cleanup by Tatu Saloranta · 10 years ago
  55. 72ce52f Merge branch 'custom-id-resolution' of https://github.com/pgelinas/jackson-databind into pgelinas-custom-id-resolution by Tatu · 10 years ago
  56. 7d0445b Travis CI config by Christopher Currie · 10 years ago
  57. 556e33a Merge pull request #410 from pgelinas/xmlIssue104 by Tatu Saloranta · 10 years ago
  58. 5abbb53 Removed buffering during object id resolution, no longer needed. Fixes FasterXML/jackson-dataformat-xml#104 by Pascal Gélinas · 10 years ago
  59. 43603cc Merging #409 from 2.3 by Tatu · 10 years ago
  60. e602790 tests for custom null deser with collections by Will Palmeri · 10 years ago
  61. 25bf1a3 Add a unit test for #408 by Tatu · 10 years ago
  62. b1283aa ... by Tatu · 10 years ago
  63. a4f093f Fixing #406 by Tatu · 10 years ago
  64. 342bebe add an extra (now failing) unit test for external type id, visible=true by Tatu · 10 years ago
  65. fe7c82d Add a unit test reproducing an issue with custom id resolver, external property by Tatu · 10 years ago
  66. b0cfd43 Fix deserialization of null values for collection/array type deserializers by Will Palmeri · 10 years ago
  67. 1fc74a7 Implement #405 by Tatu Saloranta · 10 years ago
  68. acb9aa5 ... by Tatu Saloranta · 10 years ago
  69. 3a446df Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  70. ea2d74f Add a unit test wrt #382 by Tatu Saloranta · 10 years ago
  71. 0cdf42f Enable (and test) single-arg boolean constructors by Christopher Currie · 10 years ago
  72. 184cae3 Implementation of custom object id resolution. by Pascal Gélinas · 10 years ago
  73. 5e21d2e Bit more rearranging; trying to reduce use of inner classes for shared things (only leave inner classes for private use) by Tatu Saloranta · 10 years ago
  74. dcdc5e4 Fix #398 for mainline (2.4) by Tatu Saloranta · 10 years ago
  75. 434ccfa Merge pull request #397 from Mgamerz/patch-1 by Tatu Saloranta · 10 years ago
  76. 02dd668 Update README.md by Mgamerz · 10 years ago
  77. cda5faf ... by Tatu Saloranta · 10 years ago
  78. ee9b7aa Merge pull request #396 from benson-basis/master by Tatu Saloranta · 10 years ago
  79. bfbeaab documentation for deserialization versus polymorhism. by Benson Margulies · 10 years ago
  80. bc188e3 Merge pull request #394 from pgelinas/custom-object-id-serialization by Tatu Saloranta · 10 years ago
  81. 77d24c7 Merge pull request #395 from pgelinas/cachable-delegate by Tatu Saloranta · 10 years ago
  82. 5c02410 Made DelegatingDeserializer also delegate isCachable by default. Fixes FasterXML/jackson-dataformat-xml#93 by Pascal Gélinas · 10 years ago
  83. 06cc19b Support for custom object id serialization by subclasses. Mainly to support FasterXML/jackson-dataformat-xml#81. by Pascal Gélinas · 10 years ago
  84. 991d17f ... by Tatu Saloranta · 10 years ago
  85. 4fb35f8 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  86. 87dc318 ... by Tatu Saloranta · 10 years ago
  87. 6839a5d .. by Tatu · 10 years ago
  88. f4b6730 silly little stylistic tweaking by Tatu Saloranta · 10 years ago
  89. cd61052 Working on being able to plug-in SerializableString replacements for 2.4 by Tatu Saloranta · 10 years ago
  90. 7f61f62 Merge pull request #388 from pgelinas/forward-reference by Tatu Saloranta · 10 years ago
  91. 37c8d4e Moved failing tests to failing package. by Pascal Gélinas · 10 years ago
  92. d75f2e7 Added type information to unresolved forward reference exception thrown at end of processing. by Pascal Gélinas · 10 years ago
  93. 10f8907 Added failing test about defensive copying with object id. by Pascal Gélinas · 11 years ago
  94. 0da9a30 Added specific tests for ArrayBlockingQueue and EnumMap based deserialization with object id. by Pascal Gélinas · 11 years ago
  95. 3a92b12 Added assertion for unresolved id check. by Pascal Gélinas · 11 years ago
  96. 6cbeaf4 Reworked unit test to avoid some duplication. by Pascal Gélinas · 11 years ago
  97. 1743f00 Added unit test for ordering being kept even with forward reference handling. by Pascal Gélinas · 11 years ago
  98. 993292c Fixed Map deserialization with forward reference not keeping ordering. by Pascal Gélinas · 11 years ago
  99. 647cb68 Added JsonLocation info in exception thrown for object id check at end of processing. by Pascal Gélinas · 11 years ago
  100. 096e02b Added check at end of processing to ensure all object ids are resolved. by Pascal Gélinas · 11 years ago