1. 0de486d Update release notes wrt #829 by Cowtowncoder · 9 years ago
  2. 84491a7 Merge pull request #829 from thezerobit/master by Tatu Saloranta · 9 years ago
  3. 6511cc0 Issue #828: Remove extraneous comment by Stephen A. Goss · 9 years ago
  4. cce7f3c Issue #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS by Stephen A. Goss · 9 years ago
  5. 2b3590a Minor cleanup by Tatu Saloranta · 9 years ago
  6. 429f70f Fix #827 with minor modifications by Cowtowncoder · 9 years ago
  7. dd9e751 Merge branch '2.5' by Cowtowncoder · 9 years ago
  8. b4547f8 Tinkering with #827 test by Cowtowncoder · 9 years ago
  9. c5f9d87 Merge branch '2.5' by Cowtowncoder · 9 years ago
  10. 99fc2ec add unit test for #827 to show the problem by Cowtowncoder · 9 years ago
  11. ad598aa Add fix along lines of #777, unit test for verifying by Cowtowncoder · 9 years ago
  12. 3ef01e0 Update release notes wrt #826, change default settings of concurrent map by Cowtowncoder · 9 years ago
  13. 1ae9e57 Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 9 years ago
  14. 6f65b00 Merge pull request #826 from larsp/master by Tatu Saloranta · 9 years ago
  15. c3fdb53 Minor refactoring: move RootNameLookup deeper into configs, to reduce state to copy for ObjectReader by Cowtowncoder · 9 years ago
  16. c4b695c update core dep to rc3-snapshot for testing by Tatu Saloranta · 9 years ago
  17. aed34ba Replaced synchronized HashMap with ConcurrentHashMap by Lars Pfannenschmidt · 9 years ago
  18. c89a98a Fix #824 by Tatu Saloranta · 9 years ago
  19. 332532a Add a unit test for #822, not yet failing. by Tatu Saloranta · 9 years ago
  20. 707db7a Fix #677 by Cowtowncoder · 9 years ago
  21. 44dea1f Minor clean up for #222 fix by Cowtowncoder · 9 years ago
  22. aae4082 Fix #222 by Cowtowncoder · 9 years ago
  23. 93d5900 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  24. f693ae5 [maven-release-plugin] prepare release jackson-databind-2.5.4 by Tatu Saloranta · 9 years ago
  25. 37ea55e Prepare for 2.5.4 by Tatu Saloranta · 9 years ago
  26. 1af020b Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 9 years ago
  27. 0787666 Add release notes wrt #813 by Cowtowncoder · 9 years ago
  28. 2cfcbee [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  29. b9a552c [maven-release-plugin] prepare release jackson-databind-2.6.0-rc2 by Tatu Saloranta · 9 years ago
  30. 48494f8 prepare for 2.6.0-rc2 by Tatu Saloranta · 9 years ago
  31. 21c92fb Add a unit test to verify BeanDeserializerModifier.modifyDeserializer() gets called for every deserializer, including std types by Cowtowncoder · 9 years ago
  32. fbb1c3b Further work on #813, now working; will need to think whether annotation access as-is makes sense, next. by Tatu Saloranta · 9 years ago
  33. 7021a6b minor streamlining by Tatu Saloranta · 9 years ago
  34. c1516a4 One fix wrt #811: Maps were not handling NON_ABSENT; added a test to ensure they now do. by Cowtowncoder · 9 years ago
  35. 08ec397 Refactoring to make #815 cleaner for 2.6 (and remove 2.5 work-around, annotation from ObjectNode); also need to move #636 fix along since it will be triggered at bit later point. by Tatu Saloranta · 9 years ago
  36. 09960de Minor refactoring to (try to) defer resolution/introspection later, to avoid reporting irrelevant issues by Tatu Saloranta · 9 years ago
  37. f38d38f Merge branch '2.5' by Tatu Saloranta · 9 years ago
  38. e9fa042 Update release notes for #816 by Tatu Saloranta · 9 years ago
  39. 6671559 Merge pull request #817 from wingspan/2.5 by Tatu Saloranta · 9 years ago
  40. d314615 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  41. d4923ea update release ntoes as well by Tatu Saloranta · 9 years ago
  42. 6456a9a Fix #815, for specific case of ObjectNode deserializer access. by Tatu Saloranta · 9 years ago
  43. 3cbb7bc Allow date-only ISO strings to have no time zone. #816 by Andrew Goodale · 9 years ago
  44. 04413c7 minor work towards using the new read-only/write-only/read-write access mode indicator by Cowtowncoder · 9 years ago
  45. 06cc8ef Modify #792 test, to be solved via #813 by Tatu Saloranta · 9 years ago
  46. 47a8d25 ... by Tatu Saloranta · 9 years ago
  47. 0194c8c First part of #813: add `AnnotationIntrospector` support for @JsonProperty.access by Tatu Saloranta · 9 years ago
  48. 5b8de22 Add a (failing) test for #736 by Cowtowncoder · 9 years ago
  49. f4a65cb Add a failing test for #806 by Cowtowncoder · 9 years ago
  50. 158e116 Fix #812 by Cowtowncoder · 9 years ago
  51. 1b83366 Merge pull request #807 from christophercurrie/inner-class-reader by Tatu Saloranta · 9 years ago
  52. 72740cd Implement #811, support `JsonInclude.Include.NON_ABSENT` by Cowtowncoder · 9 years ago
  53. 354e139 Fix #810, Properties should now be treated as Map<String,String>, not Map<Object,Object> (quirk by JDK) by Cowtowncoder · 9 years ago
  54. b9c831a Failing test for reading inner class by Christopher Currie · 9 years ago
  55. 1a24cc1 minor cleanup by Cowtowncoder · 9 years ago
  56. 56cb61e Minor improvement wrt #743: ensure that `RawValue` does get correctly propagated, improve `POJONode.toString()` a bit by Tatu Saloranta · 9 years ago
  57. 775634d Merge branch '2.5' by Cowtowncoder · 9 years ago
  58. ea2c9a4 update release notes wrt #801 by Cowtowncoder · 9 years ago
  59. 384e645 Merge branch '2.5' by Cowtowncoder · 9 years ago
  60. 5f09320 Merge pull request #801 from Kamil-Benedykcinski/2.5 by Tatu Saloranta · 9 years ago
  61. 2abf5a3 Fix #734 (error recovery for `ObjectReader.readValues()`) by Cowtowncoder · 9 years ago
  62. de1376e Minor post-merge cleaup by Cowtowncoder · 9 years ago
  63. 458e493 Merge pull request #802 from Kamil-Benedykcinski/master by Tatu Saloranta · 9 years ago
  64. 467a8a1 minor code cleanup by Tatu Saloranta · 9 years ago
  65. d001dfa warnings cleanup by Tatu Saloranta · 9 years ago
  66. 80421fa Using JsonCreator cause generating invalid path reference in JsonMappingException by Kamil Benedykcinski · 9 years ago
  67. 0e8d641 Using JsonCreator cause generating invalid path reference in JsonMappingException by Kamil Benedykcinski · 9 years ago
  68. 4773b89 Using JsonCreator cause generating invalid path reference in JsonMappingException by Kamil Benedykcinski · 9 years ago
  69. a3249d7 Using JsonCreator cause generating invalid path reference in JsonMappingException by Kamil Benedykcinski · 9 years ago
  70. 23e52ab Fix #504 and #797 by Cowtowncoder · 9 years ago
  71. 48a21be minor number test refactoring by Cowtowncoder · 9 years ago
  72. f4d3a82 javadoc improvement by Cowtowncoder · 9 years ago
  73. d2ebacd [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  74. 5286441 [maven-release-plugin] prepare release jackson-databind-2.6.0-rc1 by Tatu Saloranta · 9 years ago
  75. 4bca471 ... by Tatu Saloranta · 9 years ago
  76. 076f2b3 prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
  77. cbc4dc6 Unit test improvements to try to extend coverage by Cowtowncoder · 9 years ago
  78. 3c5989b Minor cleanup: remove unused helper class by Cowtowncoder · 9 years ago
  79. ee1c51a Fix #795 by Cowtowncoder · 9 years ago
  80. f0efb09 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  81. e412926 Add tests wrt #795 by Tatu Saloranta · 9 years ago
  82. 1b9d148 Update javadoc wrt #794 by Tatu Saloranta · 9 years ago
  83. 6709f72 Work on #794: add the feature. by Tatu Saloranta · 9 years ago
  84. ad513ee Fix #77 by Tatu Saloranta · 9 years ago
  85. 01fc9dc minor test refactoring by Tatu Saloranta · 9 years ago
  86. 41e187e ... by Tatu Saloranta · 9 years ago
  87. d52679a Merge branch '2.5' by Tatu Saloranta · 9 years ago
  88. f92a6b3 Merge branch '2.4' into 2.5 by Tatu Saloranta · 9 years ago
  89. a143c05 Fix #793 by Tatu Saloranta · 9 years ago
  90. 3da7c45 ... by Tatu Saloranta · 9 years ago
  91. cb6dddd Fix #296 by Tatu Saloranta · 9 years ago
  92. 4a8c637 Mark old-style json schema generator methods as deprecated by Tatu Saloranta · 9 years ago
  93. dbe68f6 Fix #95 (oldest fixed issue so far for 2.6!) by Tatu Saloranta · 9 years ago
  94. a341904 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  95. 4b9e191 update release notes wrt #792 by Tatu Saloranta · 9 years ago
  96. 0d62e9c Test changes wrt #792 by Tatu Saloranta · 9 years ago
  97. f877926 Merge branch '2.5' by Cowtowncoder · 9 years ago
  98. ba20f65 Minor fix related to #792, may help (but not necessarily fully solve) by Cowtowncoder · 9 years ago
  99. 282cfdf ... by Cowtowncoder · 9 years ago
  100. 3d4e4ec Add a test to show #792 by Cowtowncoder · 9 years ago