1. 2dbfab0 Merge branch '2.4' by Cowtowncoder · 10 years ago
  2. edf8674 A small fix related to https://github.com/FasterXML/jackson-module-jaxb-annotations/issues/33 by Cowtowncoder · 10 years ago
  3. 655d2a1 Minor improvements to MappingIterator, preparing for sub-classability (initially for CSV) by Tatu Saloranta · 10 years ago
  4. 5e3ec00 Improve creation of MappingIterator by ObjectReader, to allow for sub-classing by Tatu Saloranta · 10 years ago
  5. 3f674c2 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  6. 23328aa Fix #245 by Tatu Saloranta · 10 years ago
  7. 98f2090 minor test addition by Tatu Saloranta · 10 years ago
  8. f6850c3 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  9. bcccd3e Fix #592 by Tatu Saloranta · 10 years ago
  10. f76a76e Merge branch '2.4' by Tatu Saloranta · 10 years ago
  11. 7471116 minor tweak to #590 by Tatu Saloranta · 10 years ago
  12. 8422f13 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  13. 2fd20c5 Fix #590 by Tatu Saloranta · 10 years ago
  14. 4eebc59 Add a unit test to help verify 588 by Tatu Saloranta · 10 years ago
  15. 1397def Implement #527 by Tatu Saloranta · 10 years ago
  16. 2705b17 more work on supporting Map/include values by Tatu Saloranta · 10 years ago
  17. c2892f9 ... and yet more tweaking by Tatu Saloranta · 10 years ago
  18. 908a08b minor fix to contextualization by Tatu Saloranta · 10 years ago
  19. 7b5694b Refactoring to try to (eventually) solve #357; still problematic wrt contextualization, infinite recursion by Tatu Saloranta · 10 years ago
  20. 1861b09 bit more access for maps-vs-null-values by Tatu Saloranta · 10 years ago
  21. a902cad minor exception message improvement by Tatu Saloranta · 10 years ago
  22. 75617a2 Merge pull request #587 from christophercurrie/single-arg-implicits by Tatu Saloranta · 10 years ago
  23. 7c4b2fc Fixup Scala-like test by Christopher Currie · 10 years ago
  24. 76731bc Add annotation-access support for #527 by Tatu Saloranta · 10 years ago
  25. 5dba16a Minor cleanup, ensuring SettableAnyProperty is properly JDK serializable by Tatu Saloranta · 10 years ago
  26. afda9e2 minor trimming, trying to diagnose #538 by Tatu Saloranta · 10 years ago
  27. 03d2a47 ... by Tatu Saloranta · 10 years ago
  28. 099e0cf ... by Tatu Saloranta · 10 years ago
  29. 26bfb0c Add test for #538 by Tatu Saloranta · 10 years ago
  30. 393172f Adding bit more testing for #581 by Tatu Saloranta · 10 years ago
  31. b5dd785 Update release notes wrt #528 by Tatu Saloranta · 10 years ago
  32. 0b3cf99 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  33. d8be8ad Fix #571 by Tatu Saloranta · 10 years ago
  34. 0ac3e86 Merge pull request #581 from fleebytes/master by Tatu Saloranta · 10 years ago
  35. ac2b202 fixes #528 - Code refactoring to eliminate duplicate code between by David Fleeman · 10 years ago
  36. 315ceb2 Fixes #528 - Added another set of unit tests for EXISTING_PROPERTY by David Fleeman · 10 years ago
  37. 3a7ceb2 Fixes #528 - Add support for As.EXISTING_PROPERTY inclusion mechanism by David Fleeman · 10 years ago
  38. ef5c5d3 Bit of additional cleanup for 2.5, #580 by Cowtowncoder · 10 years ago
  39. 440aff0 Merge branch '2.4' by Cowtowncoder · 10 years ago
  40. c28f74c Fix #580 by Cowtowncoder · 10 years ago
  41. 079690a Add a test for #580 by Cowtowncoder · 10 years ago
  42. 7542a4b Merge branch '2.4' by Cowtowncoder · 10 years ago
  43. bfbb661 Fix jackson-core#158: "Setter confusion on assignable types"; wrong equals() in MemberKey.java by Cowtowncoder · 10 years ago
  44. abbcd0a Remove accidental System.err.println()s from unit tests by Cowtowncoder · 10 years ago
  45. ebfa5d8 Travis-CI: Java7, and 2.4 branch by Christopher Currie · 10 years ago
  46. 3afaa74 Actually, previous commit was for #560, which is now implemented by Tatu Saloranta · 10 years ago
  47. 4406790 Additional fix wrt #572 by Tatu Saloranta · 10 years ago
  48. 2e9defe Fix #572 by Tatu Saloranta · 10 years ago
  49. f078ebb Add a text for #572 by Tatu Saloranta · 10 years ago
  50. 64fd181 Start using `JsonGenerator.writeStartArray(int)` (introduced in 2.4) by Tatu Saloranta · 10 years ago
  51. 2e980c0 try to reproduce a bug by Tatu Saloranta · 10 years ago
  52. e39ce3e Allow retaining of supported type for ToStringSerializer by Cowtowncoder · 10 years ago
  53. d92567f Merge branch '2.4' by Cowtowncoder · 10 years ago
  54. c271fbc Tiny tweak for 2.4: since additions really should only be in minor updates (2.5), let's not yet mark old method as deprecated here, to avoid compiler warnings (i.e. hiding the diff until 2.5) by Cowtowncoder · 10 years ago
  55. 17ab26b Cleaning up #576 slightly; add another related fluent-style method by Cowtowncoder · 10 years ago
  56. 23c749c Merge branch '2.4' by Cowtowncoder · 10 years ago
  57. b11eafa Merge branch '2.4' by Tatu Saloranta · 10 years ago
  58. 3261453 update release notes by Tatu Saloranta · 10 years ago
  59. 46249bd Merge pull request #576 from adstro/2.4 by Tatu Saloranta · 10 years ago
  60. 11c4512 Fix typo in javadoc by Adam Stroud · 10 years ago
  61. e381bc8 Restore of version of addMixin call, and add to new fluent method to ensure binary-comaptibility by Adam Stroud · 10 years ago
  62. d2ec3c9 Add fluent API for adding mixins by Adam Stroud · 10 years ago
  63. add3cc3 Fix #408 by Tatu Saloranta · 10 years ago
  64. 746c43a Unit test cleanup by Tatu Saloranta · 10 years ago
  65. ff761fb ... by Cowtowncoder · 10 years ago
  66. 044bb5a Work towards sub-classable ObjectReader (for CSV) by Cowtowncoder · 10 years ago
  67. 01266da Minor changes to support overridability, eventually to be used by CSV module by Cowtowncoder · 10 years ago
  68. fb1d103 Merge fix for #570 in master (2.5) by Cowtowncoder · 10 years ago
  69. 8e2901e add a test wrt #570 in master by Cowtowncoder · 10 years ago
  70. 9973218 Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 10 years ago
  71. d9c92cd [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  72. 1f5dc0a [maven-release-plugin] prepare release jackson-databind-2.4.3 by Tatu Saloranta · 10 years ago
  73. 5e799a2 Fix #570 by Tatu Saloranta · 10 years ago
  74. a4849c1 prepare for 2.4.3 by Tatu Saloranta · 10 years ago
  75. 0f5816d javadoc improvements by Tatu Saloranta · 10 years ago
  76. 2bfcd73 stylistics by Cowtowncoder · 10 years ago
  77. 9eafdd8 javadoc improvement by Cowtowncoder · 10 years ago
  78. 02f5f42 minor improvement to Enum serialization; allow Shape.ARRAY as an alias for 'use number (index)' by Cowtowncoder · 10 years ago
  79. 30239f9 Fixed #559 by Tatu Saloranta · 10 years ago
  80. 067791b javadoc fix by Tatu Saloranta · 10 years ago
  81. 7b4c0fa stylistic fixup by Tatu Saloranta · 10 years ago
  82. 255405e robustification for a unit test by Tatu Saloranta · 10 years ago
  83. 9b69681 warnings cleanup by Tatu Saloranta · 10 years ago
  84. 234c109 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  85. 6fc1974 Add one more unit test for Map.Entry handling by Cowtowncoder · 10 years ago
  86. 10f4422 Fix #565: add support for `Map.Entry` by Cowtowncoder · 10 years ago
  87. 2944617 Initial work to support Map.Entry; now serialization works, some improvements to type handling as well by Cowtowncoder · 10 years ago
  88. e217f43 ... by Tatu Saloranta · 10 years ago
  89. d0cc247 Fixed #113F by Tatu Saloranta · 10 years ago
  90. 6a1e6a9 minor tweaking on a test by Tatu Saloranta · 10 years ago
  91. ca99065 Implement #540 by Tatu Saloranta · 10 years ago
  92. c86fb3a Start implementing #540 by Tatu Saloranta · 10 years ago
  93. 750ccda Implement #133 by Cowtowncoder · 10 years ago
  94. c717c2f Fix #556 (minor regression during 2.5.0-SNAPSHOT, not included in any of released versions) by Cowtowncoder · 10 years ago
  95. e2f78f2 Unit test refactoring fixes by Cowtowncoder · 10 years ago
  96. 46566e1 Unit test fixes by Cowtowncoder · 10 years ago
  97. 6b4127d test refactoring by Tatu Saloranta · 10 years ago
  98. b23ede1 Start working on even more improvements to bean property introspection by Cowtowncoder · 10 years ago
  99. ac956c1 Add a test to verify that #557 isn't a real bug by Tatu Saloranta · 10 years ago
  100. 0bbb924 Add a unit test repro for #556 by Tatu Saloranta · 10 years ago