Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 1 | Project: jackson-databind |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 2 | |
| 3 | ------------------------------------------------------------------------ |
| 4 | === Releases === |
| 5 | ------------------------------------------------------------------------ |
| 6 | |
Tatu Saloranta | c8e44bb | 2015-01-13 20:21:32 -0800 | [diff] [blame] | 7 | 2.4.5 (13-Jan-2015) |
Cowtowncoder | 87e4661 | 2014-11-25 14:24:36 -0800 | [diff] [blame] | 8 | |
| 9 | #635: Reduce cachability of `Map` deserializers, to avoid problems with per-property config changes |
| 10 | (regression due to #604) |
Cowtowncoder | 7ec59e4 | 2014-12-17 11:13:40 -0800 | [diff] [blame] | 11 | #656: `defaultImpl` configuration is ignored for `WRAPPER_OBJECT` |
Cowtowncoder | 7d4201c | 2014-11-26 10:31:40 -0800 | [diff] [blame] | 12 | - Solve potential cyclic-resolution problem for `UntypedObjectDeserializer` |
Cowtowncoder | 87e4661 | 2014-11-25 14:24:36 -0800 | [diff] [blame] | 13 | |
Tatu Saloranta | 1425658 | 2014-11-24 18:20:03 -0800 | [diff] [blame] | 14 | 2.4.4 (24-Nov-2014) |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 15 | |
| 16 | (jackson-core)#158: Setter confusion on assignable types |
| 17 | (reported by tsquared2763@github) |
Tatu Saloranta | 23328aa | 2014-10-28 22:38:15 -0700 | [diff] [blame] | 18 | #245: Calls to ObjectMapper.addMixInAnnotations() on an instance returned by ObjectMapper.copy() |
| 19 | don't work |
| 20 | (reported by Erik D) |
Cowtowncoder | c28f74c | 2014-10-14 17:21:28 -0700 | [diff] [blame] | 21 | #580: delegate deserializers choke on a (single) abstract/polymorphic parameter |
| 22 | (reported by Ian B, tea-dragon@github) |
Tatu Saloranta | 2fd20c5 | 2014-10-21 10:33:13 -0700 | [diff] [blame] | 23 | #590: Binding invalid Currency gives nonsense at end of the message |
| 24 | (reported by Jerbell@github) |
Tatu Saloranta | bcccd3e | 2014-10-28 20:32:47 -0700 | [diff] [blame] | 25 | #592: Wrong `TokenBuffer` delegate deserialization using `@JsonCreator` |
| 26 | (reported by Eugene L) |
Tatu Saloranta | fd4eb1b | 2014-11-08 20:08:34 -0800 | [diff] [blame] | 27 | #601: ClassCastException for a custom serializer for enum key in `EnumMap` |
| 28 | (reported by Benson M) |
Cowtowncoder | 6b9d2c5 | 2014-11-07 16:13:53 -0800 | [diff] [blame] | 29 | #604: `Map` deserializers not being cached, causing performance problems |
Cowtowncoder | d7a94ed | 2014-11-12 10:00:11 -0800 | [diff] [blame] | 30 | #610: Fix forward reference in hierarchies |
| 31 | (contributed by zeito@github) |
Cowtowncoder | 6005b02 | 2014-11-18 13:02:04 -0800 | [diff] [blame] | 32 | #619: Off by one error in AnnotatedWithParams |
| 33 | (reported by stevetodd@github) |
Cowtowncoder | edf8674 | 2014-10-31 13:09:07 -0700 | [diff] [blame] | 34 | - Minor fix to `EnumSerializer` regarding detection "serialize using index" |
Cowtowncoder | 95267b0 | 2014-11-07 15:36:22 -0800 | [diff] [blame] | 35 | - Minor fix to number serializers, to call proper callback for schema generation |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 36 | |
| 37 | 2.4.3 (02-Oct-2014) |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 38 | |
Cowtowncoder | 0e03ef1 | 2014-09-23 15:31:51 -0700 | [diff] [blame] | 39 | #496: Wrong result with `new TextNode("false").asBoolean(true)` |
| 40 | (reported by Ivar R, ivarru@github) |
Cowtowncoder | b126e8e | 2014-09-23 15:46:44 -0700 | [diff] [blame] | 41 | #511: DeserializationFeature.FAIL_ON_INVALID_SUBTYPE does not work |
| 42 | (reported by sbelikov@github) |
Tatu Saloranta | 3a1cff2 | 2014-08-19 22:23:00 -0700 | [diff] [blame] | 43 | #523: MapDeserializer and friends do not report the field/key name for mapping exceptions |
| 44 | (reported by Ian B, tea-dragon@github) |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 45 | #524: @JsonIdentityReference(alwaysAsId = true) Custom resolver is reset to SimpleObjectIdResolver |
| 46 | (reported by pkokorev@github) |
Cowtowncoder | 9a11fb9 | 2014-09-16 16:45:00 -0700 | [diff] [blame] | 47 | #541: @JsonProperty in @JsonCreator is conflicting with POJOs getters/attributes |
| 48 | (reported by fabienrenaud@github) |
Cowtowncoder | 9c2dc36 | 2014-09-15 15:52:31 -0700 | [diff] [blame] | 49 | #543: Problem resolving self-referential generic types |
Tatu Saloranta | 5e799a2 | 2014-10-02 23:16:26 -0700 | [diff] [blame] | 50 | #570: Add Support for Parsing All Compliant ISO-8601 Date Formats |
| 51 | (requested by pfconrey@github) |
Tatu Saloranta | d34aab5 | 2014-09-01 22:39:35 -0700 | [diff] [blame] | 52 | - Fixed a problem with `acceptJsonFormatVisitor` with Collection/array types that |
| 53 | are marked with `@JsonValue`; could cause NPE in JSON Schema generator module. |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 54 | |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 55 | 2.4.2 (13-Aug-2014) |
Tatu Saloranta | 3ba7a90 | 2014-07-12 15:24:40 -0700 | [diff] [blame] | 56 | |
Tatu Saloranta | 9e080e2 | 2014-07-24 22:33:25 -0700 | [diff] [blame] | 57 | #506: Index is never set for Collection and Array in InvalidFormatException.Reference |
| 58 | (reported by Fabrice D, fabdouglas@github) |
Tatu | 341debd | 2014-08-13 16:06:27 -0700 | [diff] [blame] | 59 | #515: Mixin annotations lost when using a mixin class hierarchy with non-mixin interfaces |
| 60 | (reported by 'stevebread@github') |
Tatu Saloranta | 5205d94 | 2014-08-07 23:33:33 -0700 | [diff] [blame] | 61 | - Fixed a problem related to [jackson-dataformat-smile#19]. |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 62 | |
Tatu Saloranta | 9e080e2 | 2014-07-24 22:33:25 -0700 | [diff] [blame] | 63 | 2.4.1.2 (12-Jul-2014) |
| 64 | |
| 65 | Special one-off "micro patch" for: |
| 66 | |
| 67 | #503: Concurrency issue inside com.fasterxml.jackson.databind.util.LRUMap.get(Object) |
| 68 | (reported by fjtc@github) |
| 69 | |
Tatu Saloranta | 585f309 | 2014-07-11 15:56:05 -0700 | [diff] [blame] | 70 | 2.4.1.1 (18-Jun-2014) |
| 71 | |
| 72 | Special one-off "micro patch" for: |
| 73 | |
| 74 | #491: Temporary work-around for issue #490 (full fix for 2.5 needs to be |
| 75 | in `jackson-annotations`) |
| 76 | |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 77 | 2.4.1 (17-Jun-2014) |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 78 | |
| 79 | #479: NPE on trying to deserialize a `String[]` that contains null |
| 80 | (reported by huxi@github) |
Tatu Saloranta | 9ae3610 | 2014-06-09 16:55:57 -0700 | [diff] [blame] | 81 | #482: Make date parsing error behavior consistent with JDK |
| 82 | (suggested by Steve S, sanbeg@github) |
Tatu Saloranta | 54fd6d6 | 2014-06-15 15:43:07 -0700 | [diff] [blame] | 83 | #489 (partial): TypeFactory cache prevents garbage collection of custom ClassLoader |
| 84 | (reported by sftwrengnr@github) |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 85 | |
Tatu | 8705212 | 2014-06-10 11:45:43 -0700 | [diff] [blame] | 86 | 2.4.0 (02-Jun-2014) |
| 87 | |
Tatu Saloranta | 9c8022e | 2014-05-16 16:03:44 -0700 | [diff] [blame] | 88 | #81: Allow use of @JsonUnwrapped with typed (@JsonTypeInfo) classes, provided |
| 89 | that (new) feature `SerializationFeature.FAIL_ON_UNWRAPPED_TYPE_IDENTIFIERS` |
| 90 | is disabled |
| 91 | (constributed by Ben F, UnquietCode@github) |
Tatu Saloranta | 0e1e878 | 2014-01-11 19:51:21 -0800 | [diff] [blame] | 92 | #88: Prevent use of type information for `JsonNode` via default typing |
| 93 | (reported by electricmonk@github) |
Tatu Saloranta | 1847015 | 2014-03-16 22:56:04 -0700 | [diff] [blame] | 94 | #149: Allow use of "stringified" indexes for Enum values |
| 95 | (requested by chenboxiang@github) |
Tatu Saloranta | 77f4497 | 2014-03-16 23:00:04 -0700 | [diff] [blame] | 96 | #176: Allow use external Object Id resolver (to use with @JsonIdentityInfo etc) |
| 97 | (implemented by Pascal G) |
Tatu Saloranta | 6809c86 | 2014-04-14 20:10:15 -0700 | [diff] [blame] | 98 | #193: Conflicting property name definitions |
| 99 | (reported by Stuart J, sgjohnston@github) |
Tatu Saloranta | 85841c9 | 2014-05-05 21:00:59 -0700 | [diff] [blame] | 100 | #323: Serialization of the field with deserialization config |
| 101 | (reported by metanet@github) |
Tatu Saloranta | 4e387c2 | 2014-05-07 22:51:56 -0700 | [diff] [blame] | 102 | #327: Should not consider explicitly differing renames a fail, as long as all are explicit |
Tatu Saloranta | bad574a | 2014-04-12 14:03:07 -0700 | [diff] [blame] | 103 | #335: Allow use of `@JsonPropertyOrder(alphabetic=true)` for Map properties |
Tatu Saloranta | ff56edf | 2014-04-12 14:39:01 -0700 | [diff] [blame] | 104 | #352 Add `ObjectMapper.setConfig()` for overriding `SerializationConfig`/`DeserializationConfig` |
Tatu Saloranta | 5df4c4e | 2014-03-14 12:54:09 -0700 | [diff] [blame] | 105 | #353: Problems with polymorphic types, `JsonNode` (related to #88) |
| 106 | (reported by cemo@github) |
Tatu Saloranta | 8d6fa48 | 2014-03-17 21:06:11 -0700 | [diff] [blame] | 107 | #359: Converted object not using explicitly annotated serializer |
Tatu Saloranta | 6da83fc | 2014-03-17 21:07:28 -0700 | [diff] [blame] | 108 | (reported by Florian S [fschopp@github]) |
Tatu Saloranta | 11f7811 | 2014-03-14 20:55:09 -0700 | [diff] [blame] | 109 | #369: Incorrect comparison for renaming in `POJOPropertyBuilder` |
Tatu Saloranta | 478d4a4 | 2014-03-16 21:53:33 -0700 | [diff] [blame] | 110 | #375: Add `readValue()`/`readPropertyValue()` methods in `DeserializationContext` |
Tatu | bc43fb4 | 2014-05-21 16:07:20 -0700 | [diff] [blame] | 111 | #376: Add support for `@JsonFormat(shape=STRING)` for number serializers |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 112 | #381: Allow inlining/unwrapping of value from single-component JSON array |
| 113 | (contributed by yinzara@github) |
Tatu Saloranta | 02a6394 | 2014-03-14 18:53:45 -0700 | [diff] [blame] | 114 | #390: Change order in which managed/back references are resolved (now back-ref |
| 115 | first, then forward) |
| 116 | (requested by zAlbee@github) |
Tatu Saloranta | 3ca881e | 2014-02-25 22:06:04 -0800 | [diff] [blame] | 117 | #407: Properly use null handlers for value types when serializer Collection |
| 118 | and array types |
| 119 | (contributed by Will P) |
Tatu Saloranta | 97a0dea | 2014-05-19 23:55:15 -0700 | [diff] [blame] | 120 | #425: Add support for using `Void.class` as "no class", instead of `NoClass.class` |
Tatu | 3118fa0 | 2014-03-28 16:12:56 -0700 | [diff] [blame] | 121 | #428: `PropertyNamingStrategy` will rename even explicit name from `@JsonProperty` |
Tatu | 054467f | 2014-03-28 16:09:51 -0700 | [diff] [blame] | 122 | (reported by turskip@github) |
Tatu Saloranta | dceaec5 | 2014-05-05 21:03:37 -0700 | [diff] [blame] | 123 | #435: Performance bottleneck in TypeFactory._fromClass |
| 124 | (reported by Sean D, sdonovanuk@github) |
Tatu | e2f9ea5 | 2014-04-07 09:58:56 -0700 | [diff] [blame] | 125 | #434: Ensure that DecimalNodes with mathematically equal values are equal |
| 126 | (contributed by Francis G) |
Tatu Saloranta | 2f58c93 | 2014-04-09 18:46:22 -0700 | [diff] [blame] | 127 | #435: Performance bottleneck in TypeFactory._fromClass |
| 128 | (reported by sdonovanuk@github) |
Tatu Saloranta | ab53ab4 | 2014-04-12 12:57:43 -0700 | [diff] [blame] | 129 | #438: Add support for accessing `@JsonProperty(index=N)` annotations |
Tatu Saloranta | d0b0273 | 2014-04-22 19:17:57 -0700 | [diff] [blame] | 130 | #442: Make `@JsonUnwrapped` indicate property inclusion |
| 131 | (suggested by Ben F) |
Tatu Saloranta | f249d9e | 2014-05-19 23:14:51 -0700 | [diff] [blame] | 132 | #447: ArrayNode#addAll should accept Collection<? extends JsonNode> |
| 133 | (suggested by alias@github) |
Tatu Saloranta | f339b5c | 2014-05-18 21:12:27 -0700 | [diff] [blame] | 134 | #461: Add new standard naming strategy, `PropertyNamingStrategy.LowerCaseStrategy` |
Tatu | 7003462 | 2014-05-21 14:41:45 -0700 | [diff] [blame] | 135 | #463: Add 'JsonNode.asText(String defaultValue)` |
| 136 | (suggested by Chris C) |
Tatu | 4bc7a73 | 2014-05-27 16:20:01 -0700 | [diff] [blame] | 137 | #464: Include `JsonLocation` in more mapping exceptions |
| 138 | (contributed by Andy C (q3aiml@github)) |
Tatu | 5087367 | 2014-05-21 15:20:08 -0700 | [diff] [blame] | 139 | #465: Make it easier to support serialization of custom subtypes of `Number` |
Tatu Saloranta | 9c5fec2 | 2014-05-28 21:53:45 -0700 | [diff] [blame] | 140 | #467: Unwanted POJO's embedded in tree via serialization to tree |
| 141 | (reported by Benson M) |
Tatu Saloranta | bad574a | 2014-04-12 14:03:07 -0700 | [diff] [blame] | 142 | - Slightly improve `SqlDateSerializer` to support `@JsonFormat` |
Tatu Saloranta | b6da866 | 2014-05-04 18:49:20 -0700 | [diff] [blame] | 143 | - Improve handling of native type ids (YAML, CBOR) to use non-native type ids |
| 144 | as fallback |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 145 | |
Tatu Saloranta | 6822f33 | 2014-11-21 20:37:18 -0800 | [diff] [blame] | 146 | 2.3.4 (17-Jul-2014) |
| 147 | |
| 148 | #459: BeanDeserializerBuilder copy constructor not copying `_injectables` |
| 149 | #462: Annotation-provided Deserializers are not contextualized inside CreatorProperties |
| 150 | (reported by aarondav@github) |
| 151 | |
Tatu Saloranta | 1c4a7b1 | 2014-04-14 20:24:48 -0700 | [diff] [blame] | 152 | 2.3.3 (10-Apr-2014) |
| 153 | |
| 154 | #420: Remove 'final' modifier from `BeanDeserializerBase.deserializeWithType` |
| 155 | (requested by Ghoughpteighbteau@github) |
| 156 | #422: Allow use of "True" and "False" as aliases for booleans when coercing from |
| 157 | JSON String |
| 158 | #423: Fix `CalendarSerializer` to work with custom format |
| 159 | (reported by sergeymetallic@github) |
| 160 | #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects into a POJONode |
| 161 | (reported by Francis G) |
| 162 | - Fix null-handling for `CollectionSerializer` |
| 163 | |
Tatu Saloranta | 397e457 | 2014-03-06 20:24:47 -0800 | [diff] [blame] | 164 | 2.3.2 (01-Mar-2014) |
| 165 | |
| 166 | #378: Fix a problem with custom enum deserializer construction |
| 167 | (reported by BokoEnos@github) |
| 168 | #379: Fix a problem with (re)naming of Creator properties; needed to make |
| 169 | Paranamer module work with NamingStrategy. |
| 170 | (reported by Chris P, cpilsworth@github) |
| 171 | #398: Should deserialize empty (not null) URI from empty String |
| 172 | (reported by pgieser@github) |
| 173 | #406: @JsonTypeIdResolver not working with external type ids |
| 174 | (reported by Martin T) |
| 175 | #411: NumberDeserializers throws exception with NaN and +/- Infinity |
| 176 | (reported by clarkbreyman@github) |
| 177 | #412: ObjectMapper.writerWithType() does not change root name being used |
| 178 | (repoted by jhalterman@github) |
| 179 | - Added `BeanSerializerBase._serializeObjectId()` needed by modules that |
| 180 | override standard BeanSerializer; specifically, XML module. |
| 181 | |
Tatu Saloranta | c29e06e | 2013-12-27 19:00:17 -0800 | [diff] [blame] | 182 | 2.3.1 (28-Dec-2013) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 183 | |
Tatu Saloranta | 37cf6f2 | 2013-11-15 19:31:46 -0800 | [diff] [blame] | 184 | #346: Fix problem deserializing `ObjectNode`, with @JsonCreator, empty |
| 185 | JSON Object |
| 186 | (reported by gaff78@github) |
Tatu Saloranta | ce457af | 2013-12-03 22:27:20 -0800 | [diff] [blame] | 187 | #358: `IterableSerializer` ignoring annotated content serializer |
| 188 | (reported by Florian S) |
Tatu | a5810c2 | 2014-02-28 14:15:02 -0800 | [diff] [blame] | 189 | #361: Reduce sync overhead for SerializerCache by using volatile, double-locking |
Tatu Saloranta | ee7b6d8 | 2013-12-10 19:46:46 -0800 | [diff] [blame] | 190 | (contributed by stuartwdouglas@github) |
Tatu Saloranta | 9077a58 | 2013-12-07 20:58:58 -0800 | [diff] [blame] | 191 | #362: UUID output as Base64 String with ObjectMapper.convertValue() |
| 192 | (reported by jknack@github) |
Tatu Saloranta | df4f7f2 | 2013-12-13 19:55:00 -0800 | [diff] [blame] | 193 | #367: Make `TypeNameIdResolver` call `TypeResolver` for resolving base type |
| 194 | (suggested by Ben F) |
Tatu Saloranta | 69b8487 | 2013-12-18 20:17:24 -0800 | [diff] [blame] | 195 | #370: Fail to add Object Id for POJO with no properties |
| 196 | (reported by jh3141@github) |
Tatu Saloranta | 00255f2 | 2013-12-10 20:07:07 -0800 | [diff] [blame] | 197 | - Fix for [jackson-module-afterburner#38]: need to remove @JacksonStdImpl from |
| 198 | `RawSerializer`, to avoid accidental removal of proper handling. |
Tatu Saloranta | 37cf6f2 | 2013-11-15 19:31:46 -0800 | [diff] [blame] | 199 | |
Tatu Saloranta | 414b884 | 2013-11-15 08:08:02 -0800 | [diff] [blame] | 200 | 2.3.0 (13-Nov-2013) |
Tatu Saloranta | df7fb3d | 2013-06-06 14:29:52 -0700 | [diff] [blame] | 201 | |
Tatu Saloranta | a9f447a | 2013-07-05 10:10:47 -0700 | [diff] [blame] | 202 | #48: Add support for `InetSocketAddress` |
| 203 | (contributed by Nick T) |
Tatu | 14722dc | 2013-09-24 11:52:48 -0700 | [diff] [blame] | 204 | #152: Add support for traversing `JsonNode` with (new!) `JsonPointer` implementation |
| 205 | (suggested by fge@github) |
Tatu Saloranta | efdc0d4 | 2013-07-10 19:48:39 -0700 | [diff] [blame] | 206 | #208: Accept "fromString()" as an implicit Creator (factory) method (alias for "valueOf()") |
| 207 | (requested by David P) |
Tatu Saloranta | 21a81e1 | 2013-06-06 17:31:07 -0700 | [diff] [blame] | 208 | #215: Allow registering custom `CharacterEscapes` to use for serialization, |
| 209 | via `ObjectWriter.with(CharacterEscapes)` (and `ObjectMapper.writer(CharacterEscapes)`) |
Tatu Saloranta | e4708eb | 2013-06-06 17:07:10 -0700 | [diff] [blame] | 210 | #227: Allow "generic" Enum serializers, deserializers, via `SimpleModule` |
Tatu Saloranta | 6f4306b | 2013-08-12 20:25:37 -0700 | [diff] [blame] | 211 | #234: Incorrect type information for deeply nested Maps |
| 212 | (reported by Andrei P) |
Tatu Saloranta | 3955abb | 2013-06-06 15:29:58 -0700 | [diff] [blame] | 213 | #237: Add `DeserializationFeature.FAIL_ON_READING_DUP_TREE_KEY` to optionally |
| 214 | throw `JsonMappingException` on duplicate keys, tree model (`JsonNode`) |
Tatu Saloranta | 833680a | 2013-07-10 19:37:14 -0700 | [diff] [blame] | 215 | #238: Allow existence of overlapping getter, is-getter (choose 'regular' getter) |
Tatu Saloranta | f0af8c1 | 2013-07-11 10:20:22 -0700 | [diff] [blame] | 216 | #239: Support `ByteBuffer` |
| 217 | (suggested by mckamey@github) |
Tatu Saloranta | 0a42b40 | 2013-08-06 20:39:12 -0700 | [diff] [blame] | 218 | #240: Make sure `@JsonSerialize.include` does not accidentally override |
| 219 | class inclusion settings |
| 220 | (requested by thierryhenrio@github) |
Tatu Saloranta | c6eaf4b | 2013-07-04 20:25:17 -0700 | [diff] [blame] | 221 | #253: `DelegatingDeserializer` causes problems for Managed/BackReferences |
| 222 | (reported by bfelaco@github) |
Tatu Saloranta | ae242d7 | 2013-09-20 20:37:21 -0700 | [diff] [blame] | 223 | #257: Make `UntypedObjectDeserializer` support overides for `List`, `Map` etc |
Tatu Saloranta | 4ec01ea | 2013-11-15 14:25:01 -0800 | [diff] [blame] | 224 | #268: Add new variant of `ObjectMapper.canSerialize()` that can return `Throwable` |
Tatu Saloranta | af263c3 | 2013-10-24 16:18:50 -0700 | [diff] [blame] | 225 | that caused false to be returned (if any) |
Tatu Saloranta | 105c58a | 2013-07-26 16:33:43 -0700 | [diff] [blame] | 226 | #269: Add support for new `@JsonPropertyDescription` via `AnnotationIntrospector` |
| 227 | as well as `BeanProperty.getMedata().getDescription()` |
Tatu Saloranta | cded3a2 | 2013-08-06 20:29:18 -0700 | [diff] [blame] | 228 | #270: Add `SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID` to allow use of equality |
| 229 | (instead of identity) for figuring out when to use Object Id |
| 230 | (requested by beku8@github) |
Tatu Saloranta | aa321ee | 2013-09-19 19:53:28 -0700 | [diff] [blame] | 231 | #271: Support handling of `@JsonUnwrapped` for in-built JSON Schema generation |
Tatu Saloranta | bb0e2b5 | 2013-09-12 21:07:31 -0700 | [diff] [blame] | 232 | #277: Make `TokenBuffer` support new native type and object ids |
Tatu Saloranta | 545e35e | 2013-09-18 14:18:53 -0700 | [diff] [blame] | 233 | #302: Add `setNamingStrategy` in `Module.SetupContext` |
| 234 | (suggested by Miguel C) |
Tatu Saloranta | 8caf1b4 | 2013-09-28 16:49:50 -0700 | [diff] [blame] | 235 | #305: Add support for accessing `TypeFactory` via `TypeIdResolverBase` |
| 236 | (not yet via `TypeIdResolver` interface), other configuration |
Tatu Saloranta | bb0e2b5 | 2013-09-12 21:07:31 -0700 | [diff] [blame] | 237 | #306: Allow use of `@JsonFilter` for properties, not just classes |
Tatu Saloranta | cc7524c | 2013-10-19 16:46:17 -0700 | [diff] [blame] | 238 | #307: Allow use of `@JsonFilter` for Maps in addition to POJOs |
Tatu Saloranta | fae643b | 2013-09-13 23:34:31 -0700 | [diff] [blame] | 239 | #308: Improve serialization and deserialization speed of `java.util.UUID` by 4x |
| 240 | (suggested by David P) |
Tatu Saloranta | 616d3e5 | 2013-09-18 14:11:36 -0700 | [diff] [blame] | 241 | #310: Improve `java.util.UUID` serialization with binary codecs, to use "raw" form. |
Tatu Saloranta | daab1d9 | 2013-09-18 14:07:44 -0700 | [diff] [blame] | 242 | #311: Make sure that "creator properties" are alphabetically ordered too, if |
| 243 | so requested. |
Tatu Saloranta | b69857b | 2013-10-14 20:57:31 -0700 | [diff] [blame] | 244 | #315: Allow per-property definition of null serializer to use, using |
| 245 | new `@JsonSerialize(nullsUsing=xxx)` annotation property |
Tatu Saloranta | 7012c75 | 2013-10-03 15:27:16 -0700 | [diff] [blame] | 246 | #317: Fix `JsonNode` support for nulls bound to `ObjectNode`, `ArrayNode` |
| 247 | (contributed by Seth P) |
Tatu Saloranta | b009194 | 2013-10-18 23:52:30 -0700 | [diff] [blame] | 248 | #318: Problems with `ObjectMapper.updateValue()`, creator property-backed accessors |
Tatu Saloranta | 09ebacb | 2013-10-07 20:58:53 -0700 | [diff] [blame] | 249 | #319: Add support for per-call ("contextual") attributes, with defaulting, |
| 250 | to allow keeping track of state during (de)serialization |
Tatu Saloranta | e4670a7 | 2013-10-14 19:31:39 -0700 | [diff] [blame] | 251 | #324: Make sure to throw `JsonMappingException` from `EnumDeserializer` creator, |
| 252 | not `IllegalArgumentException` |
| 253 | (reported by beverku@github) |
Tatu Saloranta | 34a2e5b | 2013-10-17 22:37:10 -0700 | [diff] [blame] | 254 | #326: Support `@JsonFilter` for "any getter" properties |
Tatu Saloranta | 2322ce6 | 2013-10-23 22:18:32 -0700 | [diff] [blame] | 255 | #334: Make `ArrayNode`, `ObjectNode` non-final again |
Tatu Saloranta | 2f04491 | 2013-11-02 20:05:23 -0700 | [diff] [blame] | 256 | #337: `AnySetter` does not support polymorphic types |
| 257 | (reported by askvortsov@github) |
Tatu Saloranta | 11f7304 | 2013-11-07 22:25:55 -0800 | [diff] [blame] | 258 | #340: AtomicReference not working with polymorphic types |
| 259 | #342: Add `DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES` to make `ObjectMapper` |
| 260 | throw exception when encountering explicitly ignored properties |
| 261 | (requested by Ruslan M) |
Tatu Saloranta | b4b5903 | 2013-07-16 14:34:53 -0700 | [diff] [blame] | 262 | [JACKSON-890]: Support managed/back-references for polymorphic (abstract) types |
Tatu Saloranta | eb68099 | 2013-06-24 19:58:32 -0700 | [diff] [blame] | 263 | - Add 'BeanPropertyWriter.isUnwrapping()' for future needs (by Afterburner) |
Tatu Saloranta | 955d1f9 | 2013-08-10 19:41:47 -0700 | [diff] [blame] | 264 | - Add coercions from String "null" (as if null token was parsed) for primitives/Wrappers. |
Tatu Saloranta | 47ac6bd | 2013-09-05 20:55:00 -0700 | [diff] [blame] | 265 | - Add `JsonDeserializer.handledType()` |
Tatu Saloranta | 3955abb | 2013-06-06 15:29:58 -0700 | [diff] [blame] | 266 | |
Tatu Saloranta | 252d37c | 2014-08-09 11:47:17 -0700 | [diff] [blame] | 267 | 2.2.4 (10-Jun-2014) |
| 268 | |
| 269 | #292: Problems with abstract `Map`s, `Collection`s, polymorphic deserialization |
| 270 | #324: EnumDeserializer should throw JsonMappingException, not IllegalArgumentException |
| 271 | #346: Problems deserializing `ObjectNode` from empty JSON Object, with @JsonCreator |
| 272 | |
| 273 | 2.2.3 (22-Aug-2013) |
| 274 | |
| 275 | #234: Problems with serializing types for deeply nested generic Maps, default typing |
| 276 | #251: SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN ignored with JsonNode |
| 277 | serialization |
| 278 | (reported by fge@github) |
| 279 | #259: Fix a problem with JSON Schema generation for `@JsonValue` |
| 280 | (reported by Lior L) |
| 281 | #267: Handle negative, stringified timestamps |
| 282 | (reported by Drecth@github) |
| 283 | #281: Make `NullNode` use configured null-value serializer |
| 284 | #287: Fix problems with converters, Maps with Object values |
| 285 | (reported by antubis@github) |
| 286 | #288: Fix problem with serialization converters assigned with annotations |
| 287 | (reported by cemo@github) |
| 288 | |
Tatu Saloranta | df7fb3d | 2013-06-06 14:29:52 -0700 | [diff] [blame] | 289 | 2.2.2 (26-May-2013) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 290 | |
Tatu Saloranta | b7d896f | 2013-05-17 21:54:11 -0700 | [diff] [blame] | 291 | #216: Problems with Android, 1.6-only types |
Tatu Saloranta | ded6b8a | 2013-05-17 21:07:40 -0700 | [diff] [blame] | 292 | #217: JsonProcessingExceptions not all wrapped as expected |
| 293 | (reported by karldmoore@github) |
Tatu Saloranta | 29552ca | 2013-05-17 20:36:07 -0700 | [diff] [blame] | 294 | #220: ContainerNode missing 'createNumber(BigInteger)' |
| 295 | (reported by Pascal G) |
Tatu Saloranta | 88f44d8 | 2013-05-17 20:05:18 -0700 | [diff] [blame] | 296 | #223: Duplicated nulls with @JsonFormat(shape=Shape.ARRAY) |
| 297 | (reported by lukegh@github) |
Tatu Saloranta | d12a42f | 2013-05-25 21:04:52 -0700 | [diff] [blame] | 298 | #226: Field mapping fail on deserialization to common referenced object when |
| 299 | @JsonUnwrapped is used |
| 300 | (reported by ikvia@github) |
Tatu Saloranta | d2ec7c3 | 2013-05-25 17:02:32 -0700 | [diff] [blame] | 301 | #232: Converting bound BigDecimal value to tree fails with WRITE_BIGDECIMAL_AS_PLAIN |
| 302 | (reported by celkings@github) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 303 | - Minor fix to handle primitive types for key deserializer lookups |
Tatu Saloranta | 580b85f | 2013-05-01 21:37:09 -0700 | [diff] [blame] | 304 | - Add convenience method `MappingIterator.getCurrentLocation()` |
| 305 | (suggested by Tomdz@github) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 306 | |
Tatu Saloranta | ef9e64f | 2013-05-26 22:18:44 -0700 | [diff] [blame] | 307 | 2.2.1 (03-May-2013) |
| 308 | |
| 309 | #214: Problem with LICENSE, NOTICE, Android packaging |
| 310 | (reported by thierryd@github) |
| 311 | |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 312 | 2.2.0 (22-Apr-2013) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 313 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 314 | Fixes: |
| 315 | |
Tatu Saloranta | 43307b4 | 2013-03-15 15:37:45 -0700 | [diff] [blame] | 316 | #23: Fixing typing of root-level collections |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 317 | #118: JsonTypeInfo.as.EXTERNAL_PROPERTY not working correctly |
Tatu Saloranta | a795fa2 | 2013-01-18 20:05:11 -0800 | [diff] [blame] | 318 | with missing type id, scalar types |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 319 | #130: TimeZone not set for GregorianCalendar, even if configured |
| 320 | #144: MissingNode.isValueNode() should return 'false' |
Tatu Saloranta | 99d9d18 | 2013-01-11 11:47:38 -0800 | [diff] [blame] | 321 | (reported by 'fge@github') |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 322 | #146: Creator properties were not being renamed as expected |
Tatu Saloranta | f6ce07d | 2013-01-12 11:29:46 -0800 | [diff] [blame] | 323 | (contributed by Christoper C) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 324 | #188: Problem with ObjectId serialization, 'alwaysAsId' references |
Tatu Saloranta | 99d9d18 | 2013-01-11 11:47:38 -0800 | [diff] [blame] | 325 | |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 326 | Improvements: |
| 327 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 328 | #116: JavaType implements `java.lang.reflect.Type` (as does `TypeReference`) |
| 329 | #147: Defer reporting of problems with missing creator parameters |
Tatu Saloranta | 6f93156 | 2013-01-12 14:13:42 -0800 | [diff] [blame] | 330 | (contributed by Christoper C) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 331 | #155: Make `ObjectNode` and `ArrayNode` final (other node types already were) |
Tatu Saloranta | 8640b59 | 2013-02-08 11:04:22 -0800 | [diff] [blame] | 332 | (requested by fge@github) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 333 | #161: Add deserializer for java.util.concurrent.ArrayBlockingQueue |
| 334 | #173: Add 'JsonNode.traverse(ObjectCodec)' for convenience |
Tatu Saloranta | 1e0a766 | 2013-04-08 15:34:02 -0700 | [diff] [blame] | 335 | #181: Improve error reporting for missing '_valueDeserializer' |
Tatu Saloranta | dfb697a | 2013-03-28 15:11:48 -0700 | [diff] [blame] | 336 | #194: Add `FloatNode` type in tree model (JsonNode) |
| 337 | (requested by msteiger@github) |
Tatu Saloranta | 10dc5c9 | 2013-04-07 16:11:10 -0700 | [diff] [blame] | 338 | #199: Allow deserializing `Iterable` instances (as basic `Collection`s) |
| 339 | (requested by electrum@github) |
Tatu Saloranta | 9adb08e | 2013-04-11 16:29:59 -0700 | [diff] [blame] | 340 | #206: Make 'ObjectMapper.createDeserializationContext()' overridable |
| 341 | (requested by noter@github) |
Tatu Saloranta | 0a4a031 | 2013-04-16 20:02:37 -0700 | [diff] [blame] | 342 | #207: Add explicit support for `short` datatypes, for tree model |
| 343 | (contributed by msteiger@github) |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 344 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 345 | New features: |
| 346 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 347 | #120: Extend BeanDeserializerModifier to work with non-POJO deserializers |
| 348 | #121: Extend BeanSerializerModifier to work with non-POJO serializers |
| 349 | #124: Add support for serialization converters (@JsonSerializer(converter=...)) |
| 350 | #124: Add support for deserialization converters (@JsonDeserializer(converter=...)) |
| 351 | #140: Add 'SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN' to allow forcing |
Tatu Saloranta | ac5edb8 | 2013-01-06 08:27:50 -0800 | [diff] [blame] | 352 | of non-scientific notation when serializing BigDecimals. |
| 353 | (suggested by phedny@github) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 354 | #148: Add 'DeserializationFeature.FAIL_ON_INVALID_SUBTYPE`, which allows mapping |
Tatu Saloranta | 192c1dc | 2013-02-06 22:28:58 -0800 | [diff] [blame] | 355 | entries with missing or invalid type id into null references (instead of failing). |
| 356 | Also allows use of '@JsonTypeInfo.defaultImpl = NoClass.class' as alternative. |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 357 | #159: Add more accessors in 'MappingIterator': getParser(), getParserSchema(), |
Tatu Saloranta | de7e924 | 2013-02-04 16:24:40 -0800 | [diff] [blame] | 358 | readAll() |
| 359 | (suggested by Tom D) |
Tatu Saloranta | 8f2ea6c | 2013-03-28 15:46:06 -0700 | [diff] [blame] | 360 | #190: Add 'MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS' (default: true) for |
| 361 | pruning out final fields (to avoid using as mutators) |
| 362 | (requested by Eric T) |
Tatu Saloranta | 21d8357 | 2013-03-28 14:18:48 -0700 | [diff] [blame] | 363 | #195: Add 'MapperFeature.INFER_PROPERTY_MUTATORS' (default: enabled) for finer |
| 364 | control of what mutators are auto-detected. |
| 365 | (requested by Dain S) |
Tatu Saloranta | 4208653 | 2013-04-11 16:42:08 -0700 | [diff] [blame] | 366 | #198: Add SPI metadata, handling in ObjectMapper (findModules()), for |
| 367 | automatic registration of auto-detected extension modules |
| 368 | (suggested by 'beamerblvd@github') |
Tatu Saloranta | c7112ff | 2013-04-09 15:47:23 -0700 | [diff] [blame] | 369 | #203: Added new features to support advanced date/time handling: |
| 370 | - SerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS |
| 371 | - DeserializationFeature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS |
| 372 | - DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 373 | |
Tatu Saloranta | 4f62fed | 2013-01-11 19:43:26 -0800 | [diff] [blame] | 374 | Other: |
| 375 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 376 | #126: Update JDK baseline to 1.6 |
Tatu Saloranta | a795fa2 | 2013-01-18 20:05:11 -0800 | [diff] [blame] | 377 | * API under 'com.fasterxml.jackson.databind.jsonFormatVisitors' changed significantly |
| 378 | based on experiences with external JSON Schema generator. |
| 379 | * Version information accessed via code-generated access class, instead of reading |
| 380 | VERSION.txt |
Tatu Saloranta | cc73752 | 2013-03-03 13:11:25 -0800 | [diff] [blame] | 381 | * Added 2 methods in Converter interface: getInputType(), getOutputType(), |
| 382 | to allow programmatic overrides (needed by JAXB annotation module) |
Tatu Saloranta | 4f62fed | 2013-01-11 19:43:26 -0800 | [diff] [blame] | 383 | |
Tatu Saloranta | 7126f55 | 2013-03-10 20:14:41 -0700 | [diff] [blame] | 384 | 2.1.4 (26-Feb-2013) |
| 385 | |
| 386 | * [JACKSON-887]: StackOverflow with parameterized sub-class field |
| 387 | (reported by Alexander M) |
| 388 | * [#130]: TimeZone not set for GregorianCalendar, when deserializing |
| 389 | * [#157]: NPE when registering module twice |
| 390 | * [#162]: JsonNodeFactory: work around an old bug with BigDecimal and zero |
| 391 | (submitted by fge@github) |
| 392 | * [#166]: Incorrect optimization for `ObjectMapper.convertValue(Class)` |
| 393 | (reported by Eric T) |
| 394 | * [#167]: Problems with @JsonValue, polymorphic types (regression from 1.x) |
| 395 | (reported by Eric T) |
| 396 | * [#170]: Problems deserializing `java.io.File` if creator auto-discovery disabled |
| 397 | (reported by Eric T) |
| 398 | * [#175]: NPE for JsonMappingException, if no path is specified |
| 399 | (reported by bramp@github) |
| 400 | |
| 401 | 2.1.3 (19-Jan-2013) |
| 402 | |
| 403 | * [Issue#141]: ACCEPT_EMPTY_STRING_AS_NULL_OBJECT not working for enums |
| 404 | * [Issue#142]: Serialization of class containing EnumMap with polymorphic enum |
| 405 | fails to generate class type data |
| 406 | (reported by kidavis4@github) |
| 407 | |
| 408 | 2.1.2 (04-Dec-2012) |
| 409 | |
| 410 | * [Issue#106]: NPE in ObjectArraySerializer.createContextual(...) |
| 411 | * [Issue#117]: HandlerInstantiator defaulting not working |
| 412 | (reported by Alexander B) |
| 413 | * [Issue#118]: Problems with JsonTypeInfo.As.EXTERNAL_PROPERTY, scalar values |
| 414 | (reported by Adva11@github) |
| 415 | * [Issue#119]: Problems with @JsonValue, JsonTypeInfo.As.EXTERNAL_PROPERTY |
| 416 | (reported by Adva11@github) |
| 417 | * [Issue#122]: ObjectMapper.copy() was not copying underlying mix-in map |
| 418 | (reported by rzlo@github) |
| 419 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 420 | 2.1.1 (11-Nov-2012) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 421 | |
| 422 | Fixes: |
| 423 | |
Tatu Saloranta | 002b54f | 2012-11-08 13:21:50 -0800 | [diff] [blame] | 424 | * [JACKSON-875]: Enum values not found if Feature.USE_ANNOTATIONS disabled |
| 425 | (reported by Laurent P) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 426 | * [Issue#93]: ObjectNode.setAll() broken; would not add anything for |
| 427 | empty ObjectNodes. |
| 428 | (reported by Francis G) |
Tatu Saloranta | a50e76b | 2012-11-01 19:34:49 -0700 | [diff] [blame] | 429 | * Making things implement java.io.Serializable: |
Tatu Saloranta | 9252171 | 2012-11-06 16:59:51 -0800 | [diff] [blame] | 430 | - Issues: #94, #99, #100, #102 |
| 431 | (reported by Sean B) |
Tatu Saloranta | 231be53 | 2012-10-26 18:19:42 -0700 | [diff] [blame] | 432 | * [Issue#96]: Problem with JsonTypeInfo.As.EXTERNAL_PROPERTY, defaultImpl |
| 433 | (reported by Adva11@github) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 434 | |
Tatu Saloranta | a50e76b | 2012-11-01 19:34:49 -0700 | [diff] [blame] | 435 | 2.1.0 (08-Oct-2012) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 436 | |
Tatu Saloranta | 3e96cf6 | 2012-10-05 21:38:16 -0700 | [diff] [blame] | 437 | New minor version for 2.x series. Major improvements in multiple areas, |
| 438 | including: |
| 439 | |
| 440 | - Dataformat auto-detection |
| 441 | - More `@JsonFormat.shape` variant to serialize Collections as |
| 442 | JSON Objects, POJOs as JSON Arrays (csv-like). |
| 443 | - Much more configuration accessible via ObjectReader, ObjectWriter |
| 444 | - New mechanism for JSON Schema generation, other uses (in future) |
Tatu Saloranta | c277641 | 2012-05-14 19:40:57 -0700 | [diff] [blame] | 445 | |
| 446 | Fixes: |
| 447 | |
Tatu Saloranta | 01006e3 | 2012-08-24 14:35:55 -0700 | [diff] [blame] | 448 | * [JACKSON-830]/[Issue#19]: Change OSGi bundle name to be fully-qualified |
Tatu Saloranta | e8c1b53 | 2012-08-29 11:49:21 -0700 | [diff] [blame] | 449 | * ]JACKSON-847]: Make @JsonIdentityInfo work with property-based creator |
Tatu Saloranta | bc483d1 | 2012-08-01 23:35:59 -0700 | [diff] [blame] | 450 | * [JACKSON-851]: State corruption with ObjectWriter, DefaultPrettyPrinter |
| 451 | (reported by Duncan A) |
Tatu Saloranta | 8075bfa | 2012-09-29 22:55:20 -0700 | [diff] [blame] | 452 | * [Issue#75]: Too aggressive KeySerializer caching |
Tatu Saloranta | 01006e3 | 2012-08-24 14:35:55 -0700 | [diff] [blame] | 453 | * Minor fix wrt [Issue#11], coercion needed extra checks |
Tatu Saloranta | fcbce11 | 2012-06-28 14:43:43 -0700 | [diff] [blame] | 454 | |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 455 | Improvements: |
| 456 | |
Tatu Saloranta | ac1f2ab | 2012-08-01 19:49:20 -0700 | [diff] [blame] | 457 | * [JACKSON-758]: Remove 'IOException' from throws clauses of "writeValueAsString" |
| 458 | and "writeValueAsBytes" of ObjectMapper/ObjectWriter |
| 459 | (suggested by G-T Chen) |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 460 | * [JACKSON-839]: Allow "upgrade" of integer number types for |
| 461 | UntypedObjectDeserializer, even with default typing enabled. |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 462 | * [JACKSON-850]: Allow use of zero-arg factory methods as "default creator" |
| 463 | (suggested by Razvan D) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 464 | * [Issue#9]: Implement 'required' JSON Schema attribute for bean properties |
| 465 | * [Issue#20]: Add new exception type, InvalidFormatException (sub-type of |
Tatu Saloranta | dd34856 | 2012-07-18 17:25:02 -0700 | [diff] [blame] | 466 | JsonMappingException) to indicate data format problems |
| 467 | (suggested by HolySamosa@github) |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 468 | * [Issue#30]: ObjectReader and ObjectWriter now try to pre-fetch root |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 469 | (de)serializer if possible; minor performance improvement (2% for small POJOs). |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 470 | * [Issue#33]: Simplified/clarified definition of 'ObjectReader.readValues()'; |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 471 | minor change in behavior for JSON Array "wrapped" sequences |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 472 | * [Issue#60]: Add 'JsonNode.hasNonNull(...)' method(s) |
| 473 | (suggested by Jeff S on mailing list) |
Tatu Saloranta | eb4e6b1 | 2012-08-30 19:02:17 -0700 | [diff] [blame] | 474 | * [Issue#64]: Add new "standard" PropertyNamingStrategy, PascalCaseStrategy |
| 475 | (PropertyNamingStrategy.PASCAL_CASE_TO_CAMEL_CASE) |
| 476 | (contributed by Sean B) |
Tatu Saloranta | 0dc8dec | 2012-09-06 17:08:29 -0700 | [diff] [blame] | 477 | * [Issue#65]: Add getters to `ObjectMapper`, DeserializationContext/-Factory. |
| 478 | (contributed by Dmitry K) |
Tatu Saloranta | ab374c7 | 2012-09-04 22:10:52 -0700 | [diff] [blame] | 479 | * [Issue#69]: Add `PropertyName` abstraction, new methods in AnnotationIntrospector |
Tatu Saloranta | 4984d59 | 2012-09-30 18:04:39 -0700 | [diff] [blame] | 480 | * [Issue#80]: Make `DecimalNode` normalize input, to make "1.0" and "1.00"equal |
| 481 | (reported by fge@github) |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 482 | |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 483 | New features: |
| 484 | |
Tatu Saloranta | d163f5e | 2012-08-20 16:49:15 -0700 | [diff] [blame] | 485 | * [Issue#15]: Support data format auto-detection via ObjectReader (added |
| 486 | 'withFormatDetection(...)' fluent factories) |
Tatu Saloranta | 767cead | 2012-08-13 16:27:45 -0700 | [diff] [blame] | 487 | * [Issue#21]: Add 'ObjectNode.set(...)' method (and related) to improve |
| 488 | chaining, semantic consistency of Tree Model API |
| 489 | (suggested by fge@Github) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 490 | * [Issue#22]: Add 'ObjectMapper.setAnnotationIntrospectors()' which allows |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 491 | defining different introspectors for serialization, deserialization |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 492 | * [Issue#24]: Allow serialization of Enums as JSON Objects |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 493 | (suggested by rveloso@github) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 494 | * [Issue#28]: Add 'ObjectMapper.copy()', to create non-linked copy of |
| 495 | mapper, with same configuration settings |
| 496 | * [Issue#29]: Allow serializing, deserializing POJOs as JSON Arrays |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 497 | by using `@JsonFormat(shape=Shape.ARRAY)` |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 498 | * [Issue#40]: Allow serialization of Collections as JSON Objects |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 499 | (and deserialization from) |
Tatu Saloranta | 8d2cdd7 | 2012-08-13 23:10:51 -0700 | [diff] [blame] | 500 | (suggested by 'rveloso@github') |
| 501 | * [Issue#42]: Allow specifying Base64 variant to use for Base64-encoded data |
| 502 | using ObjectReader.with(Base64Variant), ObjectWriter.with(Base64Variant). |
| 503 | (suggested by 'mpfau@github') |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 504 | * [Issue#45]: Add '@JsonNaming' annotation to define per-class PropertyNamingStrategy |
| 505 | (suggested by Mark W) |
Tatu Saloranta | 4526796 | 2012-08-28 10:10:43 -0700 | [diff] [blame] | 506 | * [Pull#58]: Make 'MappingIterator' implement 'Closable' |
| 507 | (contributed by Pascal G) |
Tatu Saloranta | f412e85 | 2012-09-11 22:05:51 -0700 | [diff] [blame] | 508 | * [Issue#72]: Add 'MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME' to use |
| 509 | wrapper name annotations for renaming properties |
Tatu Saloranta | 06a23ce | 2012-10-03 17:18:47 -0700 | [diff] [blame] | 510 | * [Issue#87]: Add 'StdDelegatingSerializer', 'StdDelegatingDeserializer' to |
| 511 | simplify writing of two-step handlers |
Tatu Saloranta | 88040e2 | 2012-08-24 13:33:00 -0700 | [diff] [blame] | 512 | * (issue #4 of jackson-annotations): Add `@JsonIdentityReference(alwaysAsId=true)` |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 513 | to force ALL references to an object written as Object Id, even the first one. |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 514 | * Added 'ObjectReader#withHandler' to allow for reconfiguring deserialization |
| 515 | problem handler |
| 516 | (suggested by 'electricmonk') |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 517 | |
Tatu Saloranta | 2b4086a | 2012-06-29 20:27:24 -0700 | [diff] [blame] | 518 | Other changes: |
| 519 | |
| 520 | * New variant of AnnotationIntrospector.getFormat(), to support class |
| 521 | annotations |
Tatu Saloranta | 134d356 | 2012-07-05 21:38:46 -0700 | [diff] [blame] | 522 | * It is now possible to serialize instances of plain old Object, iff |
| 523 | 'FAIL_ON_EMPTY_BEANS' is disabled. |
Tatu Saloranta | 9b84796 | 2012-09-11 15:16:41 -0700 | [diff] [blame] | 524 | * Trying to remove reference to "JSON" in datatype conversion errors |
| 525 | (since databinding is format-agnostic) |
Tatu Saloranta | 2b4086a | 2012-06-29 20:27:24 -0700 | [diff] [blame] | 526 | |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 527 | INCOMPATIBILITIES: (rats!) |
| 528 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 529 | * Note that [Issue#33] (see above) is, technically speaking, backwards |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 530 | imcompatible change. It is estimated that it should NOT affect most |
| 531 | users, as changes are to edge cases (and undocumented ones at that). |
| 532 | However, it can potentially cause problems with upgrade. |
Tatu Saloranta | 45c7f24 | 2012-10-03 22:36:17 -0700 | [diff] [blame] | 533 | * Implementation of `JsonFormatVisitable` resulting in 2 new methods |
| 534 | being added in `BeanPropertyFilter` interface -- this is unfortunate, |
| 535 | but was required to support full traversability. |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 536 | |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 537 | 2.0.4 (26-Jun-2012) |
| 538 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 539 | * [Issue#6]: element count for PrettyPrinter, endObject wrong |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 540 | (reported by "thebluemountain") |
| 541 | * [JACKSON-838]: Utf8StreamParser._reportInvalidToken() skips letters |
| 542 | from reported token name |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 543 | (reported by Lóránt Pintér) |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 544 | * [JACKSON-841] Data is doubled in SegmentedStringWriter output |
| 545 | (reported by Scott S) |
| 546 | * [JACKSON-842] ArrayIndexOutOfBoundsException when skipping C-style comments |
| 547 | (reported by Sebastien R) |
| 548 | |
| 549 | 2.0.3: no version 2.0.3 released -- only used for extension modules |
| 550 | |
Tatu Saloranta | c277641 | 2012-05-14 19:40:57 -0700 | [diff] [blame] | 551 | 2.0.2 [14-May-2012] |
Tatu Saloranta | 23e267c | 2012-04-23 19:22:04 -0700 | [diff] [blame] | 552 | |
| 553 | Fixes: |
| 554 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 555 | * [Issue#14]: Annotations were not included from parent classes of |
Tatu Saloranta | 1b30b1a | 2012-04-28 00:43:34 -0700 | [diff] [blame] | 556 | mix-in classes |
| 557 | (reported by @guillaup) |
Tatu Saloranta | e16034e | 2012-04-30 22:51:36 -0700 | [diff] [blame] | 558 | * [JACKSON-824]: Combination of JSON Views, ObjectMapper.readerForUpdating() |
| 559 | was not working |
| 560 | (reported by Nir S) |
Tatu Saloranta | b8f79ed | 2012-05-14 19:04:53 -0700 | [diff] [blame] | 561 | (and all fixes from 1.9.7) |
Tatu Saloranta | 1b30b1a | 2012-04-28 00:43:34 -0700 | [diff] [blame] | 562 | |
Tatu Saloranta | cfa2fc1 | 2012-04-27 19:31:28 -0700 | [diff] [blame] | 563 | Improvements: |
| 564 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 565 | * [Issue#11]: Improve ObjectMapper.convertValue()/.treeToValue() to use |
Tatu Saloranta | cfa2fc1 | 2012-04-27 19:31:28 -0700 | [diff] [blame] | 566 | cast if possible |
| 567 | |
Tatu Saloranta | 23e267c | 2012-04-23 19:22:04 -0700 | [diff] [blame] | 568 | 2.0.1 [23-Apr-2012] |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 569 | |
| 570 | Fixes: |
| 571 | |
Tatu Saloranta | fc3db39 | 2012-04-23 18:49:08 -0700 | [diff] [blame] | 572 | * [JACKSON-827] Ensure core packages work on JDK 1.5 |
| 573 | (reported by Pascal g) |
Tatu Saloranta | ae4ea6e | 2012-04-19 19:47:53 -0700 | [diff] [blame] | 574 | * [JACKSON-829] Custom serializers not working for List<String> properties, |
| 575 | @JsonSerialize(contentUsing) |
| 576 | (reported by James R) |
| 577 | |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 578 | Improvements: |
| 579 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 580 | * [Issue#5]: Add support for maps with java.util.Locale keys to the set of |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 581 | StdKeyDeserializers |
| 582 | (contributed by Ryan G) |
| 583 | |
Tatu Saloranta | fc3db39 | 2012-04-23 18:49:08 -0700 | [diff] [blame] | 584 | 2.0.0 [25-Mar-2012] |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 585 | |
| 586 | Fixes: |
| 587 | |
Tatu Saloranta | 337feca | 2012-03-19 19:11:21 -0700 | [diff] [blame] | 588 | * [JACKSON-368]: Problems with managed references, abstract types |
Tatu | 3af61ff | 2012-01-19 15:58:41 -0800 | [diff] [blame] | 589 | * [JACKSON-711]: Delegating @JsonCreator did not work with Injectable values |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 590 | * [JACKSON-798]: Problem with external type id, creators |
| 591 | (reported by Casey L) |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 592 | (and all fixes up until and including 1.9.6) |
Tatu | 9e6c28f | 2012-01-19 15:58:08 -0800 | [diff] [blame] | 593 | |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 594 | Improvements: |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 595 | |
Tatu Saloranta | 28ff1a9 | 2012-01-17 17:54:51 -0800 | [diff] [blame] | 596 | * [JACKSON-546]: Indicate end-of-input with JsonMappingException instead |
| 597 | of EOFException, when there is no parsing exception |
Tatu Saloranta | ee6e3d1 | 2012-01-17 17:28:39 -0800 | [diff] [blame] | 598 | * [JACKSON-664]: Reduce overhead of type resolution by adding caching |
| 599 | in TypeFactory |
Tatu Saloranta | 7555fa2 | 2012-01-14 23:03:04 -0800 | [diff] [blame] | 600 | * [JACKSON-690]: Pass DeserializationContext through ValueInstantiator |
Tatu | 418a239 | 2012-01-12 21:52:07 -0800 | [diff] [blame] | 601 | * [JACKSON-695]: Add 'isEmpty(value)' in JsonSerializer to allow |
| 602 | customizing handling of serialization of empty values |
Tatu Saloranta | 15fb6ff | 2012-01-14 10:31:35 -0800 | [diff] [blame] | 603 | * [JACKSON-710]: 'ObjectMapper.convertValue()' should ignore root value |
| 604 | wrapping/unwrapping settings |
Tatu | 6066826 | 2012-01-19 14:21:12 -0800 | [diff] [blame] | 605 | * [JACKSON-730] Split various features (JsonParser, JsonGenerator, |
| 606 | SerializationConfig, DeserializationConfig) into per-factory |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 607 | features (MapperFeature, JsonFactory.Feature) an per |
Tatu | 6066826 | 2012-01-19 14:21:12 -0800 | [diff] [blame] | 608 | instance features (existing ones) |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 609 | * [JACKSON-732]: Allow 'AnnotationIntrospector.findContentDeserializer()' |
| 610 | (and similar) to return instance, not just Class<?> for instance |
| 611 | (requested by James R) |
Tatu Saloranta | 4b02e9e | 2012-02-03 18:41:29 -0800 | [diff] [blame] | 612 | * [JACKSON-736]: Add (more) access to array, container and map serializers |
Tatu Saloranta | c166fa3 | 2012-02-03 19:42:41 -0800 | [diff] [blame] | 613 | * [JACKSON-737]: Allow accessing of "creator properties" for BeanDeserializer |
Tatu | cbbfbd3 | 2012-01-20 16:07:51 -0800 | [diff] [blame] | 614 | * [JACKSON-748]: Add 'registerSubtypes' to 'Module.setupContext' (and SimpleModule) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 615 | * [JACKSON-749]: Make @JsonValue work for Enum deserialization |
Tatu | b471a04 | 2012-01-27 11:51:39 -0800 | [diff] [blame] | 616 | * [JACKSON-769]: ObjectNode/ArrayNode: change 'put', 'insert', 'add' to return |
| 617 | 'this node' (unless already returning something) |
Tatu Saloranta | e5d7769 | 2012-01-29 11:20:26 -0800 | [diff] [blame] | 618 | * [JACKSON-770]: Simplify method naming for JsonNode, drop unnecessary 'get' prefix |
| 619 | from methods like 'getTextValue()' (becomes 'textValue()') |
Tatu | 9610aff | 2012-02-02 11:30:08 -0800 | [diff] [blame] | 620 | * [JACKSON-777]: Rename 'SerializationConfig.Feature' as 'SerializationFeature', |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 621 | 'DeserializationConfig.Feature' as 'DeserializationFeature' |
Tatu Saloranta | dfc4c88 | 2012-02-11 13:54:27 -0800 | [diff] [blame] | 622 | * [JACKSON-780]: MissingNode, NullNode should return 'defaultValue' from 'asXxx' methods, |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 623 | (not 0 for numbers), as they are not numeric types |
Tatu Saloranta | 3ae9c39 | 2012-05-18 16:45:47 -0700 | [diff] [blame] | 624 | * [JACKSON-787]: Allow use of @JsonIgnoreProperties for properties (fields, getters, setters) |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 625 | * [JACKSON-795]: @JsonValue was not working for Maps, Collections |
Tatu Saloranta | cf5d547 | 2012-03-03 11:47:51 -0800 | [diff] [blame] | 626 | * [JACKSON-800]: Add 'Module.SetupContext#addDeserializationProblemHandler' |
| 627 | (suggested by James R) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 628 | |
| 629 | New features: |
| 630 | |
Tatu Saloranta | c99a784 | 2012-02-22 18:09:00 -0800 | [diff] [blame] | 631 | * [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs), |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 632 | with @JsonIdentityInfo |
Tatu Saloranta | 26b2e1b | 2012-02-22 22:50:21 -0800 | [diff] [blame] | 633 | * [JACKSON-435]: Allow per-property Date formatting using @JsonFormat. |
Tatu Saloranta | 8958048 | 2012-01-20 22:08:56 -0800 | [diff] [blame] | 634 | * [JACKSON-437]: Allow injecting of type id as POJO property, by setting |
| 635 | new '@JsonTypeInfo.visible' property to true. |
Tatu Saloranta | 17ad21f | 2012-02-19 10:01:31 -0800 | [diff] [blame] | 636 | * [JACKSON-469]: Support "Builder pattern" for deserialiation; that is, allow |
| 637 | use of separate Builder object for data binding, creating actual value |
Tatu Saloranta | 7324b9b | 2012-02-02 21:51:16 -0800 | [diff] [blame] | 638 | * [JACKSON-608]: Allow use of JSON Views for deserialization |
Tatu Saloranta | 49117e0 | 2012-03-03 16:01:12 -0800 | [diff] [blame] | 639 | * [JACKSON-636]: Add 'SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS' to allow |
| 640 | forced sorting of Maps during serialization |
| 641 | (suggested by Joern H) |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 642 | * [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties |
| 643 | (requested by Aner P) |
Tatu Saloranta | f0e232d | 2012-01-29 16:44:28 -0800 | [diff] [blame] | 644 | * [JACKSON-707]: Add 'JsonNode.deepCopy()', to create safe deep copies |
| 645 | of ObjectNodes, ArrayNodes. |
Tatu Saloranta | ff8c08c | 2012-02-21 22:21:21 -0800 | [diff] [blame] | 646 | * [JACKSON-714]: Add general-purpose @JsonFormat annotation |
Tatu | bc4153e | 2012-01-18 15:05:44 -0800 | [diff] [blame] | 647 | * [JACKSON-718]: Added 'JsonNode.canConvertToInt()', 'JsonNode.canConvertToLong()' |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 648 | * [JACKSON-747]: Allow changing of 'SerializationFeature' for ObjectWriter, |
| 649 | 'DeserializationFeature' for ObjectReader. |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 650 | * [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include) |
Tatu Saloranta | f7c45bf | 2012-01-16 18:26:47 -0800 | [diff] [blame] | 651 | * [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation |
| 652 | bundles" (also: AnnotationIntrospector.isAnnotationBundle()) |
Tatu | bbebf46 | 2012-02-03 17:44:31 -0800 | [diff] [blame] | 653 | * [JACKSON-762]: Allow using @JsonTypeId to specify property to use as |
| 654 | type id, instead of using separate type id resolver. |
Tatu Saloranta | e196174 | 2012-01-22 16:03:47 -0800 | [diff] [blame] | 655 | * [JACKSON-764]: Allow specifying "root name" to use for root wrapping |
| 656 | via ObjectReader, ObjectWriter. |
Tatu Saloranta | 361c0a8 | 2012-02-24 18:16:29 -0800 | [diff] [blame] | 657 | * [JACKSON-772]: Add 'JsonNode.withArray()' to use for traversing Array nodes. |
| 658 | * [JACKSON-793]: Add support for configurable Locale, TimeZone to use |
| 659 | (via SerializationConfig, DeserializationConfig) |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 660 | * [JACKSON-805]: Add 'SerializationFeature.WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED' |
| 661 | to improve interoperability with BadgerFish/Jettison |
Tatu Saloranta | f293cc4 | 2012-03-24 21:10:18 -0700 | [diff] [blame] | 662 | * [JACKSON-810]: Deserialization Feature: Allow unknown Enum values via |
| 663 | 'DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL' |
| 664 | (suggested by Raymond R) |
Tatu Saloranta | 33a9a93 | 2012-03-21 18:12:14 -0700 | [diff] [blame] | 665 | * [JACKSON-813]: Add '@JsonSerializableSchema.id' attribute, to indicate |
| 666 | 'id' value to add to generated JSON Schemas. |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 667 | |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 668 | [entries for versions 1.x and earlier not retained; refer to earlier releases) |