- fb7e94d Fix [JACKSON-568] by cowtowncoder · 14 years ago
- 054b2d1 Add missing OSGi dependency to format pkg by cowtowncoder · 14 years ago
- 7612aaa Fixed [JACKSON-481] in trunk (OSGi env must include 1.5 AND 1.6) by cowtowncoder · 14 years ago
- 7b4fb64 ... by cowtowncoder · 14 years ago
- 1dd5f88 Removed matching unit tests for xml-backend by cowtowncoder · 14 years ago
- 1c9f062 Surpring finding: bit of optimization can yield further +10% for UTF-8 text parsing speed. Delightful! by cowtowncoder · 14 years ago
- 1ef84c5 Working on implementing pluggable serialization side filtering by cowtowncoder · 14 years ago
- 454fc01 ... by cowtowncoder · 14 years ago
- 4d9e192 Adding specialized deserializer for Collection<String> by cowtowncoder · 14 years ago
- dd3f842 Added more custom serializers for String arrays, refactoring packaging for serializer implementations by cowtowncoder · 14 years ago
- 5bc12a6 ... by cowtowncoder · 14 years ago
- b02c293 Fixes to OSGi buld by cowtowncoder · 14 years ago
- d83768d Refactoring to complete xml-backed serializer by cowtowncoder · 14 years ago
- 09d311a Refactoring mr bean slightly, ditto for xml-backed codec by cowtowncoder · 14 years ago
- 9f80c97 First tests for basic module interface [JACKSON-297], works so far by cowtowncoder · 14 years ago
- ef7d65f Working on [JACKSON-411] by cowtowncoder · 14 years ago
- 8c99fa5 Forgot to add OSGi dependency that [JACKSON-404] patch needs by cowtowncoder · 14 years ago
- 06b039e Implement [JACKSON-405], add simple interactive Smile encoding/decoding tool for testing by cowtowncoder · 14 years ago
- b415685 Fix a cut'n paste error in jackson-xc module (osgi) by cowtowncoder · 15 years ago
- 95335b4 Added missing OSGi dependency declarations (wrt Version changes) by cowtowncoder · 15 years ago
- 778cad0 More work with version info, now gets built in jars/bundles by cowtowncoder · 15 years ago
- 399523a ... 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
- f31edb8 Implemented [JACKSON-333], start work on related part for JsonParser by cowtowncoder · 15 years ago
- 02cf355 Fixed Mr Bean's handling of abstract classes. by cowtowncoder · 15 years ago
- 6c00aa9 Added [JACKSON-295], jackson-all jar by cowtowncoder · 15 years ago
- 15f6b7f Further improvements to build scripts by cowtowncoder · 15 years ago
- 6daa86f Mr. Bean jar now builds; still need to inject repackaged version of asm by cowtowncoder · 15 years ago
- e7a5aeb Starting refactoring to create new "mr bean" package for bean materializer by cowtowncoder · 15 years ago
- f81842f Workaround to build problem wrt materializer, repackaged asm by cowtowncoder · 15 years ago
- 0d9c44d Build changes to produce smile jars 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
- 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
- 9374d35 fixed [JACKSON-269] in trunk (separate commit due to my svn workspace being bit messed up) by cowtowncoder · 15 years ago
- 0289621 Completed [JACKSON-218], adding improved/extended support for Joda date/time types. by cowtowncoder · 15 years ago
- 9497298 Annotation refactoring: moved JsonTypeInfo (et al) to org.codehaus.jackson.annotate. by cowtowncoder · 15 years ago
- f6464ee Starting work on [JACKSON-91], polymorphic deserialization by cowtowncoder · 15 years ago
- 2a63765 Javadoc cleanup by cowtowncoder · 15 years ago
- 78ff3fa Refactored the way external/extended serializers and deserializers are added (ones for types that are optional on platform). Also improved support for Joda DateTime type as part of refactoring. by cowtowncoder · 15 years ago
- 0eef871 More work on JacksonJsonProvider; added JacksonJaxbJsonProvider, configurability. by cowtowncoder · 15 years ago
- a75f75d Fixed [JACKSON-162], OSGi bundle problems. by cowtowncoder · 15 years ago
- 308fa71 Fixed a minor OSGi build problem 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
- d26ad2a Trying to make snapshot maven deploys work... by cowtowncoder · 16 years ago
- 23ec828 Starting to carve out xc jar by cowtowncoder · 16 years ago
- 29eaa4b Fixed a minor OSGi build problem, removed 'final' from JsonGenerator.setFeature(). by cowtowncoder · 16 years ago
- c0ae540 Removed META-INF/services headers from Jackon-JAX-RS/json provider jar. by cowtowncoder · 16 years ago
- 72304f7 Working on improving Jackson-based JAX-RS message body reader/writer implementation. by cowtowncoder · 16 years ago
- 52be9c9 Finalizing changes for 0.9.9-3 release. by cowtowncoder · 16 years ago
- 179caae Minor cleanup for 0.9.9 release. by cowtowncoder · 16 years ago
- e0a3f24 Implemented [JACKSON-67], jax-rs provider piece. by cowtowncoder · 16 years ago
- 7c4b924 Adding basics of "meta annotations", needed to fully statically specify inheritance rules. by cowtowncoder · 16 years ago
- 03f8918 Adding support for automated Maven deployments... by cowtowncoder · 16 years ago
- 288e83d Refactoring: moving JsonNode in main API package (org.codehaus.jackson); moved node impls in new "org.codehaus.jackson.node" package (and removing "org.codehaus.jackson.map.node"). by cowtowncoder · 16 years ago
- 48867ae More refactoring: moving TypeReference into 'main' package, out of 'map' package. This will be needed when integrating object mapping support into parser, generator. by cowtowncoder · 16 years ago
- a599968 Minor cleanup to OSGi build, updated version number. by cowtowncoder · 16 years ago
- 6fe4438 Working on [JACKSON-29], split classes in 2 jars. by cowtowncoder · 16 years ago
- 1275a2b Refactoring build file, to split Jackson jars into 2; core parser/generator and mapping functionality. by cowtowncoder · 16 years ago