1. 9144f66 Merge pull request #568 from mressler/master by Tatu Saloranta · 10 years ago
  2. df9b129 Merge pull request #595 from johnjohndoe/update-release-versions by Tatu Saloranta · 10 years ago
  3. 7af425f ... by Cowtowncoder · 10 years ago
  4. 24a10cc small performance optimization by Cowtowncoder · 10 years ago
  5. 25c5d04 minor tweak by Cowtowncoder · 10 years ago
  6. 917e722 Minor test improvement for #646 by Tatu Saloranta · 10 years ago
  7. 4958db5 Fix #646 for 2.5, too risky for backport. by Tatu Saloranta · 10 years ago
  8. 84ccc5d Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  9. f9c0b2f ... by Tatu Saloranta · 10 years ago
  10. 8e52c3e Minor additional tests by Tatu Saloranta · 10 years ago
  11. 541bd3b Add a test to reproduce #646 by Tatu Saloranta · 10 years ago
  12. f4cde11 fix a doc typo by Cowtowncoder · 10 years ago
  13. 839bbd6 Added polymorphic test for #622; somewhat surprisingly it passes right away... by Tatu Saloranta · 10 years ago
  14. d55cab3 First fix for #622 that seems to work (after minor fixes to test also; id class MUST implement #equals() and #hashCode()!) by Tatu Saloranta · 10 years ago
  15. e78d39d trivial simplification by Tatu Saloranta · 10 years ago
  16. 2ef09f8 Trying to repro #615 by Cowtowncoder · 10 years ago
  17. 9b8220b Added release notes wrt #631 by Cowtowncoder · 10 years ago
  18. 73a87db Complete #638 implementation by Cowtowncoder · 10 years ago
  19. b797b94 Minor fixes wrt 'JsonTypeInfo.defaultImpl()'; Void must mean "deser unknown as null", whereas annotations to be taken as "no default specified". by Cowtowncoder · 10 years ago
  20. 6f5cf62 Further work on general-purpose virtual properties (not quite complete yet) by Tatu Saloranta · 10 years ago
  21. 7d791d6 Additional unit test: ok to not have object id by Tatu Saloranta · 10 years ago
  22. 05eaea9 minor javadoc fix by Tatu Saloranta · 10 years ago
  23. f1cb79b Small refactoring by Tatu Saloranta · 10 years ago
  24. 80674fe Minor fixes to support inclusion criteria for attribute-backed props by Tatu Saloranta · 10 years ago
  25. c25fbfc minor clean up related to attribute-backed virtual properties by Tatu Saloranta · 10 years ago
  26. 0ccedce First part of #638, adding support for including attribute-backed virtual properties by Cowtowncoder · 10 years ago
  27. 2c67dce Continue implementing JsonAppend by Tatu Saloranta · 10 years ago
  28. ed617ab Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  29. ede7d3e Start to work on @JsonAppend by Tatu Saloranta · 10 years ago
  30. 531fac6 Updated release notes wrt #636 by Cowtowncoder · 10 years ago
  31. 9ee8c71 Merge pull request #637 from mspiegel/noclassdeffound-fix by Tatu Saloranta · 10 years ago
  32. cb57727 Remove unneeded exception signature from unit test. by Michael Spiegel · 10 years ago
  33. 95f3fab Use java 6 compatible test dependency. by Michael Spiegel · 10 years ago
  34. ed66aeb deser test for #631 by Tatu Saloranta · 10 years ago
  35. 7329b4a Serialization test for #631 by Tatu Saloranta · 10 years ago
  36. a43e202 Start work on #631 implementation by Tatu Saloranta · 10 years ago
  37. 0239436 Additional test case for NoClassDefFound. by Michael Spiegel · 10 years ago
  38. e7c5420 Unit test of NoClassDefFoundDeserializer. by Michael Spiegel · 10 years ago
  39. 1a037b3 Bug fix for issue 636. by Michael Spiegel · 10 years ago
  40. bf2855e ... and undo the damage by Cowtowncoder · 10 years ago
  41. def9e52 Merge branch '2.4' by Cowtowncoder · 10 years ago
  42. b07c152 remove double-contextualization by Cowtowncoder · 10 years ago
  43. c7bbbe6 Merge branch '2.4' by Cowtowncoder · 10 years ago
  44. 7d4201c Solve the cyclic/untyped-deser problem for 2.4 as well by Cowtowncoder · 10 years ago
  45. a0d1475 add a unit test for cyclic dep problem with untyped deser by Cowtowncoder · 10 years ago
  46. 603991b Fix the problem with dep loop for "untyped" object deserializer by Cowtowncoder · 10 years ago
  47. fd294c0 Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 10 years ago
  48. 5dca503 Minor test refactoring (move straggler object id tests under 'struct') by Cowtowncoder · 10 years ago
  49. 04db8f7 Fix #633 by Tatu Saloranta · 10 years ago
  50. a2e2720 Trying to straighten out resolution/contextualization of 'untyped' deserializer by Cowtowncoder · 10 years ago
  51. 72de08e Fixed #630 by Cowtowncoder · 10 years ago
  52. 078251b Further refinements for cachability handling; nothing with value type deserializer should be cached by Cowtowncoder · 10 years ago
  53. e41a12a Merge branch '2.4' by Cowtowncoder · 10 years ago
  54. 87e4661 Fix #635 by Cowtowncoder · 10 years ago
  55. 64319ad Merge branch '2.4' by Tatu Saloranta · 10 years ago
  56. 35ec0dd [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  57. ecfe3f4 [maven-release-plugin] prepare release jackson-databind-2.4.4 by Tatu Saloranta · 10 years ago
  58. bf7fcdd ... by Tatu Saloranta · 10 years ago
  59. 1425658 Prepare for 2.4.4 by Tatu Saloranta · 10 years ago
  60. 3718b48 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  61. dc115e0 Add another test for #541 by Tatu Saloranta · 10 years ago
  62. 3aea6f5 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  63. 6822f33 include 2.3.4 release notes by Tatu Saloranta · 10 years ago
  64. 45bfcaa Merge branch '2.4' by Tatu Saloranta · 10 years ago
  65. 62c0872 Add a unit test for #626 by Tatu Saloranta · 10 years ago
  66. 2b642b1 ... by Tatu Saloranta · 10 years ago
  67. 4cfa16f Add a (failing) test for #622 by Tatu Saloranta · 10 years ago
  68. 7ae96fd ... by Tatu Saloranta · 10 years ago
  69. 5a49788 Naming improvements by Tatu Saloranta · 10 years ago
  70. 04fdb6e Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  71. cde54a0 trying to ensure array handling works even for 'implied' arrays (xml, soon csv) by Tatu Saloranta · 10 years ago
  72. ce8be4c Merge pull request #625 from arteam/documentation-fix by Tatu Saloranta · 10 years ago
  73. ae3f7b3 Fix an example of Tree model JSON output by Artem Prigoda · 10 years ago
  74. 6870021 A fix related to JsonNode serialization; JsonNode should be JsonSerializable. by Cowtowncoder · 10 years ago
  75. 75ea871 javadoc cleanup by Cowtowncoder · 10 years ago
  76. 46ab7a1 Implement #623 by Cowtowncoder · 10 years ago
  77. d4c6f36 minor code cleanup, to remove a work-around that was needed pre-JDK-1.6 by Cowtowncoder · 10 years ago
  78. 5dfa1e7 Javadoc improvement by Cowtowncoder · 10 years ago
  79. a31670d Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 10 years ago
  80. cdb3257 minor refactoring by Cowtowncoder · 10 years ago
  81. d672b18 Implemented #599, ability to skip duplicate module registrations by Tatu Saloranta · 10 years ago
  82. 8f5a129 Update release notes wrt #427 by Tatu Saloranta · 10 years ago
  83. bae052b Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  84. 1842f60 minor javadoc cleanup by Tatu Saloranta · 10 years ago
  85. f16c95a Merge pull request #620 from smparkes/master by Tatu Saloranta · 10 years ago
  86. 300004b minor typo in javadocs by Steven Parkes · 10 years ago
  87. 067a255 Merge branch '2.4' by Cowtowncoder · 10 years ago
  88. f062a14 ... that is, fixing now :) by Cowtowncoder · 10 years ago
  89. 6005b02 Fix #619 by Cowtowncoder · 10 years ago
  90. e580e92 Fix jdk 1.6 failure by Christopher Currie · 10 years ago
  91. e4edb6e Implement #616 by Tatu Saloranta · 10 years ago
  92. ef4115c Last tweaks wrt #614 by Tatu Saloranta · 10 years ago
  93. a56270a Minor improvement wrt #614 by Tatu Saloranta · 10 years ago
  94. 607dfa7 Add accessor methods for new `@JsonCreator.mode` annotation by Tatu Saloranta · 10 years ago
  95. e1fd0e9 Merge branch '2.4' by Cowtowncoder · 10 years ago
  96. d7a94ed Backport #610 in 2.4(.4), update release notes by Cowtowncoder · 10 years ago
  97. 2a2ae59 Merge pull request #610 from zeitos/fixForwardReferenceInHierarchies by Tatu Saloranta · 10 years ago
  98. afa7122 improve test by Your Name · 10 years ago
  99. e2ff116 impl by Your Name · 10 years ago
  100. 2657ff3 Add test for #609 by Tatu Saloranta · 10 years ago