1. 2fd8748 Add a unit test for #663 by Tatu Saloranta · 10 years ago
  2. 14e9104 Merge branch '2.5' by Tatu Saloranta · 10 years ago
  3. 44df4d2 Fixed #674 by Tatu Saloranta · 10 years ago
  4. fbe9aab Clean up #154 unit test, closing issue itself as not-valid. by Cowtowncoder · 10 years ago
  5. 0522186 further unit test refactoring by Cowtowncoder · 10 years ago
  6. 10b5d48 Merge branch '2.5' by Cowtowncoder · 10 years ago
  7. a6443b2 Fixed #669 by Cowtowncoder · 10 years ago
  8. 4ad54cd ... by Cowtowncoder · 10 years ago
  9. 1730a8f bit more test refactoring by Cowtowncoder · 10 years ago
  10. 34855d7 Test refactoring: move not-failing-anymore tests as part of regular suite by Cowtowncoder · 10 years ago
  11. 5d141be Refactor #669 test slightly by Cowtowncoder · 10 years ago
  12. 38573ad Merge branch '2.5' by Cowtowncoder · 10 years ago
  13. 74c8f97 Update release notes wrt #671 by Cowtowncoder · 10 years ago
  14. 8c36f1c Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 10 years ago
  15. ac041f2 Add additional polymorphic test for JSOG deserialization by Jeff Schnitzer · 10 years ago
  16. 9236000 Minor reworking to use 2.5-added JsonParser methods for (slightly) more efficient bean deserialization by Cowtowncoder · 10 years ago
  17. 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
  18. 3b041e3 Fix #667 by Tatu Saloranta · 10 years ago
  19. 36b227a Add a test for #661; now works (assuming `writeString()` changed to `writeFieldName()`) by Tatu Saloranta · 10 years ago
  20. 28c4ada Verified #594 works for 2.5.0, improved access handling by Tatu Saloranta · 10 years ago
  21. 5a3c89e Small typo by Matthew Dean · 10 years ago
  22. 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
  23. 8c3cfb8 try reproducing an issue from core (175), but no problem found. by Cowtowncoder · 10 years ago
  24. 6599f9f Change String collections to use JsonParser.nextTextValue() by Tatu Saloranta · 10 years ago
  25. 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
  26. dfa1b44 Fix #299 by Cowtowncoder · 10 years ago
  27. 57a51dc Increate maximum desc length for "unknown property" exception from 200 chars to 1000 by Tatu Saloranta · 10 years ago
  28. c2d5258 Improve error messaging for non-static inner classes that try to declare @JsonCreator constructors by Tatu Saloranta · 10 years ago
  29. a574308 One new as-array+creator test by Tatu Saloranta · 10 years ago
  30. c4b6c61 Implemented #165: Add `DeserializationContext.getContextualType()` which can be called by contextual deserializers to know nominal type for them, without needing to decipher it from `BeanProperty` by Tatu Saloranta · 10 years ago
  31. 53d4c4c Slightly improved javadoco for `ObjectMapper.readValue()` by Tatu Saloranta · 10 years ago
  32. 7fc3238 Improve error message for unresolved subtype ids. by Tatu Saloranta · 10 years ago
  33. 442a26a Improve javadocs wrt #628 by Tatu Saloranta · 10 years ago
  34. 2b917fc Implement #596 by Tatu Saloranta · 10 years ago
  35. f0a3a86 Start work on #596 to get in 2.5.0 by Cowtowncoder · 10 years ago
  36. 257ae1c Fix #660 by Cowtowncoder · 10 years ago
  37. 1eae322 More warnings cleanup by Cowtowncoder · 10 years ago
  38. b44ebe4 Warnings cleanup, minor refactoring of XMLGregorianCalendarSerializer by Cowtowncoder · 10 years ago
  39. d3722c6 Comment out 2.4-only fix for SimpleObjectIdResolver by Cowtowncoder · 10 years ago
  40. c194ea5 Add a (failing) test for #660 by Tatu Saloranta · 10 years ago
  41. daa3a33 Add tests for handling JsonCreator.Mode.DISABLED, as well as basic handling (modules probably should use it too) by Tatu Saloranta · 10 years ago
  42. 7824b90 Add a unit test to test that #659 does not exist by Tatu Saloranta · 10 years ago
  43. 3ca520b Add a failing test for #312 (no time to work on for 2.5, hope to do in 2.6; non-trivial to solve) by Cowtowncoder · 10 years ago
  44. c15e779 Add `AnnotatedMember.getContext()` to help in access of class annotations, from within `AnnotatedMember` by Cowtowncoder · 10 years ago
  45. 7febe16 Add notes wrt #490. Bit wary of fixing this in 2.5, in case old 2.4 annotations jar found its way in classpath... by Cowtowncoder · 10 years ago
  46. babd8cb minor javadoc changes by Tatu Saloranta · 10 years ago
  47. 42ef5bb Fixed #653 by Tatu Saloranta · 10 years ago
  48. cb13a6f Add alternate property name mangling impl code; but need to discuss more first before starting to use (one new test fail) by Tatu Saloranta · 10 years ago
  49. 499a7b6 Implemented #654 by Tatu Saloranta · 10 years ago
  50. 662dc3d Unit test improvements for ObjectWriter.writeValues() by Tatu Saloranta · 10 years ago
  51. bb77388 Merge branch '2.4' by Cowtowncoder · 10 years ago
  52. 7ec59e4 Fix #656 for 2.4 as well by Cowtowncoder · 10 years ago
  53. 966dd97 Add unit test for #656 by Cowtowncoder · 10 years ago
  54. 5b9f87c minor cleanup by Cowtowncoder · 10 years ago
  55. 5ee6591 Complete #655 implementation (add `ObjectWriter.writeValues()`) by Tatu Saloranta · 10 years ago
  56. a199cbd Refactoring to make ObjectWriter more robust by Tatu Saloranta · 10 years ago
  57. f144070 Add a convenience "no-op" filter implementation by Cowtowncoder · 10 years ago
  58. 4a06170 Fixes to sequence writing; changed naming to be more consistent with 'readValues()' (hence, 'writeValues()'), by Tatu Saloranta · 10 years ago
  59. 333f5ac Complete initial SequenceWriter implementation. To be tested. by Tatu Saloranta · 10 years ago
  60. ab554d5 Starting to work on adding SequenceWriter, counterpart to MappingIterator on reader side by Tatu Saloranta · 10 years ago
  61. 377aab0 Some work wrt #588; minor refactoring to support custom ObjectWriter sub-classes by Tatu Saloranta · 10 years ago
  62. 10a485b Add notes wrt 2.6 changes for future reference by Tatu Saloranta · 10 years ago
  63. b478c79 Still tweaking bean property handling for deser by Tatu Saloranta · 10 years ago
  64. e440b71 Try to streamline property handling for deser by Tatu Saloranta · 10 years ago
  65. ead4e32 Fix #47, one of oldest open bugs (yay!): support @JsonValue for Map keys by Tatu Saloranta · 10 years ago
  66. 63b33fb Fix #647 by Cowtowncoder · 10 years ago
  67. b1d3406 Add test to verify #647 by Cowtowncoder · 10 years ago
  68. 0e4faee Add unit test for #650 by Cowtowncoder · 10 years ago
  69. e715545 Minor fix to #426 unit test (problem itself still persists) by Cowtowncoder · 10 years ago
  70. 761c9ae Updates wrt #566 by Tatu Saloranta · 10 years ago
  71. 9144f66 Merge pull request #568 from mressler/master by Tatu Saloranta · 10 years ago
  72. 7af425f ... by Cowtowncoder · 10 years ago
  73. 24a10cc small performance optimization by Cowtowncoder · 10 years ago
  74. 25c5d04 minor tweak by Cowtowncoder · 10 years ago
  75. 917e722 Minor test improvement for #646 by Tatu Saloranta · 10 years ago
  76. 4958db5 Fix #646 for 2.5, too risky for backport. by Tatu Saloranta · 10 years ago
  77. 84ccc5d Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  78. f9c0b2f ... by Tatu Saloranta · 10 years ago
  79. 8e52c3e Minor additional tests by Tatu Saloranta · 10 years ago
  80. 541bd3b Add a test to reproduce #646 by Tatu Saloranta · 10 years ago
  81. f4cde11 fix a doc typo by Cowtowncoder · 10 years ago
  82. 839bbd6 Added polymorphic test for #622; somewhat surprisingly it passes right away... by Tatu Saloranta · 10 years ago
  83. 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
  84. e78d39d trivial simplification by Tatu Saloranta · 10 years ago
  85. 2ef09f8 Trying to repro #615 by Cowtowncoder · 10 years ago
  86. 9b8220b Added release notes wrt #631 by Cowtowncoder · 10 years ago
  87. 73a87db Complete #638 implementation by Cowtowncoder · 10 years ago
  88. 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
  89. 6f5cf62 Further work on general-purpose virtual properties (not quite complete yet) by Tatu Saloranta · 10 years ago
  90. 7d791d6 Additional unit test: ok to not have object id by Tatu Saloranta · 10 years ago
  91. 05eaea9 minor javadoc fix by Tatu Saloranta · 10 years ago
  92. f1cb79b Small refactoring by Tatu Saloranta · 10 years ago
  93. 80674fe Minor fixes to support inclusion criteria for attribute-backed props by Tatu Saloranta · 10 years ago
  94. c25fbfc minor clean up related to attribute-backed virtual properties by Tatu Saloranta · 10 years ago
  95. 0ccedce First part of #638, adding support for including attribute-backed virtual properties by Cowtowncoder · 10 years ago
  96. 2c67dce Continue implementing JsonAppend by Tatu Saloranta · 10 years ago
  97. ed617ab Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 10 years ago
  98. ede7d3e Start to work on @JsonAppend by Tatu Saloranta · 10 years ago
  99. 9ee8c71 Merge pull request #637 from mspiegel/noclassdeffound-fix by Tatu Saloranta · 10 years ago
  100. cb57727 Remove unneeded exception signature from unit test. by Michael Spiegel · 10 years ago