1. eb996aa minor tuning for creators; better leave along for 2.9 now by Tatu Saloranta · 7 years ago
  2. f7df7b6 More creator-handling refactoring... by Tatu Saloranta · 7 years ago
  3. e136065 start minor refactoring of Creator introspection to ensure explicit mode is not accidentally ignored by Tatu Saloranta · 7 years ago
  4. 5ca5907 Add a failing test for #1770 by Tatu Saloranta · 7 years ago
  5. 5ed8707 Fix #1771 by Tatu Saloranta · 7 years ago
  6. 04c777f Merge branch '2.8' into 2.9 by Tatu Saloranta · 7 years ago
  7. 3414458 fix a minor java 8 regression by Tatu Saloranta · 7 years ago
  8. 9a81cf1 Merge branch '2.8' into 2.9 by Tatu Saloranta · 7 years ago
  9. dcfb0cc Fix #1767 by Tatu Saloranta · 7 years ago
  10. a8e7cdf ... by Tatu Saloranta · 7 years ago
  11. 8d0b850 update release notes by Tatu Saloranta · 7 years ago
  12. 1f1a2f5 Merge branch '2.8' into 2.9 by Tatu Saloranta · 7 years ago
  13. 798da68 Fix #1768 by Tatu Saloranta · 7 years ago
  14. 78761f1 Add failing test for #1756 by Tatu Saloranta · 7 years ago
  15. a589ee4 Add bit more coverage to abstract type mapping testing by Tatu Saloranta · 7 years ago
  16. 50047c2 Update release notes/credits wrt #1735 by Tatu Saloranta · 7 years ago
  17. f9ea979 Update to new parent pom to simplify configuration by Tatu Saloranta · 7 years ago
  18. 5254c37 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  19. db38bea [maven-release-plugin] prepare release jackson-databind-2.9.1 by Tatu Saloranta · 7 years ago
  20. 45d4408 Prepare for 2.9.1 by Tatu Saloranta · 7 years ago
  21. 0edca2c Add failing test for #1654 by Tatu Saloranta · 7 years ago
  22. 3ac8ccc Add JDK9 Automatic-Module-Name "com.fasterxml.jackson.databind" by Tatu Saloranta · 7 years ago
  23. 84bbd8e try to fix travis build by Tatu Saloranta · 7 years ago
  24. e54e9e0 Update release notes wrt #1754, minor tweaks by Tatu Saloranta · 7 years ago
  25. 8860630 Merge pull request #1759 from brenuart/gh1754 by Tatu Saloranta · 7 years ago
  26. b308e29 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 7 years ago
  27. 6655a7a Add test for #1759, passes for now (and fails with trivial forced race condition) by Tatu Saloranta · 7 years ago
  28. 28334b7 Reuse Calendar instance during parsing by Bertrand Renuart · 7 years ago
  29. 2eef7a5 Fix #1742 (kind of sort of) by Tatu Saloranta · 7 years ago
  30. 8fda858 Fix #1744 by Tatu Saloranta · 7 years ago
  31. 6ad4b6d Merge pull request #1753 from brenuart/gh1744 by Tatu Saloranta · 7 years ago
  32. 43b11ef Merge pull request #1720 from gregturn/register-modules by Tatu Saloranta · 7 years ago
  33. 0bb4750 Merge pull request #1752 from deki/reintroduce-annotations by Tatu Saloranta · 7 years ago
  34. 4cd4140 Merge pull request #1748 from brenuart/gh1745 by Tatu Saloranta · 7 years ago
  35. f11c8ad Add an option to format TZ offset with or without colon between hours and minutes by Bertrand Renuart · 7 years ago
  36. abb168a Extra test for millis larger than 9 digits by Bertrand Renuart · 7 years ago
  37. eb5fcc5 Merge remote-tracking branch 'origin/master' into gh1745 by Bertrand Renuart · 7 years ago
  38. a6a999c Reintroduce Annotated.annotations() method as deprecated to avoid JAR hell by Dennis Kieselhorst · 7 years ago
  39. 424f56c Fix #1730 by Tatu Saloranta · 7 years ago
  40. f71ba6f Fix #1745 by Tatu Saloranta · 7 years ago
  41. 97134ae Add release notes wrt #1749 by Tatu Saloranta · 7 years ago
  42. 299e2b0 Merge pull request #1750 from brenuart/gh1749 by Tatu Saloranta · 7 years ago
  43. 75a5385 Reuse the calendar instance used during formatting instead of creating a new one at every invocation. by Bertrand Renuart · 7 years ago
  44. e352801 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  45. fc0222b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  46. 0b6e589 [maven-release-plugin] prepare release jackson-databind-2.8.10 by Tatu Saloranta · 7 years ago
  47. 46452bd prepare for 2.8.10 by Tatu Saloranta · 7 years ago
  48. 4a98917 upgrade cobertura version by Tatu Saloranta · 7 years ago
  49. 0537938 remove failing test that was accidentally added by Tatu Saloranta · 7 years ago
  50. 48fc70b Fix #1705 by Tatu Saloranta · 7 years ago
  51. ed5ed4e Cleanup tests (mainly remove obsolete comments) by Bertrand Renuart · 7 years ago
  52. 3d2b8f7 Accept millis larger than 3 characters and truncate to the first three digits. Update deserialisation tests accordingly. by Bertrand Renuart · 7 years ago
  53. 4496926 Add a failing test by Tatu Saloranta · 7 years ago
  54. 02ce588 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  55. ddfddfb Fix #1737 by Tatu Saloranta · 7 years ago
  56. 991ccbe Merge branch '2.8' by Tatu Saloranta · 7 years ago
  57. 6cd5be9 ... by Tatu Saloranta · 7 years ago
  58. f2c445d Fix #1735 by Tatu Saloranta · 7 years ago
  59. 68647e7 Merge pull request #1734 from flowlight0/arraynode-javadoc by Tatu Saloranta · 7 years ago
  60. ba4f42c Fix Javadoc of ArrayNode by Takanori Hayashi · 7 years ago
  61. ca2aae2 Minor fix to make compile on Java 9 by Tatu Saloranta · 7 years ago
  62. 3e59fae ... by Tatu Saloranta · 7 years ago
  63. 9d2cb51 Fix #1725 by Tatu Saloranta · 7 years ago
  64. 8761bcb Minor fix in `DelegatingDeserializer` ctor by Tatu Saloranta · 7 years ago
  65. 03cec37 Make ObjectMapper.registerModules covariant by Greg Turnquist · 7 years ago
  66. 12fe12d [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  67. e969f0a [maven-release-plugin] prepare release jackson-databind-2.9.0 by Tatu Saloranta · 7 years ago
  68. 06b8779 Prepare for 2.9.0 release by Tatu Saloranta · 7 years ago
  69. 23a610d Further improvements related to #1711 to both catch problem AND to allow handling via `DeserializationProblemHandler` by Tatu Saloranta · 7 years ago
  70. 659408c Merge branch '2.8' by Tatu Saloranta · 7 years ago
  71. ce7d1c9 Fix #1711 by Tatu Saloranta · 7 years ago
  72. 9c46132 Minor fix to new/rewritten type handling; solves regression observed by Tatu Saloranta · 7 years ago
  73. 3c8c4fe minor fix to class name for exceptions handling by Tatu Saloranta · 7 years ago
  74. 578a237 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 7 years ago
  75. 1a43f63 Add a non-failing test case for #1699 (should fail, does not quite repro) by Tatu Saloranta · 7 years ago
  76. 407a685 Merge pull request #1708 from johngmyers/fix-javadoc by Tatu Saloranta · 7 years ago
  77. b9f258f Fix method name in javadoc by John Gardiner Myers · 7 years ago
  78. b688919 Fix #1685 by Tatu Saloranta · 7 years ago
  79. 574d2bc Add failing test for #1649 by Tatu Saloranta · 7 years ago
  80. 445bd44 Fix #1690 by Tatu Saloranta · 7 years ago
  81. c64b5a8 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  82. 9c4a7e5 Update javadocs wrt #1702 by Tatu Saloranta · 7 years ago
  83. 5136650 Update release notes wrt #1583 by Tatu Saloranta · 7 years ago
  84. 8f9226b More work on "full value read" by Tatu Saloranta · 7 years ago
  85. ad941cb start working on the last significant 2.9 feature ("read full values") by Tatu Saloranta · 7 years ago
  86. 674502b minor renaming by Tatu Saloranta · 7 years ago
  87. 16d3618 Fixed #1688 by Tatu Saloranta · 7 years ago
  88. e3ecfa3 minor test renamign by Tatu Saloranta · 7 years ago
  89. a717cfe Merge branch '2.8' by Tatu Saloranta · 7 years ago
  90. 27491ae Improve deserialization of exceptions by Tatu Saloranta · 7 years ago
  91. 03cc86b remove accidental `final` by Tatu Saloranta · 7 years ago
  92. d68bc80 Merge pull request #1682 from koppor/fixcannotspellinginsrc by Tatu Saloranta · 7 years ago
  93. 0c88969 Merge pull request #1692 from philleonard/master by Tatu Saloranta · 7 years ago
  94. ce7d017 Complete refactoring of type id seriaization by removing sub-class overrides for now deprecated methods by Tatu Saloranta · 7 years ago
  95. bfd0cdc Consistent use of helper method by Phil Leonard · 7 years ago
  96. 0385824 Fix #1684 by Tatu Saloranta · 7 years ago
  97. 36391cd Merge branch 'typeid-rewrite-2.9' by Tatu Saloranta · 7 years ago
  98. a97baad Add initial #1684 implementation by Tatu Saloranta · 7 years ago
  99. 01bc56b Merge branch '2.8' by Tatu Saloranta · 7 years ago
  100. 872366c Merge branch '2.7' into 2.8 by Tatu Saloranta · 7 years ago