- 36d7b34 ... by cowtowncoder · 14 years ago
- 72451f4 Complete [JACKSON-386] implementation; optional/external type handling improvement by cowtowncoder · 14 years ago
- 5e323c4 ... by cowtowncoder · 14 years ago
- 137ac3a Implemented [JACKSON-360], handling of "" as null for Joda types by cowtowncoder · 14 years ago
- 6057934 ... by cowtowncoder · 14 years ago
- 8c6b829 Fixed [JACKSON-384], problems with @JsonAnyGetter when using regular getter method name by cowtowncoder · 14 years ago
- be7441a ... by cowtowncoder · 14 years ago
- e69443f Modify release info a bit (as JACKSON-377 was merged to 1.5.x), add a unit test by cowtowncoder · 14 years ago
- e21d4e8 Fixed [JACKSON-377], ThrowableDeserializer not correctly handling @JsonCreator or @JsonAnySetter by cowtowncoder · 14 years ago
- 5e8ada5 Fixed [JACKSON-376], problems writing Smile binary data as object property by cowtowncoder · 14 years ago
- 17775ae Fixed [JACKSON-372], issue with primitive types, @JsonCreator by cowtowncoder · 14 years ago
- 5e7a2a1 ... by cowtowncoder · 14 years ago
- 97b29c9 Resolving last compiler warnings, update release notes for 1.6 by cowtowncoder · 15 years ago
- 027ee28 Trying to resolve all compilation, javadoc warnings for 1.6.0 release by cowtowncoder · 15 years ago
- 76c7aa1 Completed [JACKSON-278] implementation, allowing access to Version information by cowtowncoder · 15 years ago
- bbed072 Sync credits entries from 1.5 branch by cowtowncoder · 15 years ago
- 2ca5a75 Implemented [JACKSON-308], make XMLGregorianCalendar configurable using standard date serialization configuration by cowtowncoder · 15 years ago
- 8e4979b Fix [JACKSON-352] as suggested by cowtowncoder · 15 years ago
- cada2e5 Fixed [JACKSON-313], ignored properties should not be passed to @JsonAnySetter by cowtowncoder · 15 years ago
- 4c5caf1 Fixed [JACKSON-268] by cowtowncoder · 15 years ago
- 488ca49 Significant rewrite of JaxbAnnotationIntrospector to fix [JACKSON-303], possibly by cowtowncoder · 15 years ago
- f31edb8 Implemented [JACKSON-333], start work on related part for JsonParser by cowtowncoder · 15 years ago
- 4ecd4dd Implemented [JACKSON-253] by cowtowncoder · 15 years ago
- 17d7537 Implemented [JACKSON-257]: ability to register subtypes for polymorphic (de)serialization (ObjectMapper.registerSubtypes(...)) by cowtowncoder · 15 years ago
- ed86a0c Fixed [JACKSON-339] by cowtowncoder · 15 years ago
- 7d1efbc Implemented [JACKSON-337], add ObjectMapper.valueToTree() by cowtowncoder · 15 years ago
- b7ffce9 Implemented [JACKSON-210], set of find methods (value(s), parent(s), path) in JsonNode. by cowtowncoder · 15 years ago
- aaa94e5 Implemented [JACKSON-316], ability to do per-serialization indentation by adding methods by cowtowncoder · 15 years ago
- dc5d36b Implemented [JACKSON-292], "any-getter" by cowtowncoder · 15 years ago
- b1f5ba6 Implemented [JACKSON-287], JsonParser.releaseBufferedContent(). by cowtowncoder · 15 years ago
- 6c00aa9 Added [JACKSON-295], jackson-all jar by cowtowncoder · 15 years ago
- 68958fb ... by cowtowncoder · 15 years ago
- 0c21af1 Fix [JACKSON-328]; Map/Collection-getter-as-setter had accidentally higher precedence than property field. by cowtowncoder · 15 years ago
- 181ab0a Implement [JACKSON-326], addition of JsonParser.hasTextCharacters() by cowtowncoder · 15 years ago
- 72976cd Add a unit test to reproduce [JACKSON-309] by cowtowncoder · 15 years ago
- 1940d07 Implement [JACKSON-314], SerializationConfig.Feature.WRITE_NULL_MAP_VALUES, to allow suppressing null-valued Map entries. by cowtowncoder · 15 years ago
- 95900f0 Fixed issue with tests for [JACKSON-235]; now support for parent/child references complete. by cowtowncoder · 15 years ago
- 3fa9e34 Fixed [JACKSON-311], problems deserializing "untyped" (java.lang.Object) bean properties. by cowtowncoder · 15 years ago
- 152f12d Implemented (finally!) [JACKSON-212], ability to serialize/deserialize Enums using toString() method instead of name() by cowtowncoder · 15 years ago
- f4aef57 Implemented [JACKSON-300], ability to make JsonParser accept non-standard backslash escapes. by cowtowncoder · 15 years ago
- 58e85b4 Implemented [JACKSON-301]; adding new exception type to support finding of which property failed to be bound. by cowtowncoder · 15 years ago
- ad8a2ca Implemented [JACKSON-299], MinimalPrettyPrinter, to tackle simple output structure decorations 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
- 92adb19 ... by cowtowncoder · 15 years ago
- 42ac83f Implemented [JACKSON-302] (JsonNode.has(...)) by cowtowncoder · 15 years ago
- a5eb9a6 Completed [JACKSON-283], full support for JDK atomic types. by cowtowncoder · 15 years ago
- db0ba3e Implemented [JACKSON-193], now @JsonCreator (for static factory methods) and @JsonValue work for enum types. by cowtowncoder · 15 years ago
- 809a62a Started working on [JACKSON-283], atomic types (int, long, boolean, ref) now serialized correctly. Still need to deserialize. by cowtowncoder · 15 years ago
- b180beb Implemented [JACKSON-289], SerializationConfig.Feature.WRITE_CHAR_ARRAYS_AS_JSON_ARRAYS; also fixed a related bug on deserializer not accepting such arrays. by cowtowncoder · 15 years ago
- 5fbe176 Implemented [JACKSON-290] -- @JsonWriteNullProperties can be used with fields -- and [JACKSON-282], add SerializationConfig.Feature.CLOSE_CLOSEABLE. by cowtowncoder · 15 years ago
- c011bbe Merged [JACKSON-285] fix to 1.4 and 1.5 branches by cowtowncoder · 15 years ago
- 5dedce7 Mark [JACKSON-273] as fixed, implement [JACKSON-274] (undeprecated @JsonGetter, @JsonSetter) 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
- 43be184 Update release notes, javadocs by cowtowncoder · 15 years ago
- 43c72f8 Implemented [JACKSON-261], @JsonView now implies "property-ness" of field/method, similar to how @JsonSerialize/@JsonDeserialize/@JsonProperty do by cowtowncoder · 15 years ago
- f236026 Merged [JACKSON-264] fix in 1.5.1 from trunk, updated release notes by cowtowncoder · 15 years ago
- eb4d91a Implemented [JACKSON-264], ability to "update value"; bind JSON data into existing beans (instead of instantiating new one), using new ObjectReader object via ObjectMapper.updatingReader() by cowtowncoder · 15 years ago
- fb21c8c Fixed [JACKSON-263]; bug in BooleanNode.asToken() by cowtowncoder · 15 years ago
- 5f5cb82 Implemented [JACKSON-259], JsonParser.Feature.CANONICALIZE_FIELD_NAMES. by cowtowncoder · 15 years ago
- 9b6a4d6 Fixed [JACKSON-256] by cowtowncoder · 15 years ago
- 0cec35c Fixed [JACKSON-250], [JACKSON-255] by cowtowncoder · 15 years ago
- 2790b59 Completed implementation of [JACKSON-244], ability to auto-detect private fields (amongst other things): implemented as generic ability to define minimum visibility levels. by cowtowncoder · 15 years ago
- fd8468d Implemented [JACKSON-245], ability to enable JSONP wrapping for JAX-RS provider (for single static function name) by cowtowncoder · 15 years ago
- 07f858e Fixed [JACKSON-251], added impl for [JACKSON-245], foundational support for [JACKSON-244] by cowtowncoder · 15 years ago
- 176480e Fixed [JACKSON-246], problems with JAXB property name handling. by cowtowncoder · 15 years ago
- d6f3fef Implemented [JACKSON-232], ability to exclude non-annotated properties when serializing using explicit views. by cowtowncoder · 15 years ago
- 0289621 Completed [JACKSON-218], adding improved/extended support for Joda date/time types. by cowtowncoder · 15 years ago
- 55b8ed0 Implemented [JACKSON-241], ability to define additional ignorable ("untouchable") classes and interfaces. by cowtowncoder · 15 years ago
- 5f12a1f Implemented [JACKSON-236] by cowtowncoder · 15 years ago
- 67ce648 Sync up release notes from earlier versions by cowtowncoder · 15 years ago
- c74cc82 Implemented [JACKSON-221] by cowtowncoder · 15 years ago
- 6baa79e Implemented [JACKSON-234], support for JSONP. But also looks like there are some very strange transient unit test problems now (in 2 different places; but related to default typing) -- need to investigate. Not caused by this change however. by cowtowncoder · 15 years ago
- 3638947 Completed [JACKSON-91], Polymorphic Type Handling by cowtowncoder · 15 years ago
- 9497298 Annotation refactoring: moved JsonTypeInfo (et al) to org.codehaus.jackson.annotate. by cowtowncoder · 15 years ago
- e703113 Added ObjectMapper.DefaultTyping.NON_FINAL, for even more extensive type info usage. by cowtowncoder · 15 years ago
- 9c5c51d Implemented [JACKSON-229], TypeFactory methods for constructing parametric (generic) types, to avoid having to use TypeReference. by cowtowncoder · 15 years ago
- b1a1539 Implemented [JACKSON-160]; ability to do limited polymorphic deserialization using factory methods creators (which can construct instances of sub-classes). by cowtowncoder · 15 years ago
- 656203d Implemented manual PMD, getting it close to working (and figured out last (?) remaining problem); fixing bugs in some unit tests in the process.A by cowtowncoder · 15 years ago
- 4cebdb3 Minor refactoring; also, adding direct serialization support for TokenBuffer type (still need reverse, deserialization) by cowtowncoder · 15 years ago
- fa1dc34 Fixed a problem with TokenBuffer -- now all basic tests work as expected. by cowtowncoder · 15 years ago
- 063fb7f Fixed [JACKSON-220]; @JsonSerialize.using now works for all types. by cowtowncoder · 15 years ago
- 37fd0b1 Fixed two minor bugs; one with SegmentedStringWriter (2 methods of Appendable interface were not correctly implemented; not problem with Jackson's own usage), another with JsonFactory when constructing JsonGenerator to write to a File (was not necessarily closing FileOutputStream, if auto-close was disabled) by cowtowncoder · 15 years ago
- 6d7ce8f Fixed [WSTX-216], added related unit tests by cowtowncoder · 15 years ago
- 4032462 Fixed [JACKSON-214] by cowtowncoder · 15 years ago
- a7ec537 Cleaned up JsonView implementation 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
- 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
- 39e94cc Fixed [JACKSON-196] by cowtowncoder · 15 years ago
- 247790e ... by cowtowncoder · 15 years ago
- ebd817a ... 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
- 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
- eb68c15 Integrating [JACKSON-200] fix from trunk to 1.3.1 maintenance branch by cowtowncoder · 15 years ago
- 8d854bf Trying to fix [JACKSON-194], problems on Android 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