1. 7126f55 update release notes for 2.1.2/3/4 by Tatu Saloranta · 12 years ago
  2. 3db76ba Adding test to try to reproduce #186. by Tatu Saloranta · 12 years ago
  3. cc1c78b ... by Tatu Saloranta · 12 years ago
  4. 6dd78d0 Implement #180 in master by Tatu Saloranta · 12 years ago
  5. f22ff12 ... by Tatu Saloranta · 12 years ago
  6. fed8e8f ... by Tatu Saloranta · 12 years ago
  7. 03a1e41 unit test for #180 by Tatu Saloranta · 12 years ago
  8. 6a540c1 Make delegating (de)serializer properly delegate resolve() by Tatu Saloranta · 12 years ago
  9. cc73752 Improvements to Converter, added StdConverter base class by Tatu Saloranta · 12 years ago
  10. cb95653 remove compiler warnings by Tatu Saloranta · 12 years ago
  11. f2a2d4d Fix handling of String[] deserializer, to allow customization as expected. by Tatu Saloranta · 12 years ago
  12. 06bd799 Cleanup; adding one more test case... by Tatu Saloranta · 12 years ago
  13. 9fb0c8d Complete #125 implementation by Tatu Saloranta · 12 years ago
  14. 329b50c Fix a minor problem with converters, was using wrong delegate type by Tatu Saloranta · 12 years ago
  15. e1e19f5 More work on converting deserializers by Tatu Saloranta · 12 years ago
  16. 3ff5344 cleanup of eclipse warnings by Tatu Saloranta · 12 years ago
  17. 6751d13 Refactoring to demote more stuff in DatabindContext by Tatu Saloranta · 12 years ago
  18. 9439a31 More work on converters for deserialization; now passes 2/6 of new tests. Also adding 'DatabindContext', shared base class for DeserializationContext, SerializerProvider by Tatu Saloranta · 12 years ago
  19. 56e8445 add unit tests for converting deserializers (5, failing) by Tatu Saloranta · 12 years ago
  20. 362a994 Start working on converting deserializers by Tatu Saloranta · 12 years ago
  21. 5912764 fixing polymorphic updateValue by Tatu Saloranta · 12 years ago
  22. 3fb6ea8 Merge pull request #179 from markwoon/master by Tatu Saloranta · 12 years ago
  23. 6939434 Fix broken links. by Mark Woon · 12 years ago
  24. 8353c73 Implement #173 by Tatu Saloranta · 12 years ago
  25. 63ff547 Refactoring tests for #171, as they are failing, and may not be fixed immediately by Tatu Saloranta · 12 years ago
  26. 02c4523 Merge pull request #172 from stevenschlansker/map-unwrap by Tatu Saloranta · 12 years ago
  27. d74554d Merge pull request #175 from bramp/master by Tatu Saloranta · 12 years ago
  28. 5044e7d Update src/main/java/com/fasterxml/jackson/databind/JsonMappingException.java by Andrew Brampton · 12 years ago
  29. 841d581 ... by Tatu Saloranta · 12 years ago
  30. 3f237f8 ... by Tatu Saloranta · 12 years ago
  31. 4a196c7 Unit test for [JACKSON-890] by Tatu Saloranta · 12 years ago
  32. 908a8d5 @JsonUnwrapped does not unwrap Map values as it would unwrap any other type by Steven Schlansker · 12 years ago
  33. c89a8b7 ... by Tatu Saloranta · 12 years ago
  34. e13574d more cleanup, wrt deserializer registration by Tatu Saloranta · 12 years ago
  35. c8fbc80 Refactoring to try to reduce amount of mandatory initializations by Tatu Saloranta · 12 years ago
  36. 94fb249 ... by Tatu Saloranta · 12 years ago
  37. db53194 Fix #170 by Tatu Saloranta · 12 years ago
  38. be97826 Completed (?) #124 implementation: now Converters seem to work ok by Tatu Saloranta · 12 years ago
  39. 5c7fb35 yet more work on #124 by Tatu Saloranta · 12 years ago
  40. 637ea1c more work on #124, support MapSerializer by Tatu Saloranta · 12 years ago
  41. d5daa45 Working on #124, serializer converters by Tatu Saloranta · 12 years ago
  42. 0bf72a0 add a null check for AnnotatedField by Tatu Saloranta · 12 years ago
  43. 81c9937 Javadoc cleanup by Tatu Saloranta · 12 years ago
  44. e2c61b5 Fixing part of #97 by Tatu Saloranta · 12 years ago
  45. acdaaa9 test improvement by Tatu Saloranta · 12 years ago
  46. 332a9e2 Start work on converters for serialization; adding annotations by Tatu Saloranta · 12 years ago
  47. 96cae17 Fix #167 by Tatu Saloranta · 12 years ago
  48. d76af29 ... by Tatu Saloranta · 12 years ago
  49. 629beaf Merge pull request #167 from cheddar/master by Tatu Saloranta · 12 years ago
  50. 4140deb 1) Commit failing unit test that shouldn't be failing by Eric Tschetter · 12 years ago
  51. 232da2c Changes to work with new and improved TreeNode by Tatu Saloranta · 12 years ago
  52. d224319 Fixing #166 by Tatu Saloranta · 12 years ago
  53. ab93e9d ... by Tatu Saloranta · 12 years ago
  54. 86e5133 improve error message by Tatu Saloranta · 12 years ago
  55. a8671b1 Merge pull request #163 from ming13/readme-syntax-highlighting by Tatu Saloranta · 12 years ago
  56. fb53adc Use syntax highlighting in the readme file. by Artur Dryomov · 12 years ago
  57. f93ee97 Verify that [JACKSON-677] is also fixed by Tatu Saloranta · 12 years ago
  58. 94cc594 Fix [JACKSON-887] by Tatu Saloranta · 12 years ago
  59. 5c6c9b0 .. by Tatu Saloranta · 12 years ago
  60. 5d0159b add a unit test for problems with type resolution by Tatu Saloranta · 12 years ago
  61. 1c08c85 Merge pull request #162 from fge/master by Tatu Saloranta · 12 years ago
  62. 8640b59 ... by Tatu Saloranta · 12 years ago
  63. 82fc90d JsonNodeFactory: work around an old bug with BigDecimal and zero by Francis Galiegue · 12 years ago
  64. de9e284 Add unit test for StackTraceElement deserializer, wrt [JACKSON-888], can not reproduce issue by Tatu Saloranta · 12 years ago
  65. 25bb40c Fix #130 in mainline (for 2.2) by Tatu Saloranta · 12 years ago
  66. 192c1dc Implemented #148 by Tatu Saloranta · 12 years ago
  67. 56c9e8f test cleanup by Tatu Saloranta · 12 years ago
  68. f6c2494 Implemented #161 by Tatu Saloranta · 12 years ago
  69. e54b748 Fix a regression bug caused by immutability changes to OBjectNode by Tatu Saloranta · 12 years ago
  70. 5bc805d Merge pull request #155 from fge/master by Tatu Saloranta · 12 years ago
  71. de7e924 Implemented #159 by Tatu Saloranta · 12 years ago
  72. 6d5772d update CREDITS by Tatu Saloranta · 12 years ago
  73. 3bde5be Fixing issue 157 by Tatu Saloranta · 12 years ago
  74. 83dc2d1 Make ObjectNode final by Francis Galiegue · 12 years ago
  75. 645c6ab ArrayNode: make it final by Francis Galiegue · 12 years ago
  76. 59b6f7f Merge pull request #153 from fge/master by Tatu Saloranta · 12 years ago
  77. 8338867 ObjectNode: remove unneeded constructor by Francis Galiegue · 12 years ago
  78. 2daf811 ArrayNode: remove unneeded constructor by Francis Galiegue · 12 years ago
  79. 84a8920 ObjectNode: make _children final by Francis Galiegue · 12 years ago
  80. 1b8b422 ArrayNode: make _children final by Francis Galiegue · 12 years ago
  81. d9b4117 Merge pull request #151 from Airborn/master by Tatu Saloranta · 12 years ago
  82. 815dbec Added failing test for object deserialization based on id by Jacek Jackowiak · 12 years ago
  83. 08529d5 ... by Tatu Saloranta · 12 years ago
  84. a795fa2 Fix #118 by Tatu Saloranta · 12 years ago
  85. 6c03c65 Merge pull request #145 from fge/master by Tatu Saloranta · 12 years ago
  86. 469b272 JsonNode: add abstract .getNodeType() method, make all .isXxx() methods final by Francis Galiegue · 12 years ago
  87. bacc969 Add a JsonNodeType enum by Francis Galiegue · 12 years ago
  88. aee4ed2 update pom by Tatu Saloranta · 12 years ago
  89. 6f93156 ... by Tatu Saloranta · 12 years ago
  90. df7c73a Merge pull request #147 from christophercurrie/value-instantiator by Tatu Saloranta · 12 years ago
  91. bfec720 Defer incomplete ValueInstantiator build errors. by Christopher Currie · 12 years ago
  92. f6ce07d Update release notes wrt #146 by Tatu Saloranta · 12 years ago
  93. 5b8c26f Merge pull request #146 from christophercurrie/rename-creator-properties by Tatu Saloranta · 12 years ago
  94. 4c0ef09 Rename creator properties in _renameProperties() by Christopher Currie · 12 years ago
  95. 4f62fed mark issue #126 (JDK->1.6) implemented by Tatu Saloranta · 12 years ago
  96. 99d9d18 ... by Tatu Saloranta · 12 years ago
  97. cddd7a7 Merge pull request #144 from fge/missingnodefix by Tatu Saloranta · 12 years ago
  98. dcc5439 MissingNode: fix bug in is{Value,Container,MissingNode}() contract by Francis Galiegue · 12 years ago
  99. f1700cc and remove unnecessary file by Tatu Saloranta · 12 years ago
  100. 4efb7c6 Yet more work on cleaning up version handling by Tatu Saloranta · 12 years ago