1. 971c30d Starting to work on node-backed parser/generator implementation. by cowtowncoder · 15 years ago
  2. 7ba2684 Completed [JACKSON-153] implementation: @JsonCreator now works with Map types too by cowtowncoder · 15 years ago
  3. ff9189e Adding 2 unit tests to verify implementation of [JACKSON-153] by cowtowncoder · 15 years ago
  4. c06b041 Refactoring to make @JsonCreator usable with Map types, close to being done. by cowtowncoder · 15 years ago
  5. 3ca38e3 Some groundwork for implementing @JsonCreator for Map types. by cowtowncoder · 16 years ago
  6. 61611f8 Minor refactoring by cowtowncoder · 16 years ago
  7. 2c44469 Adding placeholder for [JACKSON-142], instead of implementing it for 1.3. by cowtowncoder · 16 years ago
  8. 3535c44 Cleaning up compile warnings; commented out 2 obsolete (and now failing) unit tests. by cowtowncoder · 16 years ago
  9. 592aa62 Cleaning up generics for enum resolver (note: need to clean up new compilation warnings, resulting from this cleanup) by cowtowncoder · 16 years ago
  10. ab98d6e Implemented [JACKSON-154], ability to annotate specific deserializer to use for keys, values/contents of properties (not just container itself) by cowtowncoder · 16 years ago
  11. 3b5c3fc Implemented [JACKSON-158], simple checking for direct self-reference induced cycles by cowtowncoder · 16 years ago
  12. 830bac3 ... by cowtowncoder · 16 years ago
  13. 01e6b16 ... by cowtowncoder · 16 years ago
  14. 3eff7cd clean up by cowtowncoder · 16 years ago
  15. e1ee22d Clean up for Eclipse warnings, tests by cowtowncoder · 16 years ago
  16. 00efafb ... by cowtowncoder · 16 years ago
  17. fd8ee05 Add a unit test to verify [JACKSON-158] by cowtowncoder · 16 years ago
  18. a6ad147 ... by cowtowncoder · 16 years ago
  19. 5b6a359 Minor cleanup to be able to attach handlers to types, useful for attaching ser/deser definitions for content types of Maps, Collections and arrays. by cowtowncoder · 16 years ago
  20. 1875f86 Fixed immediate issue part of [JACKSON-155] (java.io.File serialization); added slightly better exception handling. by cowtowncoder · 16 years ago
  21. 3482a1e Added unit test to reproduce [JACKSON-155] by cowtowncoder · 16 years ago
  22. 7d2aa4b Added simple unit test to see if Joda DateTime can be serialized. by cowtowncoder · 16 years ago
  23. 6876123 Added a simple extra unit test for checking mix ins for @JsonCreator. by cowtowncoder · 16 years ago
  24. 7590914 adjuting visibility checks to the appropriate methods by stoicflame · 16 years ago
  25. d3dce6d Starting to work on adding 'keyUsing' and 'contentUsing' annotation properties. by cowtowncoder · 16 years ago
  26. c734ca1 Fixed a minor problem with buffer recycling, speeding up the new optimized string-backed writer. by cowtowncoder · 16 years ago
  27. 7e17fd2 ... by cowtowncoder · 16 years ago
  28. 8f5d8c7 Added tests to verify that [JACKSON-152] works (modified existing ones) by cowtowncoder · 16 years ago
  29. 247674b Need to remove couple of overrides to make compilable on 1.5 by cowtowncoder · 16 years ago
  30. 1096561 Minor unit test refactoring by cowtowncoder · 16 years ago
  31. 574053d remove static dependency on DataHandler. made it dynamic in case it's not on the classpath. by stoicflame · 16 years ago
  32. 1ccc333 Implemented [JACKSON-152], need to add unit tests and simple micro-benchmark to verify performance. by cowtowncoder · 16 years ago
  33. 308fa71 Fixed a minor OSGi build problem by cowtowncoder · 16 years ago
  34. 0d2f912 Refactoring for [JACKSON-150]. by cowtowncoder · 16 years ago
  35. 641f594 Merged one line from 1.1.2 credits to 1.2.0, trunk. by cowtowncoder · 16 years ago
  36. eb31ce8 fix for JACKSON-151 by stoicflame · 16 years ago
  37. 477658e adding support for additional JAXB-supported types. by stoicflame · 16 years ago
  38. 547e5b2 adding the json (de)serializers for DataHandler (required for JAXB) by stoicflame · 16 years ago
  39. 2836d1c Update release notes, added Dains' cla by cowtowncoder · 16 years ago
  40. 5db34e4 Completed [JACKSON-69], ability to parse JSON with unquoted field names. by cowtowncoder · 16 years ago
  41. a588562 Fixed a minor bug with reader parser, handling of unquoted names. by cowtowncoder · 16 years ago
  42. 103442e More work on [JACKSON-69], now reader-based parser works to some degree by cowtowncoder · 16 years ago
  43. ef537dd Minor addition for testing mix-in annotations by cowtowncoder · 16 years ago
  44. d35d0be ... more work on parsing unquoted names. by cowtowncoder · 16 years ago
  45. 81500bf Starting to work on [JACKSON-69] (allow unquoted field names) implementation, minor refactoring. by cowtowncoder · 16 years ago
  46. 48db72e Adding unit test to verify completion of [JACKSON-69]. by cowtowncoder · 16 years ago
  47. fb9e93b Cleaning up configuration some more, related to [JACKSON-148], and to unify configuration between SerializationConfig/JsonFactory/JsonParser/JsonGenerator. by cowtowncoder · 16 years ago
  48. e87d991 Implemented [JACKSON-149] by cowtowncoder · 16 years ago
  49. 7876b4e Implemented [JACKSON-147], feature for suppressing error reporting for unknown properties (ignore+skip, if feature enabled) by cowtowncoder · 16 years ago
  50. fc9464e Adding micro-benchmark for comparing performance of constructor/factory-method based instantiation to default one (default constructor and setters). by cowtowncoder · 16 years ago
  51. bcba50b Bit more unit test coverage for [JACKSON-33] by cowtowncoder · 16 years ago
  52. c3f9e37 Completed implementation of [JACKSON-33], ability to use any creator (constructor or factory method), as long as @JsonCreator annotation (and matching per-parameter @JsonProperty) are used. by cowtowncoder · 16 years ago
  53. f8827b7 Fixed a problem with deserialization, added new tests to produce more failures (for now) :) by cowtowncoder · 16 years ago
  54. 6716197 minor fix... by cowtowncoder · 16 years ago
  55. eb527ed More work on non-default creators [JACKSON-33]; first passing tests (but not all pass yet) by cowtowncoder · 16 years ago
  56. c2b2d4b ... by cowtowncoder · 16 years ago
  57. 460281c ... by cowtowncoder · 16 years ago
  58. f57b9fb ... yet more work on getting non-default constructors to be used... by cowtowncoder · 16 years ago
  59. a7b43d1 And just little bit more work on non-default constructors/factory methods... by cowtowncoder · 16 years ago
  60. 28de4d0 Working some more on [JACKSON-33] by cowtowncoder · 16 years ago
  61. 93f7127 Unit test cleanup. Also added 2 new unit tests for verifying JsonCreators for non-default constructors, factory methods. by cowtowncoder · 16 years ago
  62. 66088cd Minor test case cleanup by cowtowncoder · 16 years ago
  63. 866970a Starting to work on [JACKSON-33]: adding support for gathering parameter annotations needed for binding constructor/factory method arguments and logical properties. by cowtowncoder · 16 years ago
  64. 3496b5f Fixed [JACKSON-143] by cowtowncoder · 16 years ago
  65. d372bac Fixed a minor regression bug with byte[] deserialization (null handling was broken) by cowtowncoder · 16 years ago
  66. 8b5a344 Fixed [JACKSON-144], static methods not being properly filtered when auto-detecting getters and setters. by cowtowncoder · 16 years ago
  67. c4af0bd Minor clean up by cowtowncoder · 16 years ago
  68. e58d3f0 More work for [JACKSON-139], related to additional issues Peter found & patched. by cowtowncoder · 16 years ago
  69. 409a3f9 Fixed [JACKSON-139] by cowtowncoder · 16 years ago
  70. eb39569 Refactoring: separated physically core and mapper sources, to remove chance of accidental leakage between classes. by cowtowncoder · 16 years ago
  71. 4c95521 Completed [JACKSON-76], mix-in annotations. by cowtowncoder · 16 years ago
  72. ba2855b ... by cowtowncoder · 16 years ago
  73. 19b8b71 Working on last part of mix-in annotations, methods, almost done; just need handling of Object.class and unit tests. by cowtowncoder · 16 years ago
  74. 8876dfa Fix to a unit test that caught a change in internal interface by cowtowncoder · 16 years ago
  75. ed0019d Fixed 1.5 build issues. by cowtowncoder · 16 years ago
  76. a10efc7 Mix-in annotations #3/4 (property fields) implemented; only have methods (setter/getter) to still process. by cowtowncoder · 16 years ago
  77. f2e7e96 More work on mix-in annotations: now creator mix-ins (ctor, factory methods) works... 2 simpler done, 2 bigger ones to go (fields, methods). by cowtowncoder · 16 years ago
  78. d97a27e ... by cowtowncoder · 16 years ago
  79. d895b91 Add unit test for verifying mix-in annotations wrt constructor/factory methods (failing before support added) by cowtowncoder · 16 years ago
  80. 5cef69e ... by cowtowncoder · 16 years ago
  81. 80aeef3 Minor improvements to mix-in annotation unit tests. by cowtowncoder · 16 years ago
  82. d87fa50 Fixed the problem that prevented class-mixin-annotations from working. by cowtowncoder · 16 years ago
  83. 9ce8288 ... by cowtowncoder · 16 years ago
  84. f87061e Added unit test for class-level mix-in annotations; fixed a minor build problem (that resulted in core containing schema stuff) by cowtowncoder · 16 years ago
  85. 5291884 First impl part of mix-in annotations; now should work for class annotations (need to add unit tests) by cowtowncoder · 16 years ago
  86. acdf1c6 Cleaning up schema generation code, to reduce duplication; also, connecting last config pieces of mix-in-annotations, to get to implement it. by cowtowncoder · 16 years ago
  87. ac6f3a8 Improvements: make @JsonFactory work for JSON String/Number tokens too (not just Object); improve serialization of JsonSchema objects. by cowtowncoder · 16 years ago
  88. 2e6cac7 Completed [JACKSON-92], ability to deserialize beans via intermediate types like Maps. by cowtowncoder · 16 years ago
  89. 696b4f0 Fixed a minor regression bug (due to cut'n paste, caught by unit tests) by cowtowncoder · 16 years ago
  90. 6723fd4 ... by cowtowncoder · 16 years ago
  91. 87b0d1f Refactoring to clean up class/type information access. by cowtowncoder · 16 years ago
  92. ab8b58c Adding unit tests for [JACKSON-92] by cowtowncoder · 16 years ago
  93. 92ecc03 More groundwork for delegation-based deserialization by cowtowncoder · 16 years ago
  94. ea5242e Starting to work on [JACKSON-92]; refactoring to make implemenation easier. by cowtowncoder · 16 years ago
  95. 3787f55 Further cleanup on configuration part of mix-in annotations, now accessed through mapper config objects, not via custom (de)serializer factories. by cowtowncoder · 16 years ago
  96. 3e502bf Refactoring, moving MixInResolver to a better place... by cowtowncoder · 16 years ago
  97. c409784 Minor work on passing mix-in annotation information through serializer construction chain. by cowtowncoder · 16 years ago
  98. c170300 Adding configurability of parser/generator settings via ObjectMapper, improving javadocs of mapper, parser. by cowtowncoder · 16 years ago
  99. 2ac29b0 Added [JACKSON-135], basic support for constructing Object/Array JsonNodes via ObjectMapper. by cowtowncoder · 16 years ago
  100. 754c79d Implemented [JACKSON-114], feature and annotations to specify that static (declared) property is used when serializing, over dynamic (actual) runtime type. by cowtowncoder · 16 years ago