1. e196174 Implement [JACKSON-764], programmatic way to set root name to use for root-wrapping by Tatu Saloranta · 13 years ago
  2. 1a7c6f9 javadoc cleanup by Tatu Saloranta · 13 years ago
  3. 675d62a Fixed [JACKSON-763], problems with convertValue() to List<byte[]> by Tatu Saloranta · 13 years ago
  4. 37914e6 And bit of deserializer refactoring too by Tatu Saloranta · 13 years ago
  5. 197c58d Serializer-side refactoring by Tatu Saloranta · 13 years ago
  6. b8f2c02 Refactoring by Tatu Saloranta · 13 years ago
  7. 8958048 Implemented [JACKSON-437]; allow type id to be passed to POJO (via @JsonTypeInfo.visible=true) by Tatu Saloranta · 13 years ago
  8. bcda191 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
  9. b2a9ca7 Javadoc cleanup, removing pre-2.0 @since annotations by Tatu Saloranta · 13 years ago
  10. cbbfbd3 Implement [JACKSON-748], ability to register subtypes from modules by Tatu · 13 years ago
  11. 2ebd69a Implemented [JACKSON-747]; ability to reconfigure ObjectReader, ObjectWriter with Features. by Tatu · 13 years ago
  12. 0804a57 unit test cleanup by Tatu · 13 years ago
  13. 8be5ba0 Start work on [JACKSON-747], per-call changing of Ser/DeserConfig Features (like WRAP_ROOT_VALUE) by Tatu Saloranta · 13 years ago
  14. ed06eea ... by Tatu Saloranta · 13 years ago
  15. 4c7bf29 test refactoring; all 3 failing cases now in 'failing' package (need to disable at some point) by Tatu Saloranta · 13 years ago
  16. d61c921 test refactoring by Tatu · 13 years ago
  17. 3af61ff ... by Tatu · 13 years ago
  18. 9e6c28f Fix [JACKSON-712], inability to use Injectables with delegation constructor by Tatu · 13 years ago
  19. de0c33f Renaming of AnnotationIntrospector methods to be (more) consistent by Tatu · 13 years ago
  20. 6066826 ... by Tatu · 13 years ago
  21. dfed924 Completed major rewrite of handling of on/off features for ObjectMapper/SerConfig/DeserConfig by Tatu · 13 years ago
  22. 3108d85 LAst config cleanups of the day by Tatu Saloranta · 13 years ago
  23. d2613e9 And more refactoring: configs are now immutable by Tatu Saloranta · 13 years ago
  24. b3123a7 ... by Tatu Saloranta · 13 years ago
  25. eaedfb7 Still more config changes by Tatu Saloranta · 13 years ago
  26. 5087f97 yet more config clean up (?) by Tatu Saloranta · 13 years ago
  27. c733a7f Yet more config refactoring by Tatu Saloranta · 13 years ago
  28. 4beb90c Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
  29. cbfafc6 Start work on [JACKSON-730] for databind by Tatu Saloranta · 13 years ago
  30. bc4153e Implemented [JACKSON-718] by Tatu · 13 years ago
  31. fc1e1ad cleanup by Tatu · 13 years ago
  32. b1c6394 ... by Tatu Saloranta · 13 years ago
  33. beb73f7 Implemented [JACKSON-528], change signature of treeToValue() by Tatu Saloranta · 13 years ago
  34. b249b70 Implemented [JACKSON-721]; simpler creation of SimpleModule by Tatu Saloranta · 13 years ago
  35. 28ff1a9 Implement [JACKSON-546] by Tatu Saloranta · 13 years ago
  36. ee6e3d1 ... by Tatu Saloranta · 13 years ago
  37. 4489c26 Complete [JACKSON-756] fix for 2.0.0 by Tatu Saloranta · 13 years ago
  38. a7013c4 Work on full fix for [JACKSON-756], one more case to handle by Tatu · 13 years ago
  39. 1681ed1 ... by Tatu · 13 years ago
  40. 333a7f2 Starting to fix [JACKSON-756] by Tatu · 13 years ago
  41. 3a7cf58 Fix [JACKSON-757] by Tatu · 13 years ago
  42. a97f06e Add unit test for [JACKSON-757] by Tatu · 13 years ago
  43. f7c45bf Implemented [JACKSON-754]: Support for annotation bundles with @JacksonAnnotationsInside by Tatu Saloranta · 13 years ago
  44. fd9690c Start work on [JACKSON-754], "annotation bundles" by Tatu Saloranta · 13 years ago
  45. a2b5937 minor javadoc fixes by Tatu Saloranta · 13 years ago
  46. 91965175 yet more trivial cleanup by Tatu Saloranta · 13 years ago
  47. bb8d4b6 cleanup by Tatu Saloranta · 13 years ago
  48. fe7e30d Javadoc additions by Tatu Saloranta · 13 years ago
  49. 7f5cc15 javadoc improvements by Tatu Saloranta · 13 years ago
  50. 78dddb9 Add DeserializationContext.getAnnotationIntrospector() convenience method by Tatu Saloranta · 13 years ago
  51. 7555fa2 Implemented [JACKSON-690]: pass DeserializationContext to ValueInstantiator.createXxx methods by Tatu Saloranta · 13 years ago
  52. 2aa6484 Implement [JACKSON-751], add @JsonInclude by Tatu Saloranta · 13 years ago
  53. 52a9244 Fixed issues uncovered with handling of contextual serializers (was not always resolving ContextualSerializers properly) by Tatu Saloranta · 13 years ago
  54. dfec150 Working on [JACKSON-736] by Tatu Saloranta · 13 years ago
  55. 071a170 Add 'ContainerSerializer' as a shared base class, with new 'getContentType()' method by Tatu Saloranta · 13 years ago
  56. a03e0eb Implemented [JACKSON-732] for 2.0 by Tatu Saloranta · 13 years ago
  57. 15fb6ff Implement [JACKSON-710]: avoid wrapping/unwrapping with ObjectMapper.convertValue() by Tatu Saloranta · 13 years ago
  58. 16b79a5 minor javadoc cleanup by Tatu Saloranta · 13 years ago
  59. 4dc01e7 Completed [JACKSON-669] implementation by Tatu Saloranta · 13 years ago
  60. 0a0ce59 First working version of prefix-for-unwrapped; may want to generalize to allow other kinds of name mangling strategies by Tatu Saloranta · 13 years ago
  61. 4e7c470 Completed [JACKSON-695] implementation with tests. by Tatu · 13 years ago
  62. 418a239 Adding unit tests for verifying 'isEmpty()', custom null value serialization by Tatu · 13 years ago
  63. 56e8e6c Starting to add support for customizable 'is-empty' handling by Tatu · 13 years ago
  64. ae1c98e Fix [JACKSON-746] for 2.0 by Tatu · 13 years ago
  65. 9813d84 Add a unit test against [JACKSON-746] by Tatu · 13 years ago
  66. 2b5cfe7 ... by Tatu · 13 years ago
  67. edb39af Add support for modules to access ref back to ObjectMapper by Tatu · 13 years ago
  68. e454981 ... by Tatu · 13 years ago
  69. 703bf4a Implement [JACKSON-749]: Make @JsonValue the canonical serialization of Enums, so that deserializer also uses it by Tatu Saloranta · 13 years ago
  70. 0aef72d Minor improvements to handling of boolean values (allow long values) by Tatu · 13 years ago
  71. ba0470f Merged [JACKSON-712] fix in, with proper 2.0 changes by Tatu Saloranta · 13 years ago
  72. 9312ad8 Add little bif of caching for TypeFactory, to reduce cost of JavaType creation by Tatu Saloranta · 13 years ago
  73. 2abae1d TypeFactory cleanup by Tatu Saloranta · 13 years ago
  74. 0344ce0 Remove separate 'isIgnoredXxx' methods; combined into 'hasIgnoralMarker' method in AnnotationIntrospector by Tatu Saloranta · 13 years ago
  75. 1e9c10c Remove CustomSerializerFactory by Tatu Saloranta · 13 years ago
  76. 328fa30 Improve version handling code by Tatu Saloranta · 13 years ago
  77. 285de7a Fix version reading problem by Tatu Saloranta · 13 years ago
  78. 512a05b Added '....module' package in OSGi bundle by Tatu Saloranta · 13 years ago
  79. 530067b Remove @JsonCachable, replace with a method by Tatu Saloranta · 13 years ago
  80. 463614b javadoc cleanup by Tatu Saloranta · 13 years ago
  81. 6d3fc10 Add back support for deserializing JsonLocation (using ValueInstiator, for added style points) by Tatu Saloranta · 13 years ago
  82. 289b58d Improve ValueInstantiator interface to pass enough information to properly construct types (i.e. give DeserializationConfig) by Tatu Saloranta · 13 years ago
  83. 79a126b ... by Tatu Saloranta · 13 years ago
  84. f1c5f8f Refactoring to improve grouping of deserializers by Tatu Saloranta · 13 years ago
  85. ffbadea ... by Tatu Saloranta · 13 years ago
  86. 1f016ed Fix a minor unit test bug by Tatu Saloranta · 13 years ago
  87. c601e63 Fix JavaType.hasGenericTypes(), removed couple of stray deprecated methods by Tatu Saloranta · 13 years ago
  88. a07e548 Removed last existing deprecated methods by Tatu Saloranta · 13 years ago
  89. c3fbb3a Clean up, to get rid of deprecated stuff by Tatu Saloranta · 13 years ago
  90. 65c8369 Try to get unit test report generated by Tatu Saloranta · 13 years ago
  91. 533421e More unit test fixes; joda, xml ones not getting registered by Tatu Saloranta · 13 years ago
  92. d971c49 fix a unit test by Tatu Saloranta · 13 years ago
  93. 252af51 fix hibernate-no-cglib test dep by Tatu Saloranta · 13 years ago
  94. 6e21fbf Adding test deps, only hibernate giving trouble... by Tatu Saloranta · 13 years ago
  95. a63c203 Add unit tests, almost compilable by Tatu Saloranta · 13 years ago
  96. 2f82344 ... by Tatu Saloranta · 13 years ago
  97. df6302f More reshuffling by Tatu Saloranta · 13 years ago
  98. fcb1c25 Eliminated JsonSerializableWithType, by moving method down to JsonSerializable by Tatu Saloranta · 13 years ago
  99. d92c1ed More refactoring: moving JavaType to databind; other smaller clean up by Tatu Saloranta · 13 years ago
  100. d1e678e Last pieces of the first round of refactoring: again compiles, may work by Tatu Saloranta · 13 years ago