- 971c30d Starting to work on node-backed parser/generator implementation. by cowtowncoder · 15 years ago
- 7ba2684 Completed [JACKSON-153] implementation: @JsonCreator now works with Map types too by cowtowncoder · 15 years ago
- ff9189e Adding 2 unit tests to verify implementation of [JACKSON-153] by cowtowncoder · 15 years ago
- c06b041 Refactoring to make @JsonCreator usable with Map types, close to being done. by cowtowncoder · 15 years ago
- 3ca38e3 Some groundwork for implementing @JsonCreator for Map types. by cowtowncoder · 16 years ago
- 61611f8 Minor refactoring by cowtowncoder · 16 years ago
- 2c44469 Adding placeholder for [JACKSON-142], instead of implementing it for 1.3. by cowtowncoder · 16 years ago
- 3535c44 Cleaning up compile warnings; commented out 2 obsolete (and now failing) unit tests. by cowtowncoder · 16 years ago
- 592aa62 Cleaning up generics for enum resolver (note: need to clean up new compilation warnings, resulting from this cleanup) by cowtowncoder · 16 years ago
- 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
- 3b5c3fc Implemented [JACKSON-158], simple checking for direct self-reference induced cycles by cowtowncoder · 16 years ago
- 830bac3 ... by cowtowncoder · 16 years ago
- 01e6b16 ... by cowtowncoder · 16 years ago
- 3eff7cd clean up by cowtowncoder · 16 years ago
- e1ee22d Clean up for Eclipse warnings, tests by cowtowncoder · 16 years ago
- 00efafb ... by cowtowncoder · 16 years ago
- fd8ee05 Add a unit test to verify [JACKSON-158] by cowtowncoder · 16 years ago
- a6ad147 ... by cowtowncoder · 16 years ago
- 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
- 1875f86 Fixed immediate issue part of [JACKSON-155] (java.io.File serialization); added slightly better exception handling. by cowtowncoder · 16 years ago
- 3482a1e Added unit test to reproduce [JACKSON-155] by cowtowncoder · 16 years ago
- 7d2aa4b Added simple unit test to see if Joda DateTime can be serialized. by cowtowncoder · 16 years ago
- 6876123 Added a simple extra unit test for checking mix ins for @JsonCreator. by cowtowncoder · 16 years ago
- 7590914 adjuting visibility checks to the appropriate methods by stoicflame · 16 years ago
- d3dce6d Starting to work on adding 'keyUsing' and 'contentUsing' annotation properties. by cowtowncoder · 16 years ago
- c734ca1 Fixed a minor problem with buffer recycling, speeding up the new optimized string-backed writer. by cowtowncoder · 16 years ago
- 7e17fd2 ... by cowtowncoder · 16 years ago
- 8f5d8c7 Added tests to verify that [JACKSON-152] works (modified existing ones) by cowtowncoder · 16 years ago
- 247674b Need to remove couple of overrides to make compilable on 1.5 by cowtowncoder · 16 years ago
- 1096561 Minor unit test refactoring by cowtowncoder · 16 years ago
- 574053d remove static dependency on DataHandler. made it dynamic in case it's not on the classpath. by stoicflame · 16 years ago
- 1ccc333 Implemented [JACKSON-152], need to add unit tests and simple micro-benchmark to verify performance. by cowtowncoder · 16 years ago
- 308fa71 Fixed a minor OSGi build problem by cowtowncoder · 16 years ago
- 0d2f912 Refactoring for [JACKSON-150]. by cowtowncoder · 16 years ago
- 641f594 Merged one line from 1.1.2 credits to 1.2.0, trunk. by cowtowncoder · 16 years ago
- eb31ce8 fix for JACKSON-151 by stoicflame · 16 years ago
- 477658e adding support for additional JAXB-supported types. by stoicflame · 16 years ago
- 547e5b2 adding the json (de)serializers for DataHandler (required for JAXB) by stoicflame · 16 years ago
- 2836d1c Update release notes, added Dains' cla by cowtowncoder · 16 years ago
- 5db34e4 Completed [JACKSON-69], ability to parse JSON with unquoted field names. by cowtowncoder · 16 years ago
- a588562 Fixed a minor bug with reader parser, handling of unquoted names. by cowtowncoder · 16 years ago
- 103442e More work on [JACKSON-69], now reader-based parser works to some degree by cowtowncoder · 16 years ago
- ef537dd Minor addition for testing mix-in annotations by cowtowncoder · 16 years ago
- d35d0be ... more work on parsing unquoted names. by cowtowncoder · 16 years ago
- 81500bf Starting to work on [JACKSON-69] (allow unquoted field names) implementation, minor refactoring. by cowtowncoder · 16 years ago
- 48db72e Adding unit test to verify completion of [JACKSON-69]. by cowtowncoder · 16 years ago
- fb9e93b Cleaning up configuration some more, related to [JACKSON-148], and to unify configuration between SerializationConfig/JsonFactory/JsonParser/JsonGenerator. by cowtowncoder · 16 years ago
- e87d991 Implemented [JACKSON-149] by cowtowncoder · 16 years ago
- 7876b4e Implemented [JACKSON-147], feature for suppressing error reporting for unknown properties (ignore+skip, if feature enabled) by cowtowncoder · 16 years ago
- 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
- bcba50b Bit more unit test coverage for [JACKSON-33] by cowtowncoder · 16 years ago
- 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
- f8827b7 Fixed a problem with deserialization, added new tests to produce more failures (for now) :) by cowtowncoder · 16 years ago
- 6716197 minor fix... by cowtowncoder · 16 years ago
- eb527ed More work on non-default creators [JACKSON-33]; first passing tests (but not all pass yet) by cowtowncoder · 16 years ago
- c2b2d4b ... by cowtowncoder · 16 years ago
- 460281c ... by cowtowncoder · 16 years ago
- f57b9fb ... yet more work on getting non-default constructors to be used... by cowtowncoder · 16 years ago
- a7b43d1 And just little bit more work on non-default constructors/factory methods... by cowtowncoder · 16 years ago
- 28de4d0 Working some more on [JACKSON-33] by cowtowncoder · 16 years ago
- 93f7127 Unit test cleanup. Also added 2 new unit tests for verifying JsonCreators for non-default constructors, factory methods. by cowtowncoder · 16 years ago
- 66088cd Minor test case cleanup by cowtowncoder · 16 years ago
- 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
- 3496b5f Fixed [JACKSON-143] by cowtowncoder · 16 years ago
- d372bac Fixed a minor regression bug with byte[] deserialization (null handling was broken) by cowtowncoder · 16 years ago
- 8b5a344 Fixed [JACKSON-144], static methods not being properly filtered when auto-detecting getters and setters. by cowtowncoder · 16 years ago
- c4af0bd Minor clean up by cowtowncoder · 16 years ago
- e58d3f0 More work for [JACKSON-139], related to additional issues Peter found & patched. by cowtowncoder · 16 years ago
- 409a3f9 Fixed [JACKSON-139] by cowtowncoder · 16 years ago
- eb39569 Refactoring: separated physically core and mapper sources, to remove chance of accidental leakage between classes. by cowtowncoder · 16 years ago
- 4c95521 Completed [JACKSON-76], mix-in annotations. by cowtowncoder · 16 years ago
- ba2855b ... by cowtowncoder · 16 years ago
- 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
- 8876dfa Fix to a unit test that caught a change in internal interface by cowtowncoder · 16 years ago
- ed0019d Fixed 1.5 build issues. by cowtowncoder · 16 years ago
- a10efc7 Mix-in annotations #3/4 (property fields) implemented; only have methods (setter/getter) to still process. by cowtowncoder · 16 years ago
- 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
- d97a27e ... by cowtowncoder · 16 years ago
- d895b91 Add unit test for verifying mix-in annotations wrt constructor/factory methods (failing before support added) by cowtowncoder · 16 years ago
- 5cef69e ... by cowtowncoder · 16 years ago
- 80aeef3 Minor improvements to mix-in annotation unit tests. by cowtowncoder · 16 years ago
- d87fa50 Fixed the problem that prevented class-mixin-annotations from working. by cowtowncoder · 16 years ago
- 9ce8288 ... by cowtowncoder · 16 years ago
- 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
- 5291884 First impl part of mix-in annotations; now should work for class annotations (need to add unit tests) by cowtowncoder · 16 years ago
- 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
- ac6f3a8 Improvements: make @JsonFactory work for JSON String/Number tokens too (not just Object); improve serialization of JsonSchema objects. by cowtowncoder · 16 years ago
- 2e6cac7 Completed [JACKSON-92], ability to deserialize beans via intermediate types like Maps. by cowtowncoder · 16 years ago
- 696b4f0 Fixed a minor regression bug (due to cut'n paste, caught by unit tests) by cowtowncoder · 16 years ago
- 6723fd4 ... by cowtowncoder · 16 years ago
- 87b0d1f Refactoring to clean up class/type information access. by cowtowncoder · 16 years ago
- ab8b58c Adding unit tests for [JACKSON-92] by cowtowncoder · 16 years ago
- 92ecc03 More groundwork for delegation-based deserialization by cowtowncoder · 16 years ago
- ea5242e Starting to work on [JACKSON-92]; refactoring to make implemenation easier. by cowtowncoder · 16 years ago
- 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
- 3e502bf Refactoring, moving MixInResolver to a better place... by cowtowncoder · 16 years ago
- c409784 Minor work on passing mix-in annotation information through serializer construction chain. by cowtowncoder · 16 years ago
- c170300 Adding configurability of parser/generator settings via ObjectMapper, improving javadocs of mapper, parser. by cowtowncoder · 16 years ago
- 2ac29b0 Added [JACKSON-135], basic support for constructing Object/Array JsonNodes via ObjectMapper. by cowtowncoder · 16 years ago
- 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