1. 4081497 Minor incremental work on xml-backed JsonParser impl by cowtowncoder · 14 years ago
  2. d0f3448 Minor cleanup for sample code by cowtowncoder · 14 years ago
  3. 31ae13e Proper fix for [JACKSON-228], [JACKSON-411] by cowtowncoder · 14 years ago
  4. 6b09b99 ... by cowtowncoder · 14 years ago
  5. ef7d65f Working on [JACKSON-411] by cowtowncoder · 14 years ago
  6. 2f4a504 ... by cowtowncoder · 14 years ago
  7. ebc1b93 Fixed [JACKSON-356]; now type information is correctly handled for (deeply) nested generic types by cowtowncoder · 14 years ago
  8. 744cef0 Bit more progress for [JACKSON-356] by cowtowncoder · 14 years ago
  9. 83dd2bf More work for [JACKSON-356]; adding new JavaType.withTypeHandler() that will be needed to ensure immutability by cowtowncoder · 14 years ago
  10. ce6afa5 Starting to work on [JACKSON-356] by cowtowncoder · 14 years ago
  11. 522efb8 Minor fix to unit test of [JACKSON-356] by cowtowncoder · 14 years ago
  12. 0d0d24d Minor improvement to error message for failing deserialization from JSON String, numebr by cowtowncoder · 14 years ago
  13. 5868f4c Fixed [JACKSON-288]: JAXB handling of @XmlJavaTypeAdapter and @XmlElement not working by cowtowncoder · 14 years ago
  14. d19c46b Remove small chunk of dead code from ClassNamedIdResolver (manual main() func) by cowtowncoder · 14 years ago
  15. 6e1a90d Add unit test to verify that [JACKSON-354] has been resolved prior to 1.6.2 (probably already in 1.6.0) by cowtowncoder · 14 years ago
  16. 8c99fa5 Forgot to add OSGi dependency that [JACKSON-404] patch needs by cowtowncoder · 14 years ago
  17. 132fd79 Fixed [JACKSON-404] by cowtowncoder · 14 years ago
  18. a7ca50c ... by cowtowncoder · 14 years ago
  19. dac6f46 ... by cowtowncoder · 14 years ago
  20. fba97ea ... by cowtowncoder · 14 years ago
  21. d6cd8bf ... by cowtowncoder · 14 years ago
  22. 0bf1882 cleanup by cowtowncoder · 14 years ago
  23. 2e85b15 Fixed [JACKSON-403], problem deserializing XMLGregorianCalendar from timestamp by cowtowncoder · 14 years ago
  24. 2a50916 ... by cowtowncoder · 14 years ago
  25. 09fdb17 ... by cowtowncoder · 14 years ago
  26. 8c5e4a0 ... by cowtowncoder · 14 years ago
  27. 2657091 ... by cowtowncoder · 14 years ago
  28. 57ed45c Minor improvement, trying to remove unnecessary xml ns declaration with Sun JDK stax impl by cowtowncoder · 14 years ago
  29. 733f63e ... by cowtowncoder · 14 years ago
  30. 6c00d66 Minor improvements to prototype xml-serializer by cowtowncoder · 14 years ago
  31. 5209f82 Add -v option for "smile tool", to help verifying correctness of encoding by cowtowncoder · 14 years ago
  32. 06b039e Implement [JACKSON-405], add simple interactive Smile encoding/decoding tool for testing by cowtowncoder · 14 years ago
  33. 0ccb031 trying to fix a minor javadoc issue by cowtowncoder · 14 years ago
  34. cf39be1 minor simplification by cowtowncoder · 14 years ago
  35. 114c7eb Fixed [JACKSON-399], JAX-RS provider not passing generic (root) type declaration by cowtowncoder · 14 years ago
  36. c5dc333 Fixed [JACKSON-398]; type information not always passed by ObjectWriter by cowtowncoder · 14 years ago
  37. 31c67d1 Add unit test for [JACKSON-398] by cowtowncoder · 14 years ago
  38. b7c6ede ... by cowtowncoder · 14 years ago
  39. 2bf9fa5 Merged Gaël's patch to implement [JACKSON-351] by cowtowncoder · 14 years ago
  40. 386a586 Fixed [JACKSON-366], missing type info for "empty" beans by cowtowncoder · 14 years ago
  41. f8efca1 Fix [JACKSON-392] in trunk by cowtowncoder · 14 years ago
  42. 221966c Implemented [JACKSON-378], choosing 'SerializableString' as interface name. by cowtowncoder · 14 years ago
  43. ff3837b Fixed [JACKSON-388] in trunk by cowtowncoder · 14 years ago
  44. 36afc13 ... by cowtowncoder · 14 years ago
  45. 562eea4 Implemented [JACKSON-393], ability to deserialized UUIDs from VALUE_EMBEDDED_OBJECT by cowtowncoder · 14 years ago
  46. 0bd7f84 Resolve minor regressions with json schema generation by cowtowncoder · 14 years ago
  47. deb32a3 Fix [JACKSON-395] in trunk by cowtowncoder · 14 years ago
  48. b042c44 Implemented [JACKSON-345], yet faster bean serialization by cowtowncoder · 14 years ago
  49. c11804a ... by cowtowncoder · 14 years ago
  50. 4e362a1 Fixed [JACKSON-391] in trunk (1.7.0), need to merge to 1.6.2 by cowtowncoder · 14 years ago
  51. db98d3b Added simple code sample to show how to use parser context by cowtowncoder · 14 years ago
  52. 619ccf1 Change trunk to 1.7.0-SNAPSHOT by cowtowncoder · 14 years ago
  53. 3b395f5 ... by cowtowncoder · 14 years ago
  54. 36d7b34 ... by cowtowncoder · 14 years ago
  55. 72451f4 Complete [JACKSON-386] implementation; optional/external type handling improvement by cowtowncoder · 14 years ago
  56. 26473fb Minor unit test cleanup, slowly moving external/optional types tests under proper package by cowtowncoder · 14 years ago
  57. 07a6bcf Starting work on [JACKSON-386]; made serializer registration on-request-only by cowtowncoder · 14 years ago
  58. 5e323c4 ... by cowtowncoder · 14 years ago
  59. f34902a Fixing [JACKSON-359] by cowtowncoder · 14 years ago
  60. 137ac3a Implemented [JACKSON-360], handling of "" as null for Joda types by cowtowncoder · 14 years ago
  61. 344517d Minor simplification to SerializedString as suggested by Shay by cowtowncoder · 14 years ago
  62. 6057934 ... by cowtowncoder · 14 years ago
  63. f61b7ec Fixed [JACKSON-383]; ignored properties not correctly handled for @JsonAnySetter in some cases by cowtowncoder · 14 years ago
  64. b5eb59e .. by cowtowncoder · 14 years ago
  65. 5bea9fd Refactoring perf microbenchmarks a bit by cowtowncoder · 14 years ago
  66. 8c6b829 Fixed [JACKSON-384], problems with @JsonAnyGetter when using regular getter method name by cowtowncoder · 14 years ago
  67. 5ba10e6 Fixed [JACKSON-380] in trunk by cowtowncoder · 14 years ago
  68. 2abb560 Add a unit test by cowtowncoder · 14 years ago
  69. 4ce8a01 Add unit test to try to nail down [JACKSON-380] by cowtowncoder · 14 years ago
  70. be7441a ... by cowtowncoder · 14 years ago
  71. a43273b Implemented [JACKSON-371], improvements to reporting details on deserialization errors by cowtowncoder · 14 years ago
  72. 8ba044c ... by cowtowncoder · 14 years ago
  73. 0a7dd56 Resolve [JACKSON-373], was not recursively checking super-interfaces for custom serializer registration by cowtowncoder · 14 years ago
  74. 01a407a ... by cowtowncoder · 14 years ago
  75. e69443f Modify release info a bit (as JACKSON-377 was merged to 1.5.x), add a unit test by cowtowncoder · 14 years ago
  76. e21d4e8 Fixed [JACKSON-377], ThrowableDeserializer not correctly handling @JsonCreator or @JsonAnySetter by cowtowncoder · 14 years ago
  77. 7d0b83b Add another minor smile/binary data write test by cowtowncoder · 14 years ago
  78. 5e8ada5 Fixed [JACKSON-376], problems writing Smile binary data as object property by cowtowncoder · 14 years ago
  79. fc4110f Fixed [JACKSON-370] in trunk by cowtowncoder · 14 years ago
  80. 17775ae Fixed [JACKSON-372], issue with primitive types, @JsonCreator by cowtowncoder · 14 years ago
  81. 5e7a2a1 ... by cowtowncoder · 14 years ago
  82. c4d6dbb Fix [JACKSON-363], check custom deserializers for arrays, not just beans and enums by cowtowncoder · 14 years ago
  83. 7b19cc4 Add unit test for [JACKSON-363] by cowtowncoder · 14 years ago
  84. b476da2 ... by cowtowncoder · 14 years ago
  85. a371855 Tried to tackle [JACKSON-368], but turned out too hard to resolve for now. by cowtowncoder · 14 years ago
  86. 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
  87. 97b29c9 Resolving last compiler warnings, update release notes for 1.6 by cowtowncoder · 15 years ago
  88. 027ee28 Trying to resolve all compilation, javadoc warnings for 1.6.0 release by cowtowncoder · 15 years ago
  89. 1440322 ... by cowtowncoder · 15 years ago
  90. b415685 Fix a cut'n paste error in jackson-xc module (osgi) by cowtowncoder · 15 years ago
  91. 7be3a9a ... by cowtowncoder · 15 years ago
  92. 73cfc72 And second preparation part for [JACKSON-356] (not directly needed, but good for cleanup, maybe needed in future) by cowtowncoder · 15 years ago
  93. 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
  94. da909e3 ... by cowtowncoder · 15 years ago
  95. 84f357e Refactor latest test case [JACKSON-356] by cowtowncoder · 15 years ago
  96. 744a90a Added unit test for [JACKSON-356] by cowtowncoder · 15 years ago
  97. bc72202 Need to add VERSION.txt in source tarbarll by cowtowncoder · 15 years ago
  98. 95335b4 Added missing OSGi dependency declarations (wrt Version changes) by cowtowncoder · 15 years ago
  99. 76c7aa1 Completed [JACKSON-278] implementation, allowing access to Version information by cowtowncoder · 15 years ago
  100. 7bd6047 Working on versions, test by cowtowncoder · 15 years ago