1. 3686421 Undo removal of methods deprecated in 2.5, to be remove in 2.7 to give one more version for migration. by Cowtowncoder · 10 years ago
  2. a6943ec Start #725 implementation; works for simple case, need to work on allowing overrides by Tatu Saloranta · 10 years ago
  3. 8022285 Add a (failing) test for implicit multi-arg-creator test, support to be added in 2.6 by Tatu Saloranta · 10 years ago
  4. d9fdb7f remove old cglib-compat tests by Tatu Saloranta · 10 years ago
  5. dcc2653 Simplify EnumDeserializer to reduce amount of casting by Tatu Saloranta · 10 years ago
  6. 7dec2a5 Mark EnumDeserializer as standard deserializer (annotation was accidentally missing) by Tatu Saloranta · 10 years ago
  7. 0c67d72 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  8. 5064a89 minor test cleanup: commenting out 'orphan' test by Tatu Saloranta · 10 years ago
  9. 612f6fc Add a test for #676 by lunaticare · 10 years ago
  10. 935ccaf Merge branch '2.5' by Cowtowncoder · 10 years ago
  11. 66e8ac6 Javadoc improvements: add a note to MapperFeature#CAN_OVERRIDE_ACCESS_MODIFIERS indicating that disabling can have drastic performance consequences. by Cowtowncoder · 10 years ago
  12. d7d31ca Minor improvement to handling of custom value instantiator, for delegating creator by Cowtowncoder · 10 years ago
  13. 37879ab Fix #312 by Tatu Saloranta · 10 years ago
  14. f7270ed refactoring wrt #312 by Tatu Saloranta · 10 years ago
  15. 9039a9b Refactoring to prepare for fixing #312 by Tatu Saloranta · 10 years ago
  16. 9a233d9 unit test improvement (wrt #312) by Tatu Saloranta · 10 years ago
  17. 540213f Improve javadocs as per #711 by Cowtowncoder · 10 years ago
  18. 2ea58d2 warnings cleanup by Cowtowncoder · 10 years ago
  19. 7dc587d Merge branch '2.5' by Cowtowncoder · 10 years ago
  20. 6e7744d ... by Cowtowncoder · 10 years ago
  21. 0d9ab5b Merge branch '2.5' by Cowtowncoder · 10 years ago
  22. 466f706 Fix #705 for 2.5.2 by Cowtowncoder · 10 years ago
  23. 43f2f31 Merge branch '2.5' by Cowtowncoder · 10 years ago
  24. 6262dd7 Last refactoring wr #706, to make new base class public for other uses too by Cowtowncoder · 10 years ago
  25. bf59bfb More refactoring wrt #706 by Cowtowncoder · 10 years ago
  26. 52a49b8 Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
  27. 7d6f62a Merge pull request #706 from ciderale/jsonschema-support-jsonunwrapped by Tatu Saloranta · 10 years ago
  28. ac63c91 ... by Cowtowncoder · 10 years ago
  29. 84e7900 Merge branch '2.5' by Cowtowncoder · 10 years ago
  30. e57b7c2 Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
  31. cc05493 Fixed #707 by Cowtowncoder · 10 years ago
  32. 0b05963 support json schema generation for @JsonUnwrapped (#271) by Alain Lehmann · 10 years ago
  33. 618e4f3 Merge branch '2.5' by Cowtowncoder · 10 years ago
  34. 195e9b5 Backport #703 fix by Francisco by Cowtowncoder · 10 years ago
  35. 54e23a9 Proposed fix for issue #703 by Francisco A. Lozano · 10 years ago
  36. 7fee92e Fixed #700 (cannot change default Map, List) by Cowtowncoder · 10 years ago
  37. d22b735 Merge branch '2.5' by Cowtowncoder · 10 years ago
  38. bff35ba Add a (failing) test for #700: most likely can only fix in 2.6 by Cowtowncoder · 10 years ago
  39. 605dbd6 fix a test compilation problem by Tatu Saloranta · 10 years ago
  40. fc7bd42 Merge branch '2.5' by Tatu Saloranta · 10 years ago
  41. 6290eef Fixed #691 by Tatu Saloranta · 10 years ago
  42. a69bd56 ... by Tatu Saloranta · 10 years ago
  43. 960e49e Minor improvements to error reporting, related to work on #691 by Tatu Saloranta · 10 years ago
  44. e4ece74 Fix #696 in 2.5(.1) by Cowtowncoder · 10 years ago
  45. 7e507d1 Fixed #696 by Cowtowncoder · 10 years ago
  46. 7108f58 Merge branch '2.5' by Cowtowncoder · 10 years ago
  47. 14d979d Try to reproduce #691, no luck yet. by Cowtowncoder · 10 years ago
  48. 474c010 Merge branch '2.5' by Cowtowncoder · 10 years ago
  49. 4a9919c Remove obsolete copyright notice (the only remaining case) by Cowtowncoder · 10 years ago
  50. e03122b Merge branch '2.5' by Tatu Saloranta · 10 years ago
  51. 206bd1c ... by Tatu Saloranta · 10 years ago
  52. 03f63fd Merge branch '2.4' into 2.5 by Tatu Saloranta · 10 years ago
  53. d01f207 Add a unit test that tries to reproduce #692 by Tatu Saloranta · 10 years ago
  54. 457caf6 Minor optimization for TokenBuffer by Cowtowncoder · 10 years ago
  55. 9fae262 Merge branch '2.5' by Tatu Saloranta · 10 years ago
  56. 102abfb Incremental work for #633, to suppress serialization of null type id, if possible (not possible with as-array wrapper)_ by Tatu Saloranta · 10 years ago
  57. 8f09606 Trying to work on removing profiler-pointed hot spot form construction. by Cowtowncoder · 10 years ago
  58. 0db6ae3 Add a test for #687 by Cowtowncoder · 10 years ago
  59. 35201a7 Merge branch '2.5' by Cowtowncoder · 10 years ago
  60. ae3f01b Fix #684 by Cowtowncoder · 10 years ago
  61. 8d0d6e4 Robustify handling of iso-8601 date parsing by Cowtowncoder · 10 years ago
  62. 5c0064f remove typing from Integer/Long serializers as well by Tatu Saloranta · 10 years ago
  63. d8c38bb Merge branch '2.5' by Tatu Saloranta · 10 years ago
  64. 00bb11e Fix #682 by Tatu Saloranta · 10 years ago
  65. 1710240 Fix #678 by Tatu Saloranta · 10 years ago
  66. 512d5cc Merge branch '2.5' by Tatu Saloranta · 10 years ago
  67. ae101c6 start work on #678 by Tatu Saloranta · 10 years ago
  68. 9a22347 simplify TokenBuffer method signatures by Tatu Saloranta · 10 years ago
  69. 288206b streamline unwrapped-handlign a bit by Tatu Saloranta · 10 years ago
  70. 5af602c Make PropertyName construction go via .construct() method (for most cases) by Tatu Saloranta · 10 years ago
  71. 58b47db Added ObjectWriter.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper) overload by Cowtowncoder · 10 years ago
  72. 2fd8748 Add a unit test for #663 by Tatu Saloranta · 10 years ago
  73. 14e9104 Merge branch '2.5' by Tatu Saloranta · 10 years ago
  74. 44df4d2 Fixed #674 by Tatu Saloranta · 10 years ago
  75. fbe9aab Clean up #154 unit test, closing issue itself as not-valid. by Cowtowncoder · 10 years ago
  76. 0522186 further unit test refactoring by Cowtowncoder · 10 years ago
  77. 10b5d48 Merge branch '2.5' by Cowtowncoder · 10 years ago
  78. a6443b2 Fixed #669 by Cowtowncoder · 10 years ago
  79. 4ad54cd ... by Cowtowncoder · 10 years ago
  80. 1730a8f bit more test refactoring by Cowtowncoder · 10 years ago
  81. 34855d7 Test refactoring: move not-failing-anymore tests as part of regular suite by Cowtowncoder · 10 years ago
  82. 5d141be Refactor #669 test slightly by Cowtowncoder · 10 years ago
  83. 38573ad Merge branch '2.5' by Cowtowncoder · 10 years ago
  84. 74c8f97 Update release notes wrt #671 by Cowtowncoder · 10 years ago
  85. 8c36f1c Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 10 years ago
  86. ac041f2 Add additional polymorphic test for JSOG deserialization by Jeff Schnitzer · 10 years ago
  87. 9236000 Minor reworking to use 2.5-added JsonParser methods for (slightly) more efficient bean deserialization by Cowtowncoder · 10 years ago
  88. 560bd80 Change master to be 2.6.0-SNAPSHOT, after creating 2.5 branch; remove an obsolete groovy-bean test by Cowtowncoder · 10 years ago
  89. 3b041e3 Fix #667 by Tatu Saloranta · 10 years ago
  90. 36b227a Add a test for #661; now works (assuming `writeString()` changed to `writeFieldName()`) by Tatu Saloranta · 10 years ago
  91. 28c4ada Verified #594 works for 2.5.0, improved access handling by Tatu Saloranta · 10 years ago
  92. 5a3c89e Small typo by Matthew Dean · 10 years ago
  93. c5b808b More work on trying to call JsonParser.nextTextValue() for String-valued JSON arrays, to help with XML processing by Tatu Saloranta · 10 years ago
  94. 8c3cfb8 try reproducing an issue from core (175), but no problem found. by Cowtowncoder · 10 years ago
  95. 6599f9f Change String collections to use JsonParser.nextTextValue() by Tatu Saloranta · 10 years ago
  96. 0d60ab4 Add one more unit test for `readValues()`, to ensure it's possible to read POJOs within root-level arrays by Cowtowncoder · 10 years ago
  97. dfa1b44 Fix #299 by Cowtowncoder · 10 years ago
  98. 57a51dc Increate maximum desc length for "unknown property" exception from 200 chars to 1000 by Tatu Saloranta · 10 years ago
  99. c2d5258 Improve error messaging for non-static inner classes that try to declare @JsonCreator constructors by Tatu Saloranta · 10 years ago
  100. a574308 One new as-array+creator test by Tatu Saloranta · 10 years ago