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