1. e5d7769 ... by Tatu Saloranta · 13 years ago
  2. e3ae58e Work on [JACKSON-707], [JACKSON-770]; simplifying JsonNode by Tatu Saloranta · 13 years ago
  3. 00d8158 add bit more complete handling of deser views by Tatu Saloranta · 13 years ago
  4. 5639f34 Completed [JACKSON-608] (Json Views for deserialization), with tests by Tatu Saloranta · 13 years ago
  5. b2d3c7d Bit more work on view handling by Tatu Saloranta · 13 years ago
  6. 65c410c refactoring by Tatu Saloranta · 13 years ago
  7. b471a04 Implement [JACKSON-769], add more chainability for ObjectNode, ArrayNode by Tatu · 13 years ago
  8. 19ab580 Getting back to implement deserialization-with-view by Tatu Saloranta · 13 years ago
  9. fbd795b ... by Tatu Saloranta · 13 years ago
  10. 69e3ed4 Changed the way DeserializerFactory config is handled, less cluttered now by Tatu · 13 years ago
  11. ce32b8a Further refactoring for DeserializerFactories by Tatu · 13 years ago
  12. 9db4d99 Yet more refactoring: making more use of BeanPropertyDefinition by Tatu · 13 years ago
  13. 1dcce98 Bit more renaming for consistency by Tatu · 13 years ago
  14. 5d8d3d2 ... by Tatu · 13 years ago
  15. 20c8080 trying to unify handling by Tatu · 13 years ago
  16. 2fa02ba ... by Tatu · 13 years ago
  17. ea95d70 Still trying to simplify construction of BeanPropertyWriters by Tatu Saloranta · 13 years ago
  18. e40a769 Piping view definitions through by Tatu Saloranta · 13 years ago
  19. 766dc87 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
  20. 2337bfa ... by Tatu Saloranta · 13 years ago
  21. a5cbd79 ... by Tatu Saloranta · 13 years ago
  22. f0929ac Simplify/clean up annotation introspector parts by Tatu · 13 years ago
  23. 0410f9a Further fixes for [JACKSON-757] by Tatu · 13 years ago
  24. 7f1b6ef Add simple tests for [JACKSON-608] by Tatu Saloranta · 13 years ago
  25. 391b198 Starting to work on [JACKSON-608] (views for deser) by Tatu Saloranta · 13 years ago
  26. aaba9c1 Completed (?) major refactoring to give necessary context for Resolvable Serializers, Deserializers. by Tatu Saloranta · 13 years ago
  27. d6f54ff Fix javadocs by Tatu Saloranta · 13 years ago
  28. e142954 Minor javadoc cleanup to reduce references to SerializerCache (which should be hidden from app code) by Tatu · 13 years ago
  29. 857ddd2 Cosmetic refactoring: making Deserializers callbacks more similar, passing same common args by Tatu · 13 years ago
  30. b37ff33 Yet more refactoring, trying to be able to pass DeserializationContext to ContextualDeserializer by Tatu · 13 years ago
  31. bf355ca Yet more refactoring, trying to remove back-refs from DeserializerFactory to context/cache by Tatu · 13 years ago
  32. f0b28a9 ... by Tatu · 13 years ago
  33. 53fb852 Refactoring: make all structured standard deserializers implement proper resolve(), instead of resolving things on construction by Tatu · 13 years ago
  34. db413e1 ... by Tatu · 13 years ago
  35. 9e50422 Deser refactoring, renaming by Tatu · 13 years ago
  36. c9e0c17 Prune some unneeded methods from ObjectMapper by Tatu · 13 years ago
  37. 29be671 Remove DeserializerProvider from calls to Deserializers by Tatu · 13 years ago
  38. 6e6d8c6 moving DeserializerProvider to deser (starting to hide) by Tatu · 13 years ago
  39. e8dc603 cleanup by Tatu Saloranta · 13 years ago
  40. bb802d2 ... by Tatu Saloranta · 13 years ago
  41. 71043a7 cleanup by Tatu Saloranta · 13 years ago
  42. 798390a ... by Tatu Saloranta · 13 years ago
  43. 1826df7 FINALLY fixed handling of nested @JsonUnwrapped+prefix by Tatu · 13 years ago
  44. 85e6356 Fixes to @JsonUnwrapped serialization; now multi-level name transformations work correctly by Tatu · 13 years ago
  45. ab5e0eb Fix a problem with unwrapping serialization; was not working for final classes by Tatu · 13 years ago
  46. ad932ed Add unit tests to reproduce issues with hierarchich/nested @JsonUnwrapped with prefixes by Tatu · 13 years ago
  47. 28bde07 Refactoring: eliminate exposure of BasicBeanDescription (now just base class. BeanDescription) by Tatu Saloranta · 13 years ago
  48. 0e3b383 Removed last remaining unnecessary (pre-2.0) @since tags by Tatu Saloranta · 13 years ago
  49. 920bb4e Completed refactoring of AnnotatedClass, now fully lazily initialized by Tatu Saloranta · 13 years ago
  50. cad9881 refactoring by Tatu Saloranta · 13 years ago
  51. 4fdbd54 Cleaning up AnnotatedClass implementation by Tatu Saloranta · 13 years ago
  52. e196174 Implement [JACKSON-764], programmatic way to set root name to use for root-wrapping by Tatu Saloranta · 13 years ago
  53. 1a7c6f9 javadoc cleanup by Tatu Saloranta · 13 years ago
  54. 675d62a Fixed [JACKSON-763], problems with convertValue() to List<byte[]> by Tatu Saloranta · 13 years ago
  55. 37914e6 And bit of deserializer refactoring too by Tatu Saloranta · 13 years ago
  56. 197c58d Serializer-side refactoring by Tatu Saloranta · 13 years ago
  57. b8f2c02 Refactoring by Tatu Saloranta · 13 years ago
  58. 8958048 Implemented [JACKSON-437]; allow type id to be passed to POJO (via @JsonTypeInfo.visible=true) by Tatu Saloranta · 13 years ago
  59. bcda191 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
  60. b2a9ca7 Javadoc cleanup, removing pre-2.0 @since annotations by Tatu Saloranta · 13 years ago
  61. cbbfbd3 Implement [JACKSON-748], ability to register subtypes from modules by Tatu · 13 years ago
  62. 2ebd69a Implemented [JACKSON-747]; ability to reconfigure ObjectReader, ObjectWriter with Features. by Tatu · 13 years ago
  63. 0804a57 unit test cleanup by Tatu · 13 years ago
  64. 8be5ba0 Start work on [JACKSON-747], per-call changing of Ser/DeserConfig Features (like WRAP_ROOT_VALUE) by Tatu Saloranta · 13 years ago
  65. ed06eea ... by Tatu Saloranta · 13 years ago
  66. 4c7bf29 test refactoring; all 3 failing cases now in 'failing' package (need to disable at some point) by Tatu Saloranta · 13 years ago
  67. d61c921 test refactoring by Tatu · 13 years ago
  68. 3af61ff ... by Tatu · 13 years ago
  69. 9e6c28f Fix [JACKSON-712], inability to use Injectables with delegation constructor by Tatu · 13 years ago
  70. de0c33f Renaming of AnnotationIntrospector methods to be (more) consistent by Tatu · 13 years ago
  71. 6066826 ... by Tatu · 13 years ago
  72. dfed924 Completed major rewrite of handling of on/off features for ObjectMapper/SerConfig/DeserConfig by Tatu · 13 years ago
  73. 3108d85 LAst config cleanups of the day by Tatu Saloranta · 13 years ago
  74. d2613e9 And more refactoring: configs are now immutable by Tatu Saloranta · 13 years ago
  75. b3123a7 ... by Tatu Saloranta · 13 years ago
  76. eaedfb7 Still more config changes by Tatu Saloranta · 13 years ago
  77. 5087f97 yet more config clean up (?) by Tatu Saloranta · 13 years ago
  78. c733a7f Yet more config refactoring by Tatu Saloranta · 13 years ago
  79. 4beb90c Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
  80. cbfafc6 Start work on [JACKSON-730] for databind by Tatu Saloranta · 13 years ago
  81. bc4153e Implemented [JACKSON-718] by Tatu · 13 years ago
  82. fc1e1ad cleanup by Tatu · 13 years ago
  83. b1c6394 ... by Tatu Saloranta · 13 years ago
  84. beb73f7 Implemented [JACKSON-528], change signature of treeToValue() by Tatu Saloranta · 13 years ago
  85. b249b70 Implemented [JACKSON-721]; simpler creation of SimpleModule by Tatu Saloranta · 13 years ago
  86. 28ff1a9 Implement [JACKSON-546] by Tatu Saloranta · 13 years ago
  87. ee6e3d1 ... by Tatu Saloranta · 13 years ago
  88. 4489c26 Complete [JACKSON-756] fix for 2.0.0 by Tatu Saloranta · 13 years ago
  89. a7013c4 Work on full fix for [JACKSON-756], one more case to handle by Tatu · 13 years ago
  90. 1681ed1 ... by Tatu · 13 years ago
  91. 333a7f2 Starting to fix [JACKSON-756] by Tatu · 13 years ago
  92. 3a7cf58 Fix [JACKSON-757] by Tatu · 13 years ago
  93. a97f06e Add unit test for [JACKSON-757] by Tatu · 13 years ago
  94. f7c45bf Implemented [JACKSON-754]: Support for annotation bundles with @JacksonAnnotationsInside by Tatu Saloranta · 13 years ago
  95. fd9690c Start work on [JACKSON-754], "annotation bundles" by Tatu Saloranta · 13 years ago
  96. a2b5937 minor javadoc fixes by Tatu Saloranta · 13 years ago
  97. 91965175 yet more trivial cleanup by Tatu Saloranta · 13 years ago
  98. bb8d4b6 cleanup by Tatu Saloranta · 13 years ago
  99. fe7e30d Javadoc additions by Tatu Saloranta · 13 years ago
  100. 7f5cc15 javadoc improvements by Tatu Saloranta · 13 years ago