1. 75098b7 Fix #1351 by Tatu Saloranta · 8 years ago
  2. b72b56c Further work on deferring forcing of access (to reduce likelihood of unnecessary calls), this time for serialization side by Tatu Saloranta · 8 years ago
  3. 8dbf55f Cleaning up #877 fix for 2.8.3, by deferring access-forcing at a later point by Tatu Saloranta · 8 years ago
  4. e9ade49 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  5. e4b261e ... by Tatu Saloranta · 8 years ago
  6. b2ccdee Fix #877 by Tatu Saloranta · 8 years ago
  7. d71de54 minor comments cleanup by Tatu Saloranta · 8 years ago
  8. eb5007b minor test cleanup by Tatu Saloranta · 8 years ago
  9. facb2c0 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  10. 627a74f indentation cleanup by Tatu Saloranta · 8 years ago
  11. 041e57f Merge branch '2.7' by Tatu Saloranta · 8 years ago
  12. bbd8190 Fix #1362 by Tatu Saloranta · 8 years ago
  13. 8fa9cb7 Fix #1361 by Tatu Saloranta · 8 years ago
  14. ee10eec Merge branch '2.7' by Tatu Saloranta · 8 years ago
  15. 1d930db Fix #1359 by Tatu Saloranta · 8 years ago
  16. 1ca7576 Fixed #1353 by Tatu Saloranta · 8 years ago
  17. f08748f Trying to reproduce #1353, not succeeding by Tatu Saloranta · 8 years ago
  18. d00e63c Test refactoring/reorg to group related JDK type deser tests together more closely by Tatu Saloranta · 8 years ago
  19. c22d5c5 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  20. 761d563 [maven-release-plugin] prepare release jackson-databind-2.8.2 by Tatu Saloranta · 8 years ago
  21. 650a3ca prepare for 2.8.2 by Tatu Saloranta · 8 years ago
  22. c49891b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  23. 9fc0276 [maven-release-plugin] prepare release jackson-databind-2.7.7 by Tatu Saloranta · 8 years ago
  24. 507ed93 prepare for 2.7.7 by Tatu Saloranta · 8 years ago
  25. 9598db5 ... by Tatu Saloranta · 8 years ago
  26. cc40586 minor refactoring, rename new feature as `FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY` by Tatu Saloranta · 8 years ago
  27. 3636e8b Merge branch '2.7' by Tatu Saloranta · 8 years ago
  28. 07b6d66 Fix #1344 by Tatu Saloranta · 8 years ago
  29. 351b754 Change default setting wrt #1341 for 2.8.x (to enabled); may change once we switch master to be 2.9.0-SNAPSHOT by Tatu Saloranta · 8 years ago
  30. 44bc080 Merge pull request #1341 from ckuhn/master by Tatu Saloranta · 8 years ago
  31. d4a2092 Fix #1315 by Tatu Saloranta · 8 years ago
  32. 61a829a Fix #1327 by Tatu Saloranta · 8 years ago
  33. 84d6872 minor improvements to (still failing) test by Tatu Saloranta · 8 years ago
  34. 747f000 improve #1327 test by Tatu Saloranta · 8 years ago
  35. dd55294 minor test change by Tatu Saloranta · 8 years ago
  36. 815b7a8 Added FAIL_ON_EXTERNAL_TYPE_ID_MISSING_PROPERTY deser property by Connor Kuhn · 8 years ago
  37. 30b3edc Merge pull request #1340 from stephlag/patch-1 by Tatu Saloranta · 8 years ago
  38. 4883d16 Fix misleading javadoc for PascalCaseStrategy by Stephan L · 8 years ago
  39. 74260b5 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  40. e979bc5 Add first test for #1327; passes with 2.7 by Tatu Saloranta · 8 years ago
  41. 2d80120 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  42. 0aa6486 Update release notes for #1332, backport in 2.7.7 by Tatu Saloranta · 8 years ago
  43. 02a803a Merge pull request #1332 from fizmax/index-out-of-bound-enum-index-deser by Tatu Saloranta · 8 years ago
  44. 6adce38 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  45. 2936ba5 Fix #1322 by Tatu Saloranta · 8 years ago
  46. 20a1b7c update release notes by Tatu Saloranta · 8 years ago
  47. 8602a5b Merge pull request #1335 from cky/always-call-getdescforknowntypeids by Tatu Saloranta · 8 years ago
  48. 841d7ca Unconditionally call TypeIdResolver.getDescForKnownTypeIds by Chris Jester-Young · 8 years ago
  49. 7f6dcbc Fixed ArrayIndexOutOfBoundException when deserializing enum by index same as enum number of values by Max Drobotov · 8 years ago
  50. af91d91 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  51. 958c824 Add failing test case for #1322 by Tatu Saloranta · 8 years ago
  52. e4dd521 move #1311 under failing; not sure if it's valid, but shouldn't block build by Tatu Saloranta · 8 years ago
  53. e5792f6 more minor unit test changes by Tatu Saloranta · 8 years ago
  54. 668b3be minor simplifications for #1298 test by Tatu Saloranta · 8 years ago
  55. 24cdbde Merge pull request #1310 from JeffQuandt/master by Tatu Saloranta · 8 years ago
  56. 5b5c3c3 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  57. cca37af [maven-release-plugin] prepare release jackson-databind-2.7.6 by Tatu Saloranta · 8 years ago
  58. 174c78f prepare for 2.7.6 by Tatu Saloranta · 8 years ago
  59. bc80f8e Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 8 years ago
  60. 00f5131 Adding reproduction test case for https://github.com/FasterXML/jackson-databind/issues/1298 by JeffQuandt · 8 years ago
  61. 06c513f Merge pull request #1299 from liyuj/master by Tatu Saloranta · 8 years ago
  62. 4996562 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  63. a73a89c Fix problem reported in #1299 for 2.7 by Tatu Saloranta · 8 years ago
  64. fd893c2 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  65. 24166ac Fix #1307 by Tatu Saloranta · 8 years ago
  66. be64ad5 ... by Tatu Saloranta · 8 years ago
  67. 30ef982 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  68. 111e86d [maven-release-plugin] prepare release jackson-databind-2.8.1 by Tatu Saloranta · 8 years ago
  69. 68e8afd ... that is, prepare for _2.8.1_ by Tatu Saloranta · 8 years ago
  70. 45565cd prepare for 2.8.0 by Tatu Saloranta · 8 years ago
  71. 1fb9804 ... and remove the test, turns out its usage, not bug by Tatu Saloranta · 8 years ago
  72. 20748cc Add a failing test for #1300 by Tatu Saloranta · 8 years ago
  73. 7ad860a add failing test for #639 by Tatu Saloranta · 8 years ago
  74. 2adc987 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  75. 099f36a minor test refactorings for type-related tests by Tatu Saloranta · 8 years ago
  76. 3befdf9 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  77. c62d8c7 Fix #1301 by Tatu Saloranta · 8 years ago
  78. 11b1323 Fixed #1302 by Tatu Saloranta · 8 years ago
  79. 48a71ab Update DateDeserializers.java by liyuj · 8 years ago
  80. f84f461 Update DateDeserializers.java by liyuj · 8 years ago
  81. 2d2f0c7 minor changes to try to ensure cobertura tests pass (mysterious problem with DocumentBuilderFactory) by Tatu Saloranta · 8 years ago
  82. db0eadb Fixed #1297 by Tatu Saloranta · 8 years ago
  83. 26f2669 test refactoring by Tatu Saloranta · 8 years ago
  84. 83d7139 Actual #1291 fix (previous commit was for tests) by Tatu Saloranta · 8 years ago
  85. b3f623f Fix #1291 by Tatu Saloranta · 8 years ago
  86. f7e476e Fix #1256 by Tatu Saloranta · 8 years ago
  87. 9c2e89b Add failing test for #1291 by Tatu Saloranta · 8 years ago
  88. 07569c7 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  89. f6fbed5 Backport #1288 fix by Tatu Saloranta · 8 years ago
  90. c4ecc55 Update release notes wrt #1288 by Tatu Saloranta · 8 years ago
  91. 6a7931c Minor fix to non-working earlier optimization for creating ArrayList/HashMap by Tatu Saloranta · 8 years ago
  92. c9909b2 Merge pull request #1295 from libetl/bugfix/externalTypeId1288 by Tatu Saloranta · 8 years ago
  93. 9f5cfb9 #1288 applying JACKSON-831 on the BuilderBasedDeserializer by libetl · 8 years ago
  94. db776be ... by Tatu Saloranta · 8 years ago
  95. a0714d7 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  96. 81929fa [maven-release-plugin] prepare release jackson-databind-2.8.0 by Tatu Saloranta · 8 years ago
  97. 0d12389 prepare for 2.8.0 by Tatu Saloranta · 8 years ago
  98. dad2e3e Fixing build failures due to changes (which may be reverted) to JsonParserSequence by Tatu Saloranta · 8 years ago
  99. 07cc3c6 remove accidentally added system.err calls by Tatu Saloranta · 8 years ago
  100. 6fa940a One last thing for #1277, add `TypeFactory.withCache(...)` method. by Tatu Saloranta · 8 years ago