- 126f5d0 Fix Smile issue#8 by cowtowncoder · 12 years ago
- 5f0a5a5 Major refactoring of various ObjectMapper.xxxReader() and .xxxWriter() methods, to unify naming which helps with documentation and intuitiveness. by cowtowncoder · 14 years ago
- 1d91bef more warnings cleanup by cowtowncoder · 14 years ago
- 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
- 8303b63 ... by cowtowncoder · 14 years ago
- b396368 Implement [JACKSON-578], ability to use @JsonView on JAX-RS resource methods by cowtowncoder · 14 years ago
- 9af6765 One last (?) round of config refactoring before completing support for HandlerInstatiatiors by cowtowncoder · 14 years ago
- 16d7f63 Solving all remaining TypeFactory use cases, except for last 2 by cowtowncoder · 14 years ago
- 8e20dac Address [JACKSON-518], problems with JAX-RS, methods with types that are plain TypeVariables (public T getValue()) by cowtowncoder · 14 years ago
- 088777c Fixed [JACKSON-456] by cowtowncoder · 14 years ago
- 114c7eb Fixed [JACKSON-399], JAX-RS provider not passing generic (root) type declaration by cowtowncoder · 14 years ago
- 76c7aa1 Completed [JACKSON-278] implementation, allowing access to Version information by cowtowncoder · 15 years ago
- f253356 ... by cowtowncoder · 15 years ago
- 07f858e Fixed [JACKSON-251], added impl for [JACKSON-245], foundational support for [JACKSON-244] by cowtowncoder · 15 years ago
- c2d6f62 Add missing constructor back in JAX-RS provider. by cowtowncoder · 15 years ago
- 55b8ed0 Implemented [JACKSON-241], ability to define additional ignorable ("untouchable") classes and interfaces. by cowtowncoder · 15 years ago
- 4ca8676 Resolved [JACKSON-215] by cowtowncoder · 15 years ago
- 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
- 514ce18 Fixed [JACKSON-197] by cowtowncoder · 15 years ago
- 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
- 15a5257 Working on adding ordering of serialized properties by cowtowncoder · 15 years ago
- a819601 Added ExceptionMapper implementations for JsonParseException and JsonMappingException; resolves JACKSON-184. by prb · 15 years ago
- 48f7ad8 Misc improvements, unit tests by cowtowncoder · 15 years ago
- c9364d6 Implemented [JACKSON-181] by cowtowncoder · 15 years ago
- 0eef871 More work on JacksonJsonProvider; added JacksonJaxbJsonProvider, configurability. by cowtowncoder · 15 years ago
- 10cec05 Eclipse warning cleanup by cowtowncoder · 15 years ago
- 284f1d8 Minor cleanup by cowtowncoder · 15 years ago
- 1e08382 Improved javadocs. by cowtowncoder · 16 years ago
- 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
- c0ae540 Removed META-INF/services headers from Jackon-JAX-RS/json provider jar. by cowtowncoder · 16 years ago
- d4212e8 ... by cowtowncoder · 16 years ago
- 8ade9cf Added "text/json" as applicable type for jax-rs provider. by cowtowncoder · 16 years ago
- 13e318e Fix to JAX-RS provider (as per Paul S' suggestion), was passing wrong type for context resolver access. by cowtowncoder · 16 years ago
- 7d2250e Fixed a problem with Jax-RS provider, needs to check provider with no media type, it seems... by cowtowncoder · 16 years ago
- 72304f7 Working on improving Jackson-based JAX-RS message body reader/writer implementation. by cowtowncoder · 16 years ago
- c3c0e28 Minor improvements to JAX-RS provider; can now easily enable indentation. by cowtowncoder · 16 years ago
- 30dd6eb Minor fixes to JAX-RS provider, trying to prevent "accidental binding". by cowtowncoder · 16 years ago
- 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
- e06f249 Checking in [JACKSON-85] implementation. by cowtowncoder · 16 years ago
- 179caae Minor cleanup for 0.9.9 release. by cowtowncoder · 16 years ago
- af85a99 Improved JacksonJsonProvider based on suggestions by Ryan H. by cowtowncoder · 16 years ago
- e0a3f24 Implemented [JACKSON-67], jax-rs provider piece. by cowtowncoder · 16 years ago
- ee7fd2d Adding first cut at Jackson-based JAX-RS+JSON provider. by cowtowncoder · 16 years ago