- 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
- 778cad0 More work with version info, now gets built in jars/bundles by cowtowncoder · 15 years ago
- bbed072 Sync credits entries from 1.5 branch by cowtowncoder · 15 years ago
- 6dabfa1 Fixed [JACKSON-355] in trunk by cowtowncoder · 15 years ago
- 2c95e39 More work on [JACKSON-278], adding runtime access to version information by cowtowncoder · 15 years ago
- 2ca5a75 Implemented [JACKSON-308], make XMLGregorianCalendar configurable using standard date serialization configuration by cowtowncoder · 15 years ago
- 399523a ... by cowtowncoder · 15 years ago
- 48677fd ... by cowtowncoder · 15 years ago
- a2e36cf Initial baseline work to get [JACKSON-278] (exposing version information via API) implemented for 1.6.0 by cowtowncoder · 15 years ago
- 8cabbbf Minor improvement to tests, to serialize some more BigIntegers (with more diverse values) by cowtowncoder · 15 years ago
- a1a9add Minor improvement (see [JACKSON-91]), deprecated old method by cowtowncoder · 15 years ago
- b8eccba Minor build fix, to produce smile/mrbean sources too by cowtowncoder · 15 years ago
- 040d1f7 Minor tweaks to smile handlign by cowtowncoder · 15 years ago
- 31fb8e2 Implemented [JACKSON-346], string value back rerefences for Smile by cowtowncoder · 15 years ago
- 73ffa0d Adding more unit tests -- shared strings not complete, need to fail first by cowtowncoder · 15 years ago
- 41396bb Implement [JACKSON-346], optional shared/back-references for short String values. by cowtowncoder · 15 years ago
- 7bd64d4 Add more Smile unit tests (esp. for shared string values) by cowtowncoder · 15 years ago
- a9d229e Comment out class loader setting code for now by cowtowncoder · 15 years ago
- 8e4979b Fix [JACKSON-352] as suggested by cowtowncoder · 15 years ago
- 6fe4301 ... by cowtowncoder · 15 years ago
- d18c516 Working on [JACKSON-347], rearranging type codes to allow efficient skipping by cowtowncoder · 15 years ago
- dc15a57 Implemented [JACKSON-349], allow empty String as null/0 number by cowtowncoder · 15 years ago
- 72baf29 Minor additional test case by cowtowncoder · 15 years ago