1. 126f5d0 Fix Smile issue#8 by cowtowncoder · 12 years ago
  2. 5f0a5a5 Major refactoring of various ObjectMapper.xxxReader() and .xxxWriter() methods, to unify naming which helps with documentation and intuitiveness. by cowtowncoder · 14 years ago
  3. 1d91bef more warnings cleanup by cowtowncoder · 14 years ago
  4. dd7618c Implemented [JACKSON-614]: add JsonTypeInfo.defaultImpl, to allow specifying fallback type to use if type name is missing or unmappable by cowtowncoder · 14 years ago
  5. 8303b63 ... by cowtowncoder · 14 years ago
  6. b396368 Implement [JACKSON-578], ability to use @JsonView on JAX-RS resource methods by cowtowncoder · 14 years ago
  7. 9af6765 One last (?) round of config refactoring before completing support for HandlerInstatiatiors by cowtowncoder · 14 years ago
  8. 16d7f63 Solving all remaining TypeFactory use cases, except for last 2 by cowtowncoder · 14 years ago
  9. 8e20dac Address [JACKSON-518], problems with JAX-RS, methods with types that are plain TypeVariables (public T getValue()) by cowtowncoder · 14 years ago
  10. 088777c Fixed [JACKSON-456] by cowtowncoder · 14 years ago
  11. 114c7eb Fixed [JACKSON-399], JAX-RS provider not passing generic (root) type declaration by cowtowncoder · 14 years ago
  12. 76c7aa1 Completed [JACKSON-278] implementation, allowing access to Version information by cowtowncoder · 15 years ago
  13. f253356 ... by cowtowncoder · 15 years ago
  14. 07f858e Fixed [JACKSON-251], added impl for [JACKSON-245], foundational support for [JACKSON-244] by cowtowncoder · 15 years ago
  15. c2d6f62 Add missing constructor back in JAX-RS provider. by cowtowncoder · 15 years ago
  16. 55b8ed0 Implemented [JACKSON-241], ability to define additional ignorable ("untouchable") classes and interfaces. by cowtowncoder · 15 years ago
  17. 4ca8676 Resolved [JACKSON-215] by cowtowncoder · 15 years ago
  18. 9c9db0c Improvements to JAX-RS module to make base JacksonJsonProvider not have dependency on XC module (there was an accidental dependency) by cowtowncoder · 15 years ago
  19. 514ce18 Fixed [JACKSON-197] by cowtowncoder · 15 years ago
  20. 9da20fa Implemented first part of [JACKSON-77], ability to annotate classes with explicit suppression/ignoral of named properties; first for output (serialization). by cowtowncoder · 15 years ago
  21. 15a5257 Working on adding ordering of serialized properties by cowtowncoder · 15 years ago
  22. a819601 Added ExceptionMapper implementations for JsonParseException and JsonMappingException; resolves JACKSON-184. by prb · 15 years ago
  23. 48f7ad8 Misc improvements, unit tests by cowtowncoder · 15 years ago
  24. c9364d6 Implemented [JACKSON-181] by cowtowncoder · 15 years ago
  25. 0eef871 More work on JacksonJsonProvider; added JacksonJaxbJsonProvider, configurability. by cowtowncoder · 15 years ago
  26. 10cec05 Eclipse warning cleanup by cowtowncoder · 15 years ago
  27. 284f1d8 Minor cleanup by cowtowncoder · 15 years ago
  28. 1e08382 Improved javadocs. by cowtowncoder · 16 years ago
  29. 966e396 Implemented [JACKSON-123], need to add unit tests to verify (probably have to go in 'xc' part, to test with JAXB) by cowtowncoder · 16 years ago
  30. c0ae540 Removed META-INF/services headers from Jackon-JAX-RS/json provider jar. by cowtowncoder · 16 years ago
  31. d4212e8 ... by cowtowncoder · 16 years ago
  32. 8ade9cf Added "text/json" as applicable type for jax-rs provider. by cowtowncoder · 16 years ago
  33. 13e318e Fix to JAX-RS provider (as per Paul S' suggestion), was passing wrong type for context resolver access. by cowtowncoder · 16 years ago
  34. 7d2250e Fixed a problem with Jax-RS provider, needs to check provider with no media type, it seems... by cowtowncoder · 16 years ago
  35. 72304f7 Working on improving Jackson-based JAX-RS message body reader/writer implementation. by cowtowncoder · 16 years ago
  36. c3c0e28 Minor improvements to JAX-RS provider; can now easily enable indentation. by cowtowncoder · 16 years ago
  37. 30dd6eb Minor fixes to JAX-RS provider, trying to prevent "accidental binding". by cowtowncoder · 16 years ago
  38. a90bc03 Fixed the other half of the problem with Json provider, thanks to Stephen D pointing out what I missed earlier. by cowtowncoder · 16 years ago
  39. e06f249 Checking in [JACKSON-85] implementation. by cowtowncoder · 16 years ago
  40. 179caae Minor cleanup for 0.9.9 release. by cowtowncoder · 16 years ago
  41. af85a99 Improved JacksonJsonProvider based on suggestions by Ryan H. by cowtowncoder · 16 years ago
  42. e0a3f24 Implemented [JACKSON-67], jax-rs provider piece. by cowtowncoder · 16 years ago
  43. ee7fd2d Adding first cut at Jackson-based JAX-RS+JSON provider. by cowtowncoder · 16 years ago