- f55db76 ... by cowtowncoder · 15 years ago
- 9350dbd Minor improvements to javadocs by cowtowncoder · 15 years ago
- e8fb2f3 Added sample code ('src/sample/CustomSerializationView') to show a way to customze bean serialization aspects. by cowtowncoder · 15 years ago
- 5dd8f76 ... by cowtowncoder · 15 years ago
- 2a63765 Javadoc cleanup by cowtowncoder · 15 years ago
- a7ec537 Cleaned up JsonView implementation by cowtowncoder · 15 years ago
- 939cdad Fix a minor problem with JsonView by cowtowncoder · 15 years ago
- 92278ee Minor cleanup of Json Views by cowtowncoder · 15 years ago
- 499a1f0 Implement first version of [JACKSON-138], aka JsonView. Will still need to think of if and how to allow other kinds of view identifiers beyond Classes. by cowtowncoder · 15 years ago
- 6b87a69 Forgot to check this in when refactoring. by cowtowncoder · 15 years ago
- 0ced75e Some more work on JsonView by cowtowncoder · 15 years ago
- 55013c6 Implemented [JACKSON-208] by cowtowncoder · 15 years ago
- 5e4e261 Completed [JACKSON-38] implementation; support for ser/deser of DOM trees as JSON Strings.B by cowtowncoder · 15 years ago
- 353a980 Start work on [JACKSON-38], baseline support for handling DOM types to/from JSON Strings. by cowtowncoder · 15 years ago
- e1cb89b Removed eclipse warnings by cowtowncoder · 15 years ago
- 62c17a3 Adding work-around for [JACKSON-187], GAE bug that causes problems for class auto-detection by cowtowncoder · 15 years ago
- 39e94cc Fixed [JACKSON-196] by cowtowncoder · 15 years ago
- 247790e ... by cowtowncoder · 15 years ago
- ebd817a ... 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
- 5d081b4 Minor unit test refactoring by cowtowncoder · 15 years ago
- e065093 Implemented [JACKSON-201] by cowtowncoder · 15 years ago
- 26033d0 Resolved remaining issues with [JACKSON-103] by cowtowncoder · 15 years ago
- 474088d Starting to work bit more on [JACKSON-103]; first step: add unit steps to reproduce problem (and verify that existing functionality still works) by cowtowncoder · 15 years ago
- e6f8472 Resolved an issue with dynamic loading of Joda time classes by cowtowncoder · 15 years ago
- 0298b22 Fixed [JACKSON-206], support for yet another iso-8601 date/time variation by cowtowncoder · 15 years ago
- 690efc6 Fixed [JACKSON-202] by cowtowncoder · 15 years ago
- cf64016 Fixed [JACKSON-203], added unit tests. by cowtowncoder · 15 years ago
- bf5a7a3 Fixed a regression bug (within trunk, not released) wrt handling of core xml types due to earlier refactoring. 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
- eb68c15 Integrating [JACKSON-200] fix from trunk to 1.3.1 maintenance branch by cowtowncoder · 15 years ago
- 93b48a5 Working on [JACKSON-200] by cowtowncoder · 15 years ago
- 8d854bf Trying to fix [JACKSON-194], problems on Android by cowtowncoder · 15 years ago
- 514ce18 Fixed [JACKSON-197] by cowtowncoder · 15 years ago
- 20743cc Implemented [JACKSON-191], statistics for cached serializer/deserializer info, flushing. by cowtowncoder · 15 years ago
- a6282ce Implemented [JACKSON-192], simple parser/generator delegates to make it easier to override parts of parsing/generation behavior. by cowtowncoder · 15 years ago
- 7d49de3 Fixed [JACKSON-190] by cowtowncoder · 15 years ago
- 69b9936 Another unit test for [JACKSON-190] by cowtowncoder · 15 years ago
- ccb9912 Working on [JACKSON-190], solved one problem by cowtowncoder · 15 years ago
- 6abe840 Added unit test to reproduce [JACKSON-190] by cowtowncoder · 15 years ago
- 55386fb Implemented [JACKSON-77], [JACKSON-89]; @JsonIgnoreProperties and related changes. by cowtowncoder · 15 years ago
- ea49982 Adding doug's CLA so access rights can be granted. by cowtowncoder · 15 years ago
- 0d04ccc Adding unit tests for last piece of [JACKSON-177] by cowtowncoder · 15 years ago
- e9b6d9c Further work on [JACKSON-77], almost done. 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
- 71bd8b9 ... by cowtowncoder · 15 years ago
- e6bda13 Yet another tiny test case. by cowtowncoder · 15 years ago
- 72633a3 Trying to reproduce [JACKSON-185] with more unit tests, failing so far. by cowtowncoder · 15 years ago
- 9270daa Unit test for verifying fix for [JACKSON-185] by cowtowncoder · 15 years ago
- 961593e Implemented [JACKSON-90], @JsonPropertyOrder annotation (and matching functionality) to allow explicit ordering of properties for serialization by cowtowncoder · 15 years ago
- b602e79 Starting work on [JACKSON-90] by cowtowncoder · 15 years ago
- a5021a4 Implemented [JACKSON-170] 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
- 93d2ce2 Bumped up version to 1.3.1-SNAPSHOT. by prb · 15 years ago
- 3c23fab Minor improvement to support ordering of output properties by cowtowncoder · 15 years ago
- 3a153a7 1.3.0 baseline by cowtowncoder · 15 years ago
- 48f7ad8 Misc improvements, unit tests by cowtowncoder · 15 years ago
- 0d6709a Fixed a minor javadoc problem reported by a user by cowtowncoder · 15 years ago
- feb086f Completed [JACKSON-182], now JAXB annotation introspector uses default setting for enable/disable of getter auto-detection. by cowtowncoder · 15 years ago
- c4e88d5 Baseline work to resolve [JACKSON-182] by cowtowncoder · 15 years ago
- baa9815 Added unit test to verify [JACKSON-182] by cowtowncoder · 15 years ago
- 98b416a Little bit more unit test coverage by cowtowncoder · 15 years ago
- ae0f9c0 Fixed [JACKSON-183], JsonDeserialize.as now works for root bean values too by cowtowncoder · 15 years ago
- 31c3eb0 Added unit tests to reproduce [JACKSON-183] by cowtowncoder · 15 years ago
- 2f4a50b Implemented [JACKSON-176] by cowtowncoder · 15 years ago
- 005db6a Starting work on [JACKSON-176] by cowtowncoder · 15 years ago
- cd7611d Cleaning up support for on/off intern() feature, moving to symbol tables. by cowtowncoder · 15 years ago
- 51c0897 Implemented [JACKSON-180], JsonParser.Feature.INTERN_FIELD_NAMES, to allow disabling field name interning. by cowtowncoder · 15 years ago
- c9364d6 Implemented [JACKSON-181] by cowtowncoder · 15 years ago
- 61842a8 Fixed [JACKSON-179], problems with long/Long argument factory creator by cowtowncoder · 15 years ago
- c81a326 ... by cowtowncoder · 15 years ago
- 455c834 Added unit test to check [JACKSON-179] by cowtowncoder · 15 years ago
- 605c870 Fixed [JACKSON-177] by cowtowncoder · 15 years ago
- 960d69b adding tests for the introspector by stoicflame · 15 years ago
- c469473 Minor improvements. by cowtowncoder · 15 years ago
- be07693 Added support for handling java.util.regex.Pattern. by cowtowncoder · 15 years ago
- 0eef871 More work on JacksonJsonProvider; added JacksonJaxbJsonProvider, configurability. by cowtowncoder · 15 years ago
- c286d44 ... by cowtowncoder · 15 years ago
- c1a6ea9 Clean up, adding unit tests by cowtowncoder · 15 years ago
- 6fe7b5b Added more unit tests for [JACKSON-174], completed implementation. by cowtowncoder · 15 years ago
- 9faa37e Initial unit tests for [JACKSON-174] by cowtowncoder · 15 years ago
- ae4bfc7 Working on [JACKSON-174] by cowtowncoder · 15 years ago
- 10cec05 Eclipse warning cleanup by cowtowncoder · 15 years ago
- d6c95af ... by cowtowncoder · 15 years ago
- 347330e Enum serialization improvements, part 2; now individual enums and EnumSets are handled efficiently. Still need to figure out what to do with EnumMaps. by cowtowncoder · 15 years ago
- c6b331c Working on improving performance of Enum serialization by cowtowncoder · 15 years ago
- 5096443 ... by cowtowncoder · 15 years ago
- a48269a Additional unit tests, found a minor bug in TextBuffer, fixed. by cowtowncoder · 15 years ago
- 284f1d8 Minor cleanup by cowtowncoder · 15 years ago
- 45add26 Added AnnotationIntrospector.findRootName(), tests, to support [JACKSON-163] by cowtowncoder · 15 years ago
- a667449 Minor refactoring, changing methods names to use 'token' instead of 'event' (to keep terminology consistent) by cowtowncoder · 15 years ago
- a13ae23 Completed [JACKSON-173] by cowtowncoder · 15 years ago
- d5d9406 Working on [JACKSON-173] by cowtowncoder · 15 years ago
- d5fe507 Added support for accessing JAXB namespace declarations via AnnotationIntrospector; will be needed for XML compatibility features. by cowtowncoder · 15 years ago
- 5fb9e0f Yet more unit tests (code coverage now bit above 80%... stupid branch coverage yet below 70%) by cowtowncoder · 15 years ago
- 58fa584 Added a simple test case to verify tree->POJO conversion works by cowtowncoder · 15 years ago
- fb8efb3 First working version of [JACKSON-129] by cowtowncoder · 15 years ago
- 5a49857 Yet more unit testing... not much more easy testing opportunities left, still bit short on 70% branch coverage goal. by cowtowncoder · 15 years ago
- d4ba511 More unit testing, coverage now 78%/66% (line/branch); aim to get 80%/70% by cowtowncoder · 15 years ago