1. 2e85b15 Fixed [JACKSON-403], problem deserializing XMLGregorianCalendar from timestamp by cowtowncoder · 14 years ago
  2. 2a50916 ... by cowtowncoder · 14 years ago
  3. 09fdb17 ... by cowtowncoder · 14 years ago
  4. 8c5e4a0 ... by cowtowncoder · 14 years ago
  5. 2657091 ... by cowtowncoder · 14 years ago
  6. 57ed45c Minor improvement, trying to remove unnecessary xml ns declaration with Sun JDK stax impl by cowtowncoder · 14 years ago
  7. 733f63e ... by cowtowncoder · 14 years ago
  8. 6c00d66 Minor improvements to prototype xml-serializer by cowtowncoder · 14 years ago
  9. 5209f82 Add -v option for "smile tool", to help verifying correctness of encoding by cowtowncoder · 14 years ago
  10. 06b039e Implement [JACKSON-405], add simple interactive Smile encoding/decoding tool for testing by cowtowncoder · 14 years ago
  11. 0ccb031 trying to fix a minor javadoc issue by cowtowncoder · 14 years ago
  12. cf39be1 minor simplification by cowtowncoder · 14 years ago
  13. 114c7eb Fixed [JACKSON-399], JAX-RS provider not passing generic (root) type declaration by cowtowncoder · 14 years ago
  14. c5dc333 Fixed [JACKSON-398]; type information not always passed by ObjectWriter by cowtowncoder · 14 years ago
  15. 31c67d1 Add unit test for [JACKSON-398] by cowtowncoder · 14 years ago
  16. b7c6ede ... by cowtowncoder · 14 years ago
  17. 2bf9fa5 Merged Gaël's patch to implement [JACKSON-351] by cowtowncoder · 14 years ago
  18. 386a586 Fixed [JACKSON-366], missing type info for "empty" beans by cowtowncoder · 14 years ago
  19. f8efca1 Fix [JACKSON-392] in trunk by cowtowncoder · 14 years ago
  20. 221966c Implemented [JACKSON-378], choosing 'SerializableString' as interface name. by cowtowncoder · 14 years ago
  21. ff3837b Fixed [JACKSON-388] in trunk by cowtowncoder · 14 years ago
  22. 36afc13 ... by cowtowncoder · 14 years ago
  23. 562eea4 Implemented [JACKSON-393], ability to deserialized UUIDs from VALUE_EMBEDDED_OBJECT by cowtowncoder · 14 years ago
  24. 0bd7f84 Resolve minor regressions with json schema generation by cowtowncoder · 14 years ago
  25. deb32a3 Fix [JACKSON-395] in trunk by cowtowncoder · 14 years ago
  26. b042c44 Implemented [JACKSON-345], yet faster bean serialization by cowtowncoder · 14 years ago
  27. c11804a ... by cowtowncoder · 14 years ago
  28. 4e362a1 Fixed [JACKSON-391] in trunk (1.7.0), need to merge to 1.6.2 by cowtowncoder · 14 years ago
  29. db98d3b Added simple code sample to show how to use parser context by cowtowncoder · 14 years ago
  30. 619ccf1 Change trunk to 1.7.0-SNAPSHOT by cowtowncoder · 14 years ago
  31. 3b395f5 ... by cowtowncoder · 14 years ago
  32. 36d7b34 ... by cowtowncoder · 14 years ago
  33. 72451f4 Complete [JACKSON-386] implementation; optional/external type handling improvement by cowtowncoder · 14 years ago
  34. 26473fb Minor unit test cleanup, slowly moving external/optional types tests under proper package by cowtowncoder · 14 years ago
  35. 07a6bcf Starting work on [JACKSON-386]; made serializer registration on-request-only by cowtowncoder · 14 years ago
  36. 5e323c4 ... by cowtowncoder · 14 years ago
  37. f34902a Fixing [JACKSON-359] by cowtowncoder · 14 years ago
  38. 137ac3a Implemented [JACKSON-360], handling of "" as null for Joda types by cowtowncoder · 14 years ago
  39. 344517d Minor simplification to SerializedString as suggested by Shay by cowtowncoder · 14 years ago
  40. 6057934 ... by cowtowncoder · 14 years ago
  41. f61b7ec Fixed [JACKSON-383]; ignored properties not correctly handled for @JsonAnySetter in some cases by cowtowncoder · 14 years ago
  42. b5eb59e .. by cowtowncoder · 14 years ago
  43. 5bea9fd Refactoring perf microbenchmarks a bit by cowtowncoder · 14 years ago
  44. 8c6b829 Fixed [JACKSON-384], problems with @JsonAnyGetter when using regular getter method name by cowtowncoder · 14 years ago
  45. 5ba10e6 Fixed [JACKSON-380] in trunk by cowtowncoder · 14 years ago
  46. 2abb560 Add a unit test by cowtowncoder · 14 years ago
  47. 4ce8a01 Add unit test to try to nail down [JACKSON-380] by cowtowncoder · 14 years ago
  48. be7441a ... by cowtowncoder · 14 years ago
  49. a43273b Implemented [JACKSON-371], improvements to reporting details on deserialization errors by cowtowncoder · 14 years ago
  50. 8ba044c ... by cowtowncoder · 14 years ago
  51. 0a7dd56 Resolve [JACKSON-373], was not recursively checking super-interfaces for custom serializer registration by cowtowncoder · 14 years ago
  52. 01a407a ... by cowtowncoder · 14 years ago
  53. e69443f Modify release info a bit (as JACKSON-377 was merged to 1.5.x), add a unit test by cowtowncoder · 14 years ago
  54. e21d4e8 Fixed [JACKSON-377], ThrowableDeserializer not correctly handling @JsonCreator or @JsonAnySetter by cowtowncoder · 14 years ago
  55. 7d0b83b Add another minor smile/binary data write test by cowtowncoder · 14 years ago
  56. 5e8ada5 Fixed [JACKSON-376], problems writing Smile binary data as object property by cowtowncoder · 14 years ago
  57. fc4110f Fixed [JACKSON-370] in trunk by cowtowncoder · 14 years ago
  58. 17775ae Fixed [JACKSON-372], issue with primitive types, @JsonCreator by cowtowncoder · 14 years ago
  59. 5e7a2a1 ... by cowtowncoder · 14 years ago
  60. c4d6dbb Fix [JACKSON-363], check custom deserializers for arrays, not just beans and enums by cowtowncoder · 14 years ago
  61. 7b19cc4 Add unit test for [JACKSON-363] by cowtowncoder · 14 years ago
  62. b476da2 ... by cowtowncoder · 14 years ago
  63. a371855 Tried to tackle [JACKSON-368], but turned out too hard to resolve for now. by cowtowncoder · 14 years ago
  64. f3aa637 Resolving javadoc warnings, all except for ones resulting from references to Joda and ASM types (which require different approach) by cowtowncoder · 15 years ago
  65. 97b29c9 Resolving last compiler warnings, update release notes for 1.6 by cowtowncoder · 15 years ago
  66. 027ee28 Trying to resolve all compilation, javadoc warnings for 1.6.0 release by cowtowncoder · 15 years ago
  67. 1440322 ... by cowtowncoder · 15 years ago
  68. b415685 Fix a cut'n paste error in jackson-xc module (osgi) by cowtowncoder · 15 years ago
  69. 7be3a9a ... by cowtowncoder · 15 years ago
  70. 73cfc72 And second preparation part for [JACKSON-356] (not directly needed, but good for cleanup, maybe needed in future) by cowtowncoder · 15 years ago
  71. 44934c0 Groundwork for trying to (eventually) solve [JACKSON-356]; ensures that more complete type information is passed for serialization as well. by cowtowncoder · 15 years ago
  72. da909e3 ... by cowtowncoder · 15 years ago
  73. 84f357e Refactor latest test case [JACKSON-356] by cowtowncoder · 15 years ago
  74. 744a90a Added unit test for [JACKSON-356] by cowtowncoder · 15 years ago
  75. bc72202 Need to add VERSION.txt in source tarbarll by cowtowncoder · 15 years ago
  76. 95335b4 Added missing OSGi dependency declarations (wrt Version changes) by cowtowncoder · 15 years ago
  77. 76c7aa1 Completed [JACKSON-278] implementation, allowing access to Version information by cowtowncoder · 15 years ago
  78. 7bd6047 Working on versions, test by cowtowncoder · 15 years ago
  79. 778cad0 More work with version info, now gets built in jars/bundles by cowtowncoder · 15 years ago
  80. bbed072 Sync credits entries from 1.5 branch by cowtowncoder · 15 years ago
  81. 6dabfa1 Fixed [JACKSON-355] in trunk by cowtowncoder · 15 years ago
  82. 2c95e39 More work on [JACKSON-278], adding runtime access to version information by cowtowncoder · 15 years ago
  83. 2ca5a75 Implemented [JACKSON-308], make XMLGregorianCalendar configurable using standard date serialization configuration by cowtowncoder · 15 years ago
  84. 399523a ... by cowtowncoder · 15 years ago
  85. 48677fd ... by cowtowncoder · 15 years ago
  86. a2e36cf Initial baseline work to get [JACKSON-278] (exposing version information via API) implemented for 1.6.0 by cowtowncoder · 15 years ago
  87. 8cabbbf Minor improvement to tests, to serialize some more BigIntegers (with more diverse values) by cowtowncoder · 15 years ago
  88. a1a9add Minor improvement (see [JACKSON-91]), deprecated old method by cowtowncoder · 15 years ago
  89. b8eccba Minor build fix, to produce smile/mrbean sources too by cowtowncoder · 15 years ago
  90. 040d1f7 Minor tweaks to smile handlign by cowtowncoder · 15 years ago
  91. 31fb8e2 Implemented [JACKSON-346], string value back rerefences for Smile by cowtowncoder · 15 years ago
  92. 73ffa0d Adding more unit tests -- shared strings not complete, need to fail first by cowtowncoder · 15 years ago
  93. 41396bb Implement [JACKSON-346], optional shared/back-references for short String values. by cowtowncoder · 15 years ago
  94. 7bd64d4 Add more Smile unit tests (esp. for shared string values) by cowtowncoder · 15 years ago
  95. a9d229e Comment out class loader setting code for now by cowtowncoder · 15 years ago
  96. 8e4979b Fix [JACKSON-352] as suggested by cowtowncoder · 15 years ago
  97. 6fe4301 ... by cowtowncoder · 15 years ago
  98. d18c516 Working on [JACKSON-347], rearranging type codes to allow efficient skipping by cowtowncoder · 15 years ago
  99. dc15a57 Implemented [JACKSON-349], allow empty String as null/0 number by cowtowncoder · 15 years ago
  100. 72baf29 Minor additional test case by cowtowncoder · 15 years ago