- 488ca49 Significant rewrite of JaxbAnnotationIntrospector to fix [JACKSON-303], possibly by cowtowncoder · 15 years ago
- d7f407a Implemented [JACKSON-305] by adding new methods (getValueAsXxx(), for Int, Long and Double) by cowtowncoder · 15 years ago
- f31edb8 Implemented [JACKSON-333], start work on related part for JsonParser by cowtowncoder · 15 years ago
- 7a4422c Base work to add subtype registration support by cowtowncoder · 15 years ago
- 5697800 Implemented last remaining piece (within JsonGenerator world) for SerializedString; next need to tackle BeanSerializer by cowtowncoder · 15 years ago
- 6fb985d Yet more work with SerializedString... by cowtowncoder · 15 years ago
- b5aa0ea Trying to resolve unit test, asm lib version incompatibilities by cowtowncoder · 15 years ago
- 3dbe996 ... by cowtowncoder · 15 years ago
- 58cd7b5 more incrementeal work with JsonStringEncoder by cowtowncoder · 15 years ago
- 2b96da4 ... by cowtowncoder · 15 years ago
- 7d1efbc Implemented [JACKSON-337], add ObjectMapper.valueToTree() by cowtowncoder · 15 years ago
- 32b20f7 ... and more of the same by cowtowncoder · 15 years ago
- 8b0529c ... yet more incremental work for efficient JSON String token handling by cowtowncoder · 15 years ago
- aa7ebe2 More minor work towards efficient handling of SerializedString by cowtowncoder · 15 years ago
- 8d1ad6e Adding unit tests, stub code, for using SerializedString for field names. by cowtowncoder · 15 years ago
- 02cf355 Fixed Mr Bean's handling of abstract classes. by cowtowncoder · 15 years ago
- b7ffce9 Implemented [JACKSON-210], set of find methods (value(s), parent(s), path) in JsonNode. by cowtowncoder · 15 years ago
- aaa94e5 Implemented [JACKSON-316], ability to do per-serialization indentation by adding methods by cowtowncoder · 15 years ago
- 299c724 Further fixes to generic type resolution; should be good for 1.6 release now. by cowtowncoder · 15 years ago
- 8f80f5a Working on fixing generics resolution; starting with finding inheritance paths by cowtowncoder · 15 years ago
- a091f46 Minor renaming for method, to more accurately describe by cowtowncoder · 15 years ago
- dc5d36b Implemented [JACKSON-292], "any-getter" by cowtowncoder · 15 years ago
- b1f5ba6 Implemented [JACKSON-287], JsonParser.releaseBufferedContent(). by cowtowncoder · 15 years ago
- 17c8092 Adding tests for Smile header, end marker; added skeletalversion of 'SerializedString' for even more efficient output generation by cowtowncoder · 15 years ago
- 103cdcf Fixed [JACKSON-330] in trunk by cowtowncoder · 15 years ago
- 12e9855 Fix to last known bug with Smile (turned out to be wrong offset when skipping double values) by cowtowncoder · 15 years ago
- f348e85 Minor improvement to utf-8 surrogate handling (for writeRaw()). by cowtowncoder · 15 years ago
- 3b4feb8 Managed to optimize UTF-8 backed json generator so that it is now typically 10% faster than writer based one by cowtowncoder · 15 years ago
- 181ab0a Implement [JACKSON-326], addition of JsonParser.hasTextCharacters() by cowtowncoder · 15 years ago
- 49ffe76 Completed new UTF-8 generator, hopefully faster than old one (next step is to measure, profile) by cowtowncoder · 15 years ago
- 29ba187 Start working on faster json generator for UTF-8 by cowtowncoder · 15 years ago
- 5a05267 Still trying to get generics work with bean materialization by cowtowncoder · 15 years ago
- e7a5aeb Starting refactoring to create new "mr bean" package for bean materializer by cowtowncoder · 15 years ago
- 6a4e452 Start working on a more efficient generator. by cowtowncoder · 15 years ago
- 4bcd706 Working on making configurable JsonNodeFactory feature work by cowtowncoder · 15 years ago
- 87b2481 Doh. Turns out that it is not trivial to implement JsonParser.peekNextToken(): reverting changes, will NOT implement. by cowtowncoder · 15 years ago
- 2ed3a19 Misc additions, unit tests, starting to add JsonParser.peekNextToken() by cowtowncoder · 15 years ago
- a4f5865 And more fixes to smile parser (plus some additional unit tests) by cowtowncoder · 15 years ago
- b54be34 Fixed another small bug in smile buffer handling by cowtowncoder · 15 years ago
- c449c18 Working on [JACKSON-235], handling of parent/child references by cowtowncoder · 15 years ago
- 15782a4 Add SmileParser.Feature to require smile header/signature for valid to be input by cowtowncoder · 15 years ago
- 1f4cc72 Smile: adding symbol handling (similar to standard UTF-8); now smile decoding 25% faster than textual json (about same as size reduction) by cowtowncoder · 15 years ago
- 09d84ae Working on smile parser, completing VInt parsing by cowtowncoder · 15 years ago
- 4837337 Bit more work on Smile, parser, generator, test by cowtowncoder · 15 years ago
- fe03694 Minor work on smile parser (bootstrapper), to get close to working parser by cowtowncoder · 15 years ago
- b31a42f ... by cowtowncoder · 15 years ago
- da35fd8 First semi-functional version of XML serializer by cowtowncoder · 15 years ago
- d3c9dc7 Some more work on "smile" format, getting parser ready to be tested; still need bootstrapper to handle optional header by cowtowncoder · 15 years ago
- f4aef57 Implemented [JACKSON-300], ability to make JsonParser accept non-standard backslash escapes. by cowtowncoder · 15 years ago
- ad8a2ca Implemented [JACKSON-299], MinimalPrettyPrinter, to tackle simple output structure decorations by cowtowncoder · 15 years ago
- 4fbc10e Minor OSGi build cleanup; checking in work-in progress annotations for handling back references (ORM parent/child) by cowtowncoder · 15 years ago
- 42ac83f Implemented [JACKSON-302] (JsonNode.has(...)) by cowtowncoder · 15 years ago
- 5fbe176 Implemented [JACKSON-290] -- @JsonWriteNullProperties can be used with fields -- and [JACKSON-282], add SerializationConfig.Feature.CLOSE_CLOSEABLE. by cowtowncoder · 15 years ago
- 579d5c7 Completed bare-bones generator for smile format; starting to write unit tests before moving to parser side by cowtowncoder · 15 years ago
- 054d846 Added simple micro-benchmark to compare speed of various ways field values can be set. by cowtowncoder · 15 years ago
- 9ceef41 Implemented improvement [JACKSON-281], support for writing AtomicInteger etc. by cowtowncoder · 15 years ago
- c40da0d Work for Smile; now outputs basic numeric types (byte/short/int/long/float/double) as expected. by cowtowncoder · 15 years ago
- 4c549b3 More monkey code for bootstrapping "Smile" parser/generator by cowtowncoder · 15 years ago
- 5dedce7 Mark [JACKSON-273] as fixed, implement [JACKSON-274] (undeprecated @JsonGetter, @JsonSetter) by cowtowncoder · 15 years ago
- 46c781b Baseline code for skeletal JsonGenerator for Project Smile. by cowtowncoder · 15 years ago
- 51b9703 Minor improvement for [JACKSON-267]. by cowtowncoder · 15 years ago
- ed2715e Fixed one more OSGi issue for JAX-RS module (org.codehaus.jackson.map.util was imported, but not exported by mapper module). Also, implemented [JACKSON-267]. by cowtowncoder · 15 years ago
- d056694 Added optional Clirr task to detect binary/source incompatibility changes between releases by cowtowncoder · 15 years ago
- eb4d91a Implemented [JACKSON-264], ability to "update value"; bind JSON data into existing beans (instead of instantiating new one), using new ObjectReader object via ObjectMapper.updatingReader() by cowtowncoder · 15 years ago
- fb21c8c Fixed [JACKSON-263]; bug in BooleanNode.asToken() by cowtowncoder · 15 years ago
- 5f5cb82 Implemented [JACKSON-259], JsonParser.Feature.CANONICALIZE_FIELD_NAMES. by cowtowncoder · 15 years ago
- 2790b59 Completed implementation of [JACKSON-244], ability to auto-detect private fields (amongst other things): implemented as generic ability to define minimum visibility levels. by cowtowncoder · 15 years ago
- 2afb50c More work on [JACKSON-244], configurable visibility levels (to auto-detect, say, private fields). Mostly working now. by cowtowncoder · 15 years ago
- 987a210 Working on refactoring auto-detection handling. by cowtowncoder · 15 years ago
- 07f858e Fixed [JACKSON-251], added impl for [JACKSON-245], foundational support for [JACKSON-244] by cowtowncoder · 15 years ago
- 9efd031 Fixed existing (unit test induced) generic type resolution problems. by cowtowncoder · 15 years ago
- 9e38417 Trying to resolve a tricky generic-type, cache-using-type-as-key problem that can lead to infinite loops for cyclic generic types. by cowtowncoder · 15 years ago
- 74d652b Fixed the last remaining known type information inclusion problem. by cowtowncoder · 15 years ago
- 1d920b1 More fixes: finally resolve the issue with typed lists (need to retain base type information in cases where collection type is non-final, content type not plain Object); as well as minor issue with Number deserializer (diff between non-typed int/double, typed other Numbers). Still one JAXB list handling issue left. by cowtowncoder · 15 years ago
- 2e4ef19 Argh... Yet more work on straightening out collections, types etc by cowtowncoder · 15 years ago
- 6cf49bc ... by cowtowncoder · 15 years ago
- 873fc8f javadoc clean up by cowtowncoder · 15 years ago
- 5f12a1f Implemented [JACKSON-236] by cowtowncoder · 15 years ago
- c74cc82 Implemented [JACKSON-221] by cowtowncoder · 15 years ago
- a6f740a Adding unit test to reproduce assumed root cause of [JACKSON-237] by cowtowncoder · 15 years ago
- 44bedfe Completed polymorphic type handling implementaton: last part, supporting JAXB/@XmlElements for Collections. by cowtowncoder · 15 years ago
- 9497298 Annotation refactoring: moved JsonTypeInfo (et al) to org.codehaus.jackson.annotate. by cowtowncoder · 15 years ago
- ec8d1b5 Lotsa fixes: type-name based type id works now; typed Map deserialization. Also: major cleanup of code that resolves named types, making some formerly failing generics cases actually work as expected. by cowtowncoder · 15 years ago
- 9220292 More unit testing; adding foundational support for type-safe handling of EnumSet, EnumMap (for typed serialization) by cowtowncoder · 15 years ago
- dc78069 Started work on "full serialization" aspects, to allow using default type ser/deser for Object.class, abstract/interface types. by cowtowncoder · 15 years ago
- bd36655 Revert accidental renaming (thanks to Eclipse) by cowtowncoder · 15 years ago
- 7dac24a Refactoring: renamed JsonTypeInfo.As.WRAPPER -> WRAPPER_OBJECT, ARRAY->WRAPPER_ARRAY to more accurately imply actual mechanism by cowtowncoder · 15 years ago
- 2992dea Typed polymorphic deserialization getting complete: first unit test passes by cowtowncoder · 15 years ago
- a6be340 Basic unit tests for JsonParserSequence by cowtowncoder · 15 years ago
- f626c6b Fixed [JACKSON-230] in trunk by cowtowncoder · 15 years ago
- 27472cd Adding json parser sequence, to allow for merging input when buffering by cowtowncoder · 15 years ago
- 1e4f5a9 More work on type serialization; now all structured types should be handled appropriately. Also some improvements to generic type access for SimpleClass type. by cowtowncoder · 15 years ago
- a572069 Fixed one of 3 newly found issues with static typing: now Map serialization handles it properly. Next need to tackle Collection and Object[] by cowtowncoder · 15 years ago
- 1ab36b6 Minor Eclipse warning cleanup (3.5 warns about more things it seems) by cowtowncoder · 15 years ago
- 4cebdb3 Minor refactoring; also, adding direct serialization support for TokenBuffer type (still need reverse, deserialization) by cowtowncoder · 15 years ago
- fa1dc34 Fixed a problem with TokenBuffer -- now all basic tests work as expected. by cowtowncoder · 15 years ago
- d692cec More work on TokenBuffer, completing implementation of [JACKSON-175] by cowtowncoder · 15 years ago
- ae68cad Completed TokenBuffer impl, added basic unit tests. Next will start using for conversions. by cowtowncoder · 15 years ago
- 8023ed9 More work on TokenBuffer, almost complete, need to test, integrate by cowtowncoder · 15 years ago
- 7591117 Starting to implement TokenBuffer functionality by cowtowncoder · 15 years ago