1. fb7e94d Fix [JACKSON-568] by cowtowncoder · 14 years ago
  2. 054b2d1 Add missing OSGi dependency to format pkg by cowtowncoder · 14 years ago
  3. 7612aaa Fixed [JACKSON-481] in trunk (OSGi env must include 1.5 AND 1.6) by cowtowncoder · 14 years ago
  4. 7b4fb64 ... by cowtowncoder · 14 years ago
  5. 1dd5f88 Removed matching unit tests for xml-backend by cowtowncoder · 14 years ago
  6. 1c9f062 Surpring finding: bit of optimization can yield further +10% for UTF-8 text parsing speed. Delightful! by cowtowncoder · 14 years ago
  7. 1ef84c5 Working on implementing pluggable serialization side filtering by cowtowncoder · 14 years ago
  8. 454fc01 ... by cowtowncoder · 14 years ago
  9. 4d9e192 Adding specialized deserializer for Collection<String> by cowtowncoder · 14 years ago
  10. dd3f842 Added more custom serializers for String arrays, refactoring packaging for serializer implementations by cowtowncoder · 14 years ago
  11. 5bc12a6 ... by cowtowncoder · 14 years ago
  12. b02c293 Fixes to OSGi buld by cowtowncoder · 14 years ago
  13. d83768d Refactoring to complete xml-backed serializer by cowtowncoder · 14 years ago
  14. 09d311a Refactoring mr bean slightly, ditto for xml-backed codec by cowtowncoder · 14 years ago
  15. 9f80c97 First tests for basic module interface [JACKSON-297], works so far by cowtowncoder · 14 years ago
  16. ef7d65f Working on [JACKSON-411] by cowtowncoder · 14 years ago
  17. 8c99fa5 Forgot to add OSGi dependency that [JACKSON-404] patch needs by cowtowncoder · 14 years ago
  18. 06b039e Implement [JACKSON-405], add simple interactive Smile encoding/decoding tool for testing by cowtowncoder · 14 years ago
  19. b415685 Fix a cut'n paste error in jackson-xc module (osgi) by cowtowncoder · 15 years ago
  20. 95335b4 Added missing OSGi dependency declarations (wrt Version changes) by cowtowncoder · 15 years ago
  21. 778cad0 More work with version info, now gets built in jars/bundles by cowtowncoder · 15 years ago
  22. 399523a ... by cowtowncoder · 15 years ago
  23. a2e36cf Initial baseline work to get [JACKSON-278] (exposing version information via API) implemented for 1.6.0 by cowtowncoder · 15 years ago
  24. f31edb8 Implemented [JACKSON-333], start work on related part for JsonParser by cowtowncoder · 15 years ago
  25. 02cf355 Fixed Mr Bean's handling of abstract classes. by cowtowncoder · 15 years ago
  26. 6c00aa9 Added [JACKSON-295], jackson-all jar by cowtowncoder · 15 years ago
  27. 15f6b7f Further improvements to build scripts by cowtowncoder · 15 years ago
  28. 6daa86f Mr. Bean jar now builds; still need to inject repackaged version of asm by cowtowncoder · 15 years ago
  29. e7a5aeb Starting refactoring to create new "mr bean" package for bean materializer by cowtowncoder · 15 years ago
  30. f81842f Workaround to build problem wrt materializer, repackaged asm by cowtowncoder · 15 years ago
  31. 0d9c44d Build changes to produce smile jars by cowtowncoder · 15 years ago
  32. 4fbc10e Minor OSGi build cleanup; checking in work-in progress annotations for handling back references (ORM parent/child) by cowtowncoder · 15 years ago
  33. 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
  34. 9374d35 fixed [JACKSON-269] in trunk (separate commit due to my svn workspace being bit messed up) by cowtowncoder · 15 years ago
  35. 0289621 Completed [JACKSON-218], adding improved/extended support for Joda date/time types. by cowtowncoder · 15 years ago
  36. 9497298 Annotation refactoring: moved JsonTypeInfo (et al) to org.codehaus.jackson.annotate. by cowtowncoder · 15 years ago
  37. f6464ee Starting work on [JACKSON-91], polymorphic deserialization by cowtowncoder · 15 years ago
  38. 2a63765 Javadoc cleanup by cowtowncoder · 15 years ago
  39. 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
  40. 0eef871 More work on JacksonJsonProvider; added JacksonJaxbJsonProvider, configurability. by cowtowncoder · 15 years ago
  41. a75f75d Fixed [JACKSON-162], OSGi bundle problems. by cowtowncoder · 15 years ago
  42. 308fa71 Fixed a minor OSGi build problem by cowtowncoder · 16 years ago
  43. fb9e93b Cleaning up configuration some more, related to [JACKSON-148], and to unify configuration between SerializationConfig/JsonFactory/JsonParser/JsonGenerator. by cowtowncoder · 16 years ago
  44. e87d991 Implemented [JACKSON-149] by cowtowncoder · 16 years ago
  45. d26ad2a Trying to make snapshot maven deploys work... by cowtowncoder · 16 years ago
  46. 23ec828 Starting to carve out xc jar by cowtowncoder · 16 years ago
  47. 29eaa4b Fixed a minor OSGi build problem, removed 'final' from JsonGenerator.setFeature(). by cowtowncoder · 16 years ago
  48. c0ae540 Removed META-INF/services headers from Jackon-JAX-RS/json provider jar. by cowtowncoder · 16 years ago
  49. 72304f7 Working on improving Jackson-based JAX-RS message body reader/writer implementation. by cowtowncoder · 16 years ago
  50. 52be9c9 Finalizing changes for 0.9.9-3 release. by cowtowncoder · 16 years ago
  51. 179caae Minor cleanup for 0.9.9 release. by cowtowncoder · 16 years ago
  52. e0a3f24 Implemented [JACKSON-67], jax-rs provider piece. by cowtowncoder · 16 years ago
  53. 7c4b924 Adding basics of "meta annotations", needed to fully statically specify inheritance rules. by cowtowncoder · 16 years ago
  54. 03f8918 Adding support for automated Maven deployments... by cowtowncoder · 16 years ago
  55. 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
  56. 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
  57. a599968 Minor cleanup to OSGi build, updated version number. by cowtowncoder · 16 years ago
  58. 6fe4438 Working on [JACKSON-29], split classes in 2 jars. by cowtowncoder · 16 years ago
  59. 1275a2b Refactoring build file, to split Jackson jars into 2; core parser/generator and mapping functionality. by cowtowncoder · 16 years ago