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 | |
Cowtowncoder | b4eac54 | 2015-09-23 15:27:53 -0700 | [diff] [blame] | 7 | 2.6.3 (not yet released) |
| 8 | |
Cowtowncoder | ed7d416 | 2015-09-24 22:04:41 -0700 | [diff] [blame] | 9 | #749: `EnumMap` serialization ignores `SerializationFeature.WRITE_ENUMS_USING_TO_STRING` |
| 10 | (reported by scubasau@github) |
Cowtowncoder | 1eb498e | 2015-09-23 15:29:32 -0700 | [diff] [blame] | 11 | #938: Regression: `StackOverflowError` with recursive types that contain `Map.Entry` |
Cowtowncoder | b4eac54 | 2015-09-23 15:27:53 -0700 | [diff] [blame] | 12 | (reported by jloisel@github) |
Tatu Saloranta | 2a9808c | 2015-09-26 16:25:31 -0700 | [diff] [blame] | 13 | #939: Regression: DateConversionError in 2.6.x |
| 14 | (reported by Andreas P, anpieber@github) |
Cowtowncoder | d21210b | 2015-09-24 16:00:14 -0700 | [diff] [blame] | 15 | #940: Add missing `hashCode()` implementations for `JsonNode` types that did not have them |
| 16 | (contributed by Sergio M) |
Cowtowncoder | 801317e | 2015-09-24 16:47:11 -0700 | [diff] [blame] | 17 | #941: Deserialization from "{}" to ObjectNode field causes "out of END_OBJECT token" error |
| 18 | (reported by Sadayuki F) |
Cowtowncoder | e2736f1 | 2015-09-24 17:03:40 -0700 | [diff] [blame] | 19 | #944: Failure to use custom deserializer for key deserializer |
| 20 | (contributed by Benson M) |
Cowtowncoder | b4eac54 | 2015-09-23 15:27:53 -0700 | [diff] [blame] | 21 | |
Tatu Saloranta | cf78871 | 2015-09-14 21:15:04 -0700 | [diff] [blame] | 22 | 2.6.2 (14-Sep-2015) |
Cowtowncoder | 2ea6e40 | 2015-08-14 15:44:02 -0700 | [diff] [blame] | 23 | |
Cowtowncoder | a7b26eb | 2015-08-14 16:34:04 -0700 | [diff] [blame] | 24 | #894: When using withFactory on ObjectMapper, the created Factory has a TypeParser |
| 25 | which still has the original Factory |
| 26 | (reported by lufe66@github) |
Cowtowncoder | 2ea6e40 | 2015-08-14 15:44:02 -0700 | [diff] [blame] | 27 | #899: Problem serializing `ObjectReader` (and possibly `ObjectMapper`) |
Cowtowncoder | 5183922 | 2015-09-10 14:44:27 -0700 | [diff] [blame] | 28 | #913: ObjectMapper.copy does not preserve MappingJsonFactory features |
| 29 | (reported, fixed by Daniel W) |
Cowtowncoder | af2241c | 2015-09-10 14:50:53 -0700 | [diff] [blame] | 30 | #922: ObjectMapper.copy() does not preserve _registeredModuleTypes |
Cowtowncoder | f2f611e | 2015-09-11 17:29:17 -0700 | [diff] [blame] | 31 | #928: Problem deserializing External Type Id if type id comes before POJO |
Cowtowncoder | 2ea6e40 | 2015-08-14 15:44:02 -0700 | [diff] [blame] | 32 | |
Tatu Saloranta | 9e3387c | 2015-08-09 22:24:58 -0700 | [diff] [blame] | 33 | 2.6.1 (09-Aug-2015) |
Cowtowncoder | 63216c9 | 2015-07-29 15:57:27 -0700 | [diff] [blame] | 34 | |
Cowtowncoder | ce04486 | 2015-07-29 16:24:52 -0700 | [diff] [blame] | 35 | #873: Add missing OSGi import |
Cowtowncoder | 63216c9 | 2015-07-29 15:57:27 -0700 | [diff] [blame] | 36 | #881: BeanDeserializerBase having issues with non-CreatorProperty properties. |
| 37 | (reported by dharaburda@github) |
Tatu Saloranta | e77e941 | 2015-08-05 23:41:04 -0700 | [diff] [blame] | 38 | #884: ArrayIndexOutOfBoundException for `BeanPropertyMap` (with ObjectId) |
Tatu Saloranta | 6e71001 | 2015-08-05 23:36:53 -0700 | [diff] [blame] | 39 | (reported by alterGauner@github) |
Tatu Saloranta | b4ef0a6 | 2015-08-06 22:12:59 -0700 | [diff] [blame] | 40 | #889: Configuring an ObjectMapper's DateFormat changes time zone |
| 41 | (reported by Andy W, wilkinsona@github) |
Tatu Saloranta | 9917c94 | 2015-08-09 14:19:48 -0700 | [diff] [blame] | 42 | #890: Exception deserializing a byte[] when the target type comes from an annotation |
| 43 | (reported by gmjabs@github) |
Cowtowncoder | 63216c9 | 2015-07-29 15:57:27 -0700 | [diff] [blame] | 44 | |
Tatu Saloranta | 62549b9 | 2015-07-19 21:22:46 -0700 | [diff] [blame] | 45 | 2.6.0 (19-Jul-2015) |
Cowtowncoder | 8aa1ca3 | 2015-01-22 15:56:02 -0800 | [diff] [blame] | 46 | |
Tatu Saloranta | ad513ee | 2015-05-14 21:26:23 -0700 | [diff] [blame] | 47 | #77: Allow injection of 'transient' fields |
Tatu Saloranta | dbe68f6 | 2015-05-13 22:38:40 -0700 | [diff] [blame] | 48 | #95: Allow read-only properties with `@JsonIgnoreProperties(allowGetters=true)` |
Cowtowncoder | aae4082 | 2015-06-10 16:26:59 -0700 | [diff] [blame] | 49 | #222: EXTERNAL_PROPERTY adds property multiple times and in multiple places |
| 50 | (reported by Rob E, thatsnotright@github) |
Tatu Saloranta | cb6dddd | 2015-05-13 23:20:43 -0700 | [diff] [blame] | 51 | #296: Serialization of transient fields with public getters (add |
| 52 | MapperFeature.PROPAGATE_TRANSIENT_MARKER) |
| 53 | (suggested by Michal L) |
Tatu Saloranta | 37879ab | 2015-02-25 22:44:38 -0800 | [diff] [blame] | 54 | #312: Support Type Id mappings where two ids map to same Class |
Tatu Saloranta | 7785dff | 2015-04-01 20:57:14 -0700 | [diff] [blame] | 55 | #348: ObjectMapper.valueToTree does not work with @JsonRawValue |
| 56 | (reported by Chris P, pimlottc@github) |
Cowtowncoder | 23e52ab | 2015-05-19 17:53:26 -0700 | [diff] [blame] | 57 | #504: Add `DeserializationFeature.USE_LONG_FOR_INTS` |
| 58 | (suggested by Jeff S) |
Cowtowncoder | bb9d198 | 2015-06-30 14:51:30 -0700 | [diff] [blame] | 59 | #624: Allow setting external `ClassLoader` to use, via `TypeFactory` |
Cowtowncoder | 8aa1ca3 | 2015-01-22 15:56:02 -0800 | [diff] [blame] | 60 | #649: Make `BeanDeserializer` use new `parser.nextFieldName()` and `.hasTokenId()` methods |
Tatu Saloranta | 8e9d4b2 | 2015-05-01 21:26:32 -0700 | [diff] [blame] | 61 | #664: Add `DeserializationFeature.ACCEPT_FLOAT_AS_INT` to prevent coercion of floating point |
| 62 | numbers int `int`/`long`/`Integer`/`Long` |
| 63 | (requested by wenzis@github) |
Cowtowncoder | 707db7a | 2015-06-11 14:10:54 -0700 | [diff] [blame] | 64 | #677: Specifying `Enum` value serialization using `@JsonProperty` |
| 65 | (requested by Allen C, allenchen1154@github) |
Cowtowncoder | 759aef0 | 2015-04-02 14:54:39 -0700 | [diff] [blame] | 66 | #679: Add `isEmpty()` implementation for `JsonNode` serializers |
Tatu Saloranta | 62129d8 | 2015-04-02 20:13:54 -0700 | [diff] [blame] | 67 | #688: Provide a means for an ObjectMapper to discover mixin annotation classes on demand |
| 68 | (requested by Laird N) |
Tatu Saloranta | c0b9552 | 2015-05-12 23:14:22 -0700 | [diff] [blame] | 69 | #689: Add `ObjectMapper.setDefaultPrettyPrinter(PrettyPrinter)` |
| 70 | (requested by derknorton@github) |
Cowtowncoder | 7e507d1 | 2015-02-06 15:22:29 -0800 | [diff] [blame] | 71 | #696: Copy constructor does not preserve `_injectableValues` |
| 72 | (reported by Charles A) |
Tatu Saloranta | 9776f5f | 2015-04-28 22:41:16 -0700 | [diff] [blame] | 73 | #698: Add support for referential types (ReferenceType) |
Cowtowncoder | 7fee92e | 2015-02-11 16:15:08 -0800 | [diff] [blame] | 74 | #700: Cannot Change Default Abstract Type Mapper from LinkedHashMap |
| 75 | (reported by wealdtech@github) |
Cowtowncoder | fad4726 | 2015-03-16 15:15:31 -0700 | [diff] [blame] | 76 | #725: Auto-detect multi-argument constructor with implicit names if it is the only visible creator |
Cowtowncoder | 468eba8 | 2015-03-19 15:34:20 -0700 | [diff] [blame] | 77 | #727: Improve `ObjectWriter.forType()` to avoid forcing base type for container types |
Cowtowncoder | 2abf5a3 | 2015-05-21 15:28:03 -0700 | [diff] [blame] | 78 | #734: Add basic error-recovery for `ObjectReader.readValues()` |
Tatu Saloranta | de1acae | 2015-04-01 20:42:11 -0700 | [diff] [blame] | 79 | #737: Add support for writing raw values in TokenBuffer |
| 80 | (suggested by Guillaume S, gsmet@github) |
Tatu Saloranta | a1ade3a | 2015-04-28 23:04:23 -0700 | [diff] [blame] | 81 | #740: Ensure proper `null` (as empty) handling for `AtomicReference` |
Tatu Saloranta | 984fda3 | 2015-05-04 21:10:43 -0700 | [diff] [blame] | 82 | #741: Pass `DeserializationContext' argument for `JsonDeserializer` methods "getNullValue()" |
| 83 | and "getEmptyValue()" |
Tatu Saloranta | 4670d4b | 2015-04-01 20:15:24 -0700 | [diff] [blame] | 84 | #743: Add `RawValue` helper type, for piping raw values through `TokenBuffer` |
Tatu Saloranta | 914f643 | 2015-04-23 22:06:54 -0700 | [diff] [blame] | 85 | #756: Disabling SerializationFeature.FAIL_ON_EMPTY_BEANS does not affect `canSerialize()` |
| 86 | (reported by nickwongdev@github) |
Tatu Saloranta | 3455cd6 | 2015-04-21 22:01:43 -0700 | [diff] [blame] | 87 | #762: Add `ObjectWriter.withoutRootName()`, `ObjectReader.withoutRootName()` |
Tatu Saloranta | e1e0c0b | 2015-04-21 21:49:10 -0700 | [diff] [blame] | 88 | #765: `SimpleType.withStaticTyping()` impl incorrect |
Tatu Saloranta | 07d0e79 | 2015-04-30 22:15:01 -0700 | [diff] [blame] | 89 | #769: Fix `JacksonAnnotationIntrospector.findDeserializer` to return `Object` (as per |
| 90 | `AnnotationIntrospector`); similarly for other `findXxx(De)Serializer(...)` methods |
Cowtowncoder | ad598aa | 2015-06-12 15:56:19 -0700 | [diff] [blame] | 91 | #777: Allow missing build method if its name is empty ("") |
| 92 | (suggested by galdosd@github) |
Tatu Saloranta | 41f8ca1 | 2015-05-06 23:39:24 -0700 | [diff] [blame] | 93 | #781: Support handling of `@JsonProperty.required` for Creator methods |
Cowtowncoder | a936f43 | 2015-05-12 12:33:46 -0700 | [diff] [blame] | 94 | #787: Add `ObjectMapper setFilterProvider(FilterProvider)` to allow chaining |
| 95 | (suggested by rgoldberg@githin) |
Tatu Saloranta | cd2a819 | 2015-05-12 21:22:37 -0700 | [diff] [blame] | 96 | #790: Add `JsonNode.equals(Comparator<JsonNode>, JsonNode)` to support |
| 97 | configurable/external equality comparison |
Tatu Saloranta | 6709f72 | 2015-05-17 19:46:00 -0700 | [diff] [blame] | 98 | #794: Add `SerializationFeature.WRITE_DATES_WITH_ZONE_ID` to allow inclusion/exclusion of |
| 99 | timezone id for date/time values (as opposed to timezone offset) |
Cowtowncoder | ee1c51a | 2015-05-18 16:13:23 -0700 | [diff] [blame] | 100 | #795: Converter annotation not honored for abstract types |
| 101 | (reported by myrosia@github) |
Cowtowncoder | 23e52ab | 2015-05-19 17:53:26 -0700 | [diff] [blame] | 102 | #797: `JsonNodeFactory` method `numberNode(long)` produces `IntNode` for small numbers |
Tatu Saloranta | d314615 | 2015-06-04 21:21:14 -0700 | [diff] [blame] | 103 | #810: Force value coercion for `java.util.Properties`, so that values are `String`s |
| 104 | #811: Add new option, `JsonInclude.Include.NON_ABSENT` (to support exclusion of |
| 105 | JDK8/Guava Optionals) |
Cowtowncoder | 158e116 | 2015-05-29 15:05:14 -0700 | [diff] [blame] | 106 | #812: Java 8 breaks Class-value annotation properties, wrt generics: need to work around |
Cowtowncoder | 0787666 | 2015-06-09 11:34:00 -0700 | [diff] [blame] | 107 | #813: Add support for new property of `@JsonProperty.access` to support |
| 108 | read-only/write-only use cases |
Tatu Saloranta | c52fb0b | 2015-07-16 19:08:03 -0700 | [diff] [blame] | 109 | #820: Add new method for `ObjectReader`, to bind from JSON Pointer position |
| 110 | (contributed by Jerry Y, islanderman@github) |
Tatu Saloranta | c89a98a | 2015-06-11 23:37:31 -0700 | [diff] [blame] | 111 | #824: Contextual `TimeZone` changes don't take effect wrt `java.util.Date`, |
| 112 | `java.util.Calendar` serialization |
Cowtowncoder | 3ef01e0 | 2015-06-12 15:37:48 -0700 | [diff] [blame] | 113 | #826: Replaced synchronized HashMap with ConcurrentHashMap in TypeDeserializerBase._findDeserializer |
| 114 | (contributed by Lars P) |
Cowtowncoder | 429f70f | 2015-06-12 18:23:35 -0700 | [diff] [blame] | 115 | #827: Fix for polymorphic custom map key serializer |
| 116 | (reported by mjr6140@gitgub) |
Cowtowncoder | c3d426e | 2015-06-16 16:25:10 -0700 | [diff] [blame] | 117 | #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer |
Cowtowncoder | 0de486d | 2015-06-16 12:05:50 -0700 | [diff] [blame] | 118 | (contributed by Steve G, thezerobit@github) |
Tatu Saloranta | 51c3f7c | 2015-06-23 22:54:34 -0700 | [diff] [blame] | 119 | #840: Change semantics of `@JsonPropertyOrder(alphabetic)` to only count `true` value |
Cowtowncoder | a92e2be | 2015-06-25 15:08:36 -0700 | [diff] [blame] | 120 | #848: Custom serializer not used if POJO has `@JsonValue` |
Cowtowncoder | 6172d75 | 2015-07-01 12:29:21 -0700 | [diff] [blame] | 121 | #849: Possible problem with `NON_EMPTY` exclusion, `int`s, `Strings` |
Cowtowncoder | a23ff9f | 2015-07-17 11:53:06 -0700 | [diff] [blame] | 122 | #868: Annotations are lost in the case of duplicate methods |
Tatu Saloranta | d9fdb7f | 2015-03-03 20:20:40 -0800 | [diff] [blame] | 123 | - Remove old cglib compatibility tests; cause problems in Eclipse |
Cowtowncoder | 08345f4 | 2015-07-09 12:27:21 -0700 | [diff] [blame] | 124 | - Add `withFilterId()` method in `JsonSerializer` (demote from `BeanSerializer`) |
Cowtowncoder | 8aa1ca3 | 2015-01-22 15:56:02 -0800 | [diff] [blame] | 125 | |
Cowtowncoder | 9317e54 | 2015-06-30 14:18:41 -0700 | [diff] [blame] | 126 | 2.5.5 (not released) |
| 127 | |
Cowtowncoder | 726b6e0 | 2015-07-01 12:49:45 -0700 | [diff] [blame] | 128 | #844: Using JsonCreator still causes invalid path references in JsonMappingException |
| 129 | (reported by Ian B) |
Cowtowncoder | 9317e54 | 2015-06-30 14:18:41 -0700 | [diff] [blame] | 130 | #852: Accept scientific number notation for quoted numbers too |
Cowtowncoder | 4312a24 | 2015-07-28 17:14:33 -0700 | [diff] [blame] | 131 | #878: serializeWithType on BeanSerializer does not setCurrentValue |
| 132 | (reported by Chi K, chikim79@github) |
Cowtowncoder | 9317e54 | 2015-06-30 14:18:41 -0700 | [diff] [blame] | 133 | |
Tatu Saloranta | 37ea55e | 2015-06-09 18:28:15 -0700 | [diff] [blame] | 134 | 2.5.4 (09-Jun-2015) |
Tatu Saloranta | 7d5c50b | 2015-04-24 22:11:45 -0700 | [diff] [blame] | 135 | |
Tatu Saloranta | f4ef389 | 2015-05-07 20:12:45 -0700 | [diff] [blame] | 136 | #676: Deserialization of class with generic collection inside depends on |
| 137 | how is was deserialized first time |
| 138 | (reported by lunaticare@github) |
Tatu Saloranta | db612bb | 2015-04-26 22:42:17 -0700 | [diff] [blame] | 139 | #771: Annotation bundles ignored when added to Mixin |
| 140 | (reported by Andrew D) |
Cowtowncoder | b02bf06 | 2015-04-29 15:32:19 -0700 | [diff] [blame] | 141 | #774: NPE from SqlDateSerializer as _useTimestamp is not checked for being null |
| 142 | (reported by mrowkow@github) |
Cowtowncoder | 7db1f44 | 2015-05-08 15:20:18 -0700 | [diff] [blame] | 143 | #785: Add handlings for classes which are available in `Thread.currentThread().getContextClassLoader()` |
| 144 | (contributed by Charles A) |
Tatu Saloranta | 4b9e191 | 2015-05-13 21:51:38 -0700 | [diff] [blame] | 145 | #792: Ensure Constructor Parameter annotations are linked with those of Field, Getter, or Setter |
Tatu Saloranta | 3da7c45 | 2015-05-14 20:54:26 -0700 | [diff] [blame] | 146 | #793: `ObjectMapper.readTree()` does not work with defaultTyping enabled |
| 147 | (reported by gracefulgopher@github) |
Cowtowncoder | ea2c9a4 | 2015-05-22 12:07:16 -0700 | [diff] [blame] | 148 | #801: Using `@JsonCreator` cause generating invalid path reference in `JsonMappingException` |
| 149 | (contributed by Kamil B) |
Tatu Saloranta | d4923ea | 2015-06-04 21:17:51 -0700 | [diff] [blame] | 150 | #815: Presence of PropertyNamingStrategy Makes Deserialization fail |
Tatu Saloranta | e9fa042 | 2015-06-04 21:58:09 -0700 | [diff] [blame] | 151 | #816: Allow date-only ISO strings to have no time zone |
| 152 | (contributed by Andrew G) |
Tatu Saloranta | 7d5c50b | 2015-04-24 22:11:45 -0700 | [diff] [blame] | 153 | - Fix handling of Enums wrt JSON Schema, when 'toString()' used for serialization |
| 154 | |
Cowtowncoder | 13968e6 | 2015-04-24 10:21:37 -0700 | [diff] [blame] | 155 | 2.5.3 (24-Apr-2015) |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 156 | |
Cowtowncoder | 119ddc9 | 2015-04-02 14:32:26 -0700 | [diff] [blame] | 157 | #731: XmlAdapter result marshaling error in case of ValueType=Object |
| 158 | (reported, debugged by Dmitry S) |
Cowtowncoder | 0ec81c0 | 2015-04-02 11:49:36 -0700 | [diff] [blame] | 159 | #742: Allow deserialization of `null` Object Id (missing already allowed) |
Cowtowncoder | 817a45a | 2015-04-02 12:53:18 -0700 | [diff] [blame] | 160 | #744: Custom deserializer with parent object update failing |
| 161 | (reported by migel@github) |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 162 | #745: EnumDeserializer.deserializerForCreator fails when used to deserialize a Map key |
| 163 | (contributed by John M) |
Cowtowncoder | 3470803 | 2015-04-21 13:34:54 -0700 | [diff] [blame] | 164 | #761: Builder deserializer: in-compatible type exception when return type is super type |
| 165 | (contributed by Alexey G) |
Cowtowncoder | cb7342b | 2015-04-22 14:21:56 -0700 | [diff] [blame] | 166 | #766: Fix Infinite recursion (StackOverflowError) when serializing a SOAP object |
| 167 | (contributed by Alain G) |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 168 | |
Tatu Saloranta | fd54177 | 2015-03-29 16:48:53 -0700 | [diff] [blame] | 169 | 2.5.2 (29-Mar-2015) |
Tatu Saloranta | 6290eef | 2015-02-07 12:52:36 -0800 | [diff] [blame] | 170 | |
Tatu Saloranta | 66bfe66 | 2015-03-19 20:20:44 -0700 | [diff] [blame] | 171 | #609: Problem resolving locally declared generic type |
| 172 | (repoted by Hal H) |
Tatu Saloranta | f24064c | 2015-02-07 14:07:03 -0800 | [diff] [blame] | 173 | #691: NullSerializer for MapProperty failing when using polymorphic handling |
Tatu Saloranta | 6290eef | 2015-02-07 12:52:36 -0800 | [diff] [blame] | 174 | (reported by Antibrumm@github) |
Cowtowncoder | 195e9b5 | 2015-02-13 11:05:19 -0800 | [diff] [blame] | 175 | #703: Multiple calls to ObjectMapper#canSerialize(Object.class) returns different values |
| 176 | (reported by flexfrank@github) |
Cowtowncoder | 466f706 | 2015-02-23 16:53:56 -0800 | [diff] [blame] | 177 | #705: JsonAnyGetter doesn't work with JsonSerialize (except with keyUsing) |
| 178 | (reported by natnan@github) |
Tatu Saloranta | 66bfe66 | 2015-03-19 20:20:44 -0700 | [diff] [blame] | 179 | #728: TypeFactory#_fromVariable returns unknownType() even though it has enough information |
| 180 | to provide a more specific type |
| 181 | (reported by jkochaniak@github) |
Tatu Saloranta | 436c309 | 2015-03-24 21:36:43 -0700 | [diff] [blame] | 182 | #733: MappingIterator should move past errors or not return hasNext() == true |
| 183 | (reported by Lorrin N, lorrin@github) |
Cowtowncoder | ec1820d | 2015-03-27 16:55:52 -0700 | [diff] [blame] | 184 | #738: @JsonTypeInfo non-deterministically ignored in 2.5.1 (concurrency issue) |
| 185 | (reported by Dylan S, dylanscott@github) |
Cowtowncoder | d7d31ca | 2015-02-26 14:42:57 -0800 | [diff] [blame] | 186 | - Improvement to handling of custom `ValueInstantiator` for delegating mode; no more NPE |
| 187 | if `getDelegateCreator()` returns null |
Tatu Saloranta | f26c676 | 2015-03-16 19:04:03 -0700 | [diff] [blame] | 188 | - Refactor `TypedKey` into separate util class |
Tatu Saloranta | 6290eef | 2015-02-07 12:52:36 -0800 | [diff] [blame] | 189 | |
Tatu Saloranta | 2b464d7 | 2015-02-06 16:05:34 -0800 | [diff] [blame] | 190 | 2.5.1 (06-Feb-2015) |
Tatu Saloranta | 3b041e3 | 2015-01-02 15:38:56 -0800 | [diff] [blame] | 191 | |
| 192 | #667: Problem with bogus conflict between single-arg-String vs `CharSequence` constructor |
Cowtowncoder | b15abb7 | 2015-01-08 13:34:14 -0800 | [diff] [blame] | 193 | #669: JSOG usage of @JsonTypeInfo and @JsonIdentityInfo(generator=JSOGGenerator.class) fails |
Cowtowncoder | 4dfccd5 | 2015-01-08 13:33:26 -0800 | [diff] [blame] | 194 | (reported by ericali78@github) |
Cowtowncoder | 74c8f97 | 2015-01-07 15:40:06 -0800 | [diff] [blame] | 195 | #671: Adding `java.util.Currency` deserialization support for maps |
| 196 | (contributed by Alexandre S-C) |
Tatu Saloranta | 44df4d2 | 2015-01-10 20:24:19 -0800 | [diff] [blame] | 197 | #674: Spring CGLIB proxies not handled as intended |
| 198 | (reported by Zoltan F) |
Tatu Saloranta | 00bb11e | 2015-01-19 22:14:14 -0800 | [diff] [blame] | 199 | #682: Class<?>-valued Map keys not serialized properly |
| 200 | (reported by Ludevik@github) |
Cowtowncoder | ae3f01b | 2015-01-22 15:37:41 -0800 | [diff] [blame] | 201 | #684: FAIL_ON_NUMBERS_FOR_ENUMS does not fail when integer value is quoted |
| 202 | (reported by kllp@github) |
Cowtowncoder | e4ece74 | 2015-02-06 15:24:35 -0800 | [diff] [blame] | 203 | #696: Copy constructor does not preserve `_injectableValues` |
| 204 | (reported by Charles A) |
Cowtowncoder | 16c5dd7 | 2015-01-22 11:16:42 -0800 | [diff] [blame] | 205 | - Add a work-around in `ISO8601DateFormat` to allow omission of ':' from timezone |
Tatu Saloranta | 102abfb | 2015-01-28 19:03:14 -0800 | [diff] [blame] | 206 | - Bit more work to complete #633 |
Tatu Saloranta | 3b041e3 | 2015-01-02 15:38:56 -0800 | [diff] [blame] | 207 | |
Tatu Saloranta | 2d64bed | 2015-01-01 15:34:30 -0800 | [diff] [blame] | 208 | 2.5.0 (01-Jan-2015) |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 209 | |
Tatu Saloranta | ead4e32 | 2014-12-12 20:02:16 -0800 | [diff] [blame] | 210 | #47: Support `@JsonValue` for (Map) key serialization |
Tatu Saloranta | d0cc247 | 2014-09-25 22:47:57 -0700 | [diff] [blame] | 211 | #113: Problem deserializing polymorphic types with @JsonCreator |
Tatu Saloranta | c4b6c61 | 2014-12-26 22:07:54 -0800 | [diff] [blame] | 212 | #165: Add `DeserializationContext.getContextualType()` to let deserializer |
| 213 | known the expected type. |
Cowtowncoder | dfa1b44 | 2014-12-29 15:55:05 -0800 | [diff] [blame] | 214 | #299: Add `DeserializationFeature.FAIL_ON_UNRESOLVED_OBJECT_IDS` to allow missing |
| 215 | Object Ids (as global default) |
Tatu Saloranta | add3cc3 | 2014-10-06 22:25:44 -0700 | [diff] [blame] | 216 | #408: External type id does not allow use of 'visible=true' |
Tatu Saloranta | 09ad682 | 2014-09-23 22:11:12 -0700 | [diff] [blame] | 217 | #421: @JsonCreator not used in case of multiple creators with parameter names |
| 218 | (reported by Lovro P, lpandzic@github) |
Tatu Saloranta | 8f5a129 | 2014-11-18 20:55:55 -0800 | [diff] [blame] | 219 | #427: Make array and Collection serializers call `JsonGenerator.writeStartArray(int)` |
Tatu Saloranta | b5dd785 | 2014-10-15 19:26:24 -0700 | [diff] [blame] | 220 | #521: Keep bundle annotations, prevent problems with recursive annotation types |
Cowtowncoder | 18186be | 2014-09-23 09:57:25 -0700 | [diff] [blame] | 221 | (reported by tea-dragon@github) |
Tatu Saloranta | f1cb79b | 2014-12-03 23:03:52 -0800 | [diff] [blame] | 222 | #527: Add support for `@JsonInclude(content=Include.NON_NULL)` (and others) for Maps |
Tatu Saloranta | b5dd785 | 2014-10-15 19:26:24 -0700 | [diff] [blame] | 223 | #528: Add support for `JsonType.As.EXISTING_PROPERTY` |
| 224 | (reported by heapifyman@github; implemented by fleebytes@github) |
Cowtowncoder | 152aabb | 2014-09-18 15:16:10 -0700 | [diff] [blame] | 225 | #539: Problem with post-procesing of "empty bean" serializer; was not calling |
| 226 | 'BeanSerializerModifier.modifySerializer()` for empty beans |
| 227 | (reported by Fabien R, fabienrenaud@github) |
Tatu Saloranta | 6651339 | 2015-03-19 19:21:13 -0700 | [diff] [blame] | 228 | #540: Support deserializing `[]` as null or empty collection when the java type |
| 229 | is a not an object, `DeserializationFeature.ACCEPT_EMPTY_ARRAY_AS_NULL_OBJECT` |
Tatu Saloranta | ca99065 | 2014-09-25 22:15:09 -0700 | [diff] [blame] | 230 | (requested by Fabien R, fabienrenaud@github) |
Cowtowncoder | 6cf6585 | 2014-09-15 15:51:27 -0700 | [diff] [blame] | 231 | #543: Problem resolving self-referential recursive types |
Cowtowncoder | 18186be | 2014-09-23 09:57:25 -0700 | [diff] [blame] | 232 | (reported by ahgittin@github) |
Cowtowncoder | 3eb74af | 2014-09-23 14:04:57 -0700 | [diff] [blame] | 233 | #550: Minor optimization: prune introspection of "well-known" JDK types |
Cowtowncoder | 18186be | 2014-09-23 09:57:25 -0700 | [diff] [blame] | 234 | #552: Improved handling for ISO-8601 (date) format |
| 235 | (contributed by Jerome G, geronimo-iia@github) |
Tatu Saloranta | 30239f9 | 2014-09-29 21:56:39 -0700 | [diff] [blame] | 236 | #559: Add `getDateFormat()`, `getPropertyNamingStrategy()` in `ObjectMapper` |
Tatu Saloranta | 3afaa74 | 2014-10-12 20:10:02 -0700 | [diff] [blame] | 237 | #560: @JsonCreator to deserialize BigInteger to Enum |
| 238 | (requested by gisupp@github) |
Cowtowncoder | 10f4422 | 2014-09-29 18:20:17 -0700 | [diff] [blame] | 239 | #565: Add support for handling `Map.Entry` |
Tatu Saloranta | 761c9ae | 2014-12-11 19:29:49 -0800 | [diff] [blame] | 240 | #566: Add support for case-insensitive deserialization (`MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`) |
| 241 | (contributed by Michael R) |
Tatu Saloranta | d8be8ad | 2014-10-15 19:23:36 -0700 | [diff] [blame] | 242 | #571: Add support in ObjectMapper for custom `ObjectReader`, `ObjectWriter` (sub-classes) |
Tatu Saloranta | 2e9defe | 2014-10-12 15:24:39 -0700 | [diff] [blame] | 243 | #572: Override default serialization of Enums |
| 244 | (requested by herau@github) |
Tatu Saloranta | 3261453 | 2014-10-07 20:48:01 -0700 | [diff] [blame] | 245 | #576: Add fluent API for adding mixins |
| 246 | (contributed by Adam S, adstro@github) |
Tatu Saloranta | 28c4ada | 2015-01-01 17:22:42 -0800 | [diff] [blame] | 247 | #594: `@JsonValue` on enum not used when enum value is a Map key |
| 248 | (reported by chrylis@github) |
Tatu Saloranta | 2b917fc | 2014-12-23 21:45:43 -0800 | [diff] [blame] | 249 | #596: Add support for `@JsonProperty.defaultValue`, exposed via `BeanProperty.getMetadata().getDefaultValue()` |
Cowtowncoder | 1b0e53d | 2014-11-04 09:37:32 -0800 | [diff] [blame] | 250 | #597: Improve error messaging for cases where JSON Creator returns null (which |
| 251 | is illegal) |
| 252 | (contributed by Aurelien L) |
Tatu Saloranta | d672b18 | 2014-11-18 22:36:20 -0800 | [diff] [blame] | 253 | #599: Add a simple mechanism for avoiding multiple registrations of the same module |
Tatu Saloranta | 4fc7cb0 | 2014-11-08 15:47:44 -0800 | [diff] [blame] | 254 | #607: Allow (re)config of `JsonParser.Feature`s via `ObjectReader` |
| 255 | #608: Allow (re)config of `JsonGenerator.Feature`s via `ObjectWriter` |
Tatu Saloranta | a56270a | 2014-11-16 23:05:18 -0800 | [diff] [blame] | 256 | #614: Add a mechanism for using `@JsonCreator.mode` for resolving possible ambiguity between |
| 257 | delegating- and property-based creators |
Tatu Saloranta | e4edb6e | 2014-11-17 19:52:11 -0800 | [diff] [blame] | 258 | #616: Add `SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS` |
Tatu Saloranta | 839bbd6 | 2014-12-09 22:30:40 -0800 | [diff] [blame] | 259 | #622: Support for non-scalar ObjectId Reference deserialiazation (like JSOG) |
Cowtowncoder | 46ab7a1 | 2014-11-19 14:57:23 -0800 | [diff] [blame] | 260 | #623: Add `StdNodeBasedDeserializer` |
Tatu Saloranta | 04db8f7 | 2014-11-25 20:02:31 -0800 | [diff] [blame] | 261 | #630: Add `KeyDeserializer` for `Class` |
Cowtowncoder | 9b8220b | 2014-12-08 17:12:43 -0800 | [diff] [blame] | 262 | #631: Update `current value` of `JsonParser`, `JsonGenerator` from standard serializers, |
| 263 | deserializers |
| 264 | (suggested by Antibrumm@github) |
Tatu Saloranta | 04db8f7 | 2014-11-25 20:02:31 -0800 | [diff] [blame] | 265 | #633: Allow returning null value from IdResolver to make type information optional |
| 266 | (requested by Antibrumm@github) |
Cowtowncoder | 72de08e | 2014-11-25 14:58:53 -0800 | [diff] [blame] | 267 | #634: Add `typeFromId(DatabindContext,String)` in `TypeIdDeserializer` |
Cowtowncoder | 531fac6 | 2014-12-01 09:56:32 -0800 | [diff] [blame] | 268 | #636: `ClassNotFoundException` for classes not (yet) needed during serialization |
| 269 | (contributed by mspiegel@github) |
Cowtowncoder | 73a87db | 2014-12-08 17:03:28 -0800 | [diff] [blame] | 270 | #638: Add annotation-based method(s) for injecting properties during serialization |
Cowtowncoder | 63b33fb | 2014-12-12 14:19:29 -0800 | [diff] [blame] | 271 | (using @JsonAppend, VirtualBeanPropertyWriter) |
| 272 | #647: Deserialization fails when @JsonUnwrapped property contains an object with same property name |
| 273 | (reported by Konstantin L) |
Tatu Saloranta | 42ef5bb | 2014-12-18 20:45:10 -0800 | [diff] [blame] | 274 | #653: Jackson doesn't follow JavaBean naming convention (added `MapperFeature.USE_STD_BEAN_NAMING`) |
Tatu Saloranta | 499a7b6 | 2014-12-17 20:02:22 -0800 | [diff] [blame] | 275 | #654: Add support for (re)configuring `JsonGenerator.setRootValueSeparator()` via `ObjectWriter` |
Tatu Saloranta | 5ee6591 | 2014-12-16 22:44:58 -0800 | [diff] [blame] | 276 | #655: Add `ObjectWriter.writeValues()` for writing value sequences |
Cowtowncoder | 257ae1c | 2014-12-23 15:05:46 -0800 | [diff] [blame] | 277 | #660: `@JsonCreator`-annotated factory method is ignored if constructor exists |
Cowtowncoder | 02f5f42 | 2014-10-01 11:57:46 -0700 | [diff] [blame] | 278 | - Allow use of `Shape.ARRAY` for Enums, as an alias to 'use index' |
Tatu Saloranta | 64fd181 | 2014-10-11 18:48:34 -0700 | [diff] [blame] | 279 | - Start using `JsonGenerator.writeStartArray(int)` to help data formats |
| 280 | that benefit from knowing number of elements in arrays (and would otherwise |
| 281 | need to buffer values to know length) |
Tatu Saloranta | 83f1be0 | 2014-12-14 17:30:53 -0800 | [diff] [blame] | 282 | - Added new overload for `JsonSerializer.isEmpty()`, to eventually solve #588 |
Tatu Saloranta | 7fc3238 | 2014-12-26 17:19:09 -0800 | [diff] [blame] | 283 | - Improve error messaging (related to [jaxb-annotations#38]) to include known subtype ids. |
Tatu | ebfb648 | 2014-08-25 14:46:03 -0700 | [diff] [blame] | 284 | |
Tatu Saloranta | e92e450 | 2015-04-23 18:39:50 -0700 | [diff] [blame] | 285 | 2.4.6 (23-Apr-2015) |
Cowtowncoder | 7ff745c | 2015-03-27 13:09:30 -0700 | [diff] [blame] | 286 | |
| 287 | #735: (complete fix) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior |
| 288 | (reported by blackfyre512@github) (regression due to #604) |
Cowtowncoder | 58f4c95 | 2015-04-02 12:56:15 -0700 | [diff] [blame] | 289 | $744: Custom deserializer with parent object update fails |
Cowtowncoder | 7ff745c | 2015-03-27 13:09:30 -0700 | [diff] [blame] | 290 | |
Cowtowncoder | 1d57c20 | 2015-03-26 12:49:58 -0700 | [diff] [blame] | 291 | 2.4.5.1 (26-Mar-2015) |
Cowtowncoder | cc05493 | 2015-02-16 14:10:21 -0800 | [diff] [blame] | 292 | |
Cowtowncoder | 1d57c20 | 2015-03-26 12:49:58 -0700 | [diff] [blame] | 293 | Special one-off "micro patch" for: |
| 294 | |
| 295 | #706: Add support for `@JsonUnwrapped` via JSON Schema module |
Cowtowncoder | cc05493 | 2015-02-16 14:10:21 -0800 | [diff] [blame] | 296 | #707: Error in getting string representation of an ObjectNode with a float number value |
| 297 | (reported by @navidqar) |
Cowtowncoder | 7ff745c | 2015-03-27 13:09:30 -0700 | [diff] [blame] | 298 | #735: (partial) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior |
Cowtowncoder | cc05493 | 2015-02-16 14:10:21 -0800 | [diff] [blame] | 299 | |
Tatu Saloranta | c8e44bb | 2015-01-13 20:21:32 -0800 | [diff] [blame] | 300 | 2.4.5 (13-Jan-2015) |
Cowtowncoder | 87e4661 | 2014-11-25 14:24:36 -0800 | [diff] [blame] | 301 | |
| 302 | #635: Reduce cachability of `Map` deserializers, to avoid problems with per-property config changes |
| 303 | (regression due to #604) |
Cowtowncoder | 7ec59e4 | 2014-12-17 11:13:40 -0800 | [diff] [blame] | 304 | #656: `defaultImpl` configuration is ignored for `WRAPPER_OBJECT` |
Cowtowncoder | 7d4201c | 2014-11-26 10:31:40 -0800 | [diff] [blame] | 305 | - Solve potential cyclic-resolution problem for `UntypedObjectDeserializer` |
Cowtowncoder | 87e4661 | 2014-11-25 14:24:36 -0800 | [diff] [blame] | 306 | |
Tatu Saloranta | 1425658 | 2014-11-24 18:20:03 -0800 | [diff] [blame] | 307 | 2.4.4 (24-Nov-2014) |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 308 | |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 309 | (jackson-core)#158: Setter confusion on assignable types |
| 310 | (reported by tsquared2763@github) |
Tatu Saloranta | 23328aa | 2014-10-28 22:38:15 -0700 | [diff] [blame] | 311 | #245: Calls to ObjectMapper.addMixInAnnotations() on an instance returned by ObjectMapper.copy() |
| 312 | don't work |
| 313 | (reported by Erik D) |
Cowtowncoder | c28f74c | 2014-10-14 17:21:28 -0700 | [diff] [blame] | 314 | #580: delegate deserializers choke on a (single) abstract/polymorphic parameter |
| 315 | (reported by Ian B, tea-dragon@github) |
Tatu Saloranta | 2fd20c5 | 2014-10-21 10:33:13 -0700 | [diff] [blame] | 316 | #590: Binding invalid Currency gives nonsense at end of the message |
| 317 | (reported by Jerbell@github) |
Tatu Saloranta | bcccd3e | 2014-10-28 20:32:47 -0700 | [diff] [blame] | 318 | #592: Wrong `TokenBuffer` delegate deserialization using `@JsonCreator` |
| 319 | (reported by Eugene L) |
Tatu Saloranta | fd4eb1b | 2014-11-08 20:08:34 -0800 | [diff] [blame] | 320 | #601: ClassCastException for a custom serializer for enum key in `EnumMap` |
| 321 | (reported by Benson M) |
Cowtowncoder | 6b9d2c5 | 2014-11-07 16:13:53 -0800 | [diff] [blame] | 322 | #604: `Map` deserializers not being cached, causing performance problems |
Cowtowncoder | d7a94ed | 2014-11-12 10:00:11 -0800 | [diff] [blame] | 323 | #610: Fix forward reference in hierarchies |
| 324 | (contributed by zeito@github) |
Cowtowncoder | 6005b02 | 2014-11-18 13:02:04 -0800 | [diff] [blame] | 325 | #619: Off by one error in AnnotatedWithParams |
| 326 | (reported by stevetodd@github) |
Cowtowncoder | edf8674 | 2014-10-31 13:09:07 -0700 | [diff] [blame] | 327 | - Minor fix to `EnumSerializer` regarding detection "serialize using index" |
Cowtowncoder | 95267b0 | 2014-11-07 15:36:22 -0800 | [diff] [blame] | 328 | - Minor fix to number serializers, to call proper callback for schema generation |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 329 | |
| 330 | 2.4.3 (02-Oct-2014) |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 331 | |
Cowtowncoder | 0e03ef1 | 2014-09-23 15:31:51 -0700 | [diff] [blame] | 332 | #496: Wrong result with `new TextNode("false").asBoolean(true)` |
| 333 | (reported by Ivar R, ivarru@github) |
Cowtowncoder | b126e8e | 2014-09-23 15:46:44 -0700 | [diff] [blame] | 334 | #511: DeserializationFeature.FAIL_ON_INVALID_SUBTYPE does not work |
| 335 | (reported by sbelikov@github) |
Tatu Saloranta | 3a1cff2 | 2014-08-19 22:23:00 -0700 | [diff] [blame] | 336 | #523: MapDeserializer and friends do not report the field/key name for mapping exceptions |
| 337 | (reported by Ian B, tea-dragon@github) |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 338 | #524: @JsonIdentityReference(alwaysAsId = true) Custom resolver is reset to SimpleObjectIdResolver |
| 339 | (reported by pkokorev@github) |
Cowtowncoder | 9a11fb9 | 2014-09-16 16:45:00 -0700 | [diff] [blame] | 340 | #541: @JsonProperty in @JsonCreator is conflicting with POJOs getters/attributes |
| 341 | (reported by fabienrenaud@github) |
Cowtowncoder | 9c2dc36 | 2014-09-15 15:52:31 -0700 | [diff] [blame] | 342 | #543: Problem resolving self-referential generic types |
Tatu Saloranta | 5e799a2 | 2014-10-02 23:16:26 -0700 | [diff] [blame] | 343 | #570: Add Support for Parsing All Compliant ISO-8601 Date Formats |
| 344 | (requested by pfconrey@github) |
Tatu Saloranta | d34aab5 | 2014-09-01 22:39:35 -0700 | [diff] [blame] | 345 | - Fixed a problem with `acceptJsonFormatVisitor` with Collection/array types that |
| 346 | are marked with `@JsonValue`; could cause NPE in JSON Schema generator module. |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 347 | |
Tatu Saloranta | 4e935cb | 2014-09-20 16:24:53 -0700 | [diff] [blame] | 348 | 2.4.2 (14-Aug-2014) |
Tatu Saloranta | 585f309 | 2014-07-11 15:56:05 -0700 | [diff] [blame] | 349 | |
Tatu | 341debd | 2014-08-13 16:06:27 -0700 | [diff] [blame] | 350 | #515: Mixin annotations lost when using a mixin class hierarchy with non-mixin interfaces |
| 351 | (reported by 'stevebread@github') |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 352 | - Fixed a problem related to [jackson-dataformat-smile#19]. |
| 353 | |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 354 | 2.4.1.2 (12-Jul-2014) |
| 355 | |
Tatu Saloranta | 585f309 | 2014-07-11 15:56:05 -0700 | [diff] [blame] | 356 | Special one-off "micro patch" for: |
| 357 | |
| 358 | #503: Concurrency issue inside com.fasterxml.jackson.databind.util.LRUMap.get(Object) |
| 359 | (reported by fjtc@github) |
| 360 | |
| 361 | 2.4.1.1 (18-Jun-2014) |
| 362 | |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 363 | Special one-off "micro patch" for: |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 364 | |
| 365 | #491: Temporary work-around for issue #490 (full fix for 2.5 needs to be |
| 366 | in `jackson-annotations`) |
Tatu | cc9623e | 2014-08-13 12:38:09 -0700 | [diff] [blame] | 367 | #506: Index is never set for Collection and Array in InvalidFormatException.Reference |
| 368 | (reported by Fabrice D, fabdouglas@github) |
| 369 | - Fixed a problem related to [jackson-dataformat-smile#19]. |
Tatu Saloranta | 9ae3610 | 2014-06-09 16:55:57 -0700 | [diff] [blame] | 370 | |
| 371 | 2.4.1 (17-Jun-2014) |
Tatu Saloranta | 54fd6d6 | 2014-06-15 15:43:07 -0700 | [diff] [blame] | 372 | |
| 373 | #479: NPE on trying to deserialize a `String[]` that contains null |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 374 | (reported by huxi@github) |
Tatu | 8705212 | 2014-06-10 11:45:43 -0700 | [diff] [blame] | 375 | #482: Make date parsing error behavior consistent with JDK |
| 376 | (suggested by Steve S, sanbeg@github) |
Tatu Saloranta | 9c8022e | 2014-05-16 16:03:44 -0700 | [diff] [blame] | 377 | #489 (partial): TypeFactory cache prevents garbage collection of custom ClassLoader |
| 378 | (reported by sftwrengnr@github) |
| 379 | |
| 380 | 2.4.0 (02-Jun-2014) |
Tatu Saloranta | 0e1e878 | 2014-01-11 19:51:21 -0800 | [diff] [blame] | 381 | |
| 382 | #81: Allow use of @JsonUnwrapped with typed (@JsonTypeInfo) classes, provided |
Tatu Saloranta | 1847015 | 2014-03-16 22:56:04 -0700 | [diff] [blame] | 383 | that (new) feature `SerializationFeature.FAIL_ON_UNWRAPPED_TYPE_IDENTIFIERS` |
| 384 | is disabled |
Tatu Saloranta | 77f4497 | 2014-03-16 23:00:04 -0700 | [diff] [blame] | 385 | (constributed by Ben F, UnquietCode@github) |
| 386 | #88: Prevent use of type information for `JsonNode` via default typing |
Tatu Saloranta | 6809c86 | 2014-04-14 20:10:15 -0700 | [diff] [blame] | 387 | (reported by electricmonk@github) |
| 388 | #149: Allow use of "stringified" indexes for Enum values |
Tatu Saloranta | 85841c9 | 2014-05-05 21:00:59 -0700 | [diff] [blame] | 389 | (requested by chenboxiang@github) |
| 390 | #176: Allow use external Object Id resolver (to use with @JsonIdentityInfo etc) |
Tatu Saloranta | 4e387c2 | 2014-05-07 22:51:56 -0700 | [diff] [blame] | 391 | (implemented by Pascal G) |
Tatu Saloranta | bad574a | 2014-04-12 14:03:07 -0700 | [diff] [blame] | 392 | #193: Conflicting property name definitions |
Tatu Saloranta | ff56edf | 2014-04-12 14:39:01 -0700 | [diff] [blame] | 393 | (reported by Stuart J, sgjohnston@github) |
Tatu Saloranta | 5df4c4e | 2014-03-14 12:54:09 -0700 | [diff] [blame] | 394 | #323: Serialization of the field with deserialization config |
| 395 | (reported by metanet@github) |
Tatu Saloranta | 8d6fa48 | 2014-03-17 21:06:11 -0700 | [diff] [blame] | 396 | #327: Should not consider explicitly differing renames a fail, as long as all are explicit |
Tatu Saloranta | 6da83fc | 2014-03-17 21:07:28 -0700 | [diff] [blame] | 397 | #335: Allow use of `@JsonPropertyOrder(alphabetic=true)` for Map properties |
Tatu Saloranta | 11f7811 | 2014-03-14 20:55:09 -0700 | [diff] [blame] | 398 | #352 Add `ObjectMapper.setConfig()` for overriding `SerializationConfig`/`DeserializationConfig` |
Tatu Saloranta | 478d4a4 | 2014-03-16 21:53:33 -0700 | [diff] [blame] | 399 | #353: Problems with polymorphic types, `JsonNode` (related to #88) |
Tatu | bc43fb4 | 2014-05-21 16:07:20 -0700 | [diff] [blame] | 400 | (reported by cemo@github) |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 401 | #359: Converted object not using explicitly annotated serializer |
| 402 | (reported by Florian S [fschopp@github]) |
Tatu Saloranta | 02a6394 | 2014-03-14 18:53:45 -0700 | [diff] [blame] | 403 | #369: Incorrect comparison for renaming in `POJOPropertyBuilder` |
| 404 | #375: Add `readValue()`/`readPropertyValue()` methods in `DeserializationContext` |
| 405 | #376: Add support for `@JsonFormat(shape=STRING)` for number serializers |
Tatu Saloranta | 3ca881e | 2014-02-25 22:06:04 -0800 | [diff] [blame] | 406 | #381: Allow inlining/unwrapping of value from single-component JSON array |
| 407 | (contributed by yinzara@github) |
| 408 | #390: Change order in which managed/back references are resolved (now back-ref |
Tatu Saloranta | 97a0dea | 2014-05-19 23:55:15 -0700 | [diff] [blame] | 409 | first, then forward) |
Tatu | 3118fa0 | 2014-03-28 16:12:56 -0700 | [diff] [blame] | 410 | (requested by zAlbee@github) |
Tatu | 054467f | 2014-03-28 16:09:51 -0700 | [diff] [blame] | 411 | #407: Properly use null handlers for value types when serializer Collection |
Tatu Saloranta | dceaec5 | 2014-05-05 21:03:37 -0700 | [diff] [blame] | 412 | and array types |
| 413 | (contributed by Will P) |
Tatu | e2f9ea5 | 2014-04-07 09:58:56 -0700 | [diff] [blame] | 414 | #425: Add support for using `Void.class` as "no class", instead of `NoClass.class` |
| 415 | #428: `PropertyNamingStrategy` will rename even explicit name from `@JsonProperty` |
Tatu Saloranta | 2f58c93 | 2014-04-09 18:46:22 -0700 | [diff] [blame] | 416 | (reported by turskip@github) |
| 417 | #435: Performance bottleneck in TypeFactory._fromClass |
Tatu Saloranta | ab53ab4 | 2014-04-12 12:57:43 -0700 | [diff] [blame] | 418 | (reported by Sean D, sdonovanuk@github) |
Tatu Saloranta | d0b0273 | 2014-04-22 19:17:57 -0700 | [diff] [blame] | 419 | #434: Ensure that DecimalNodes with mathematically equal values are equal |
| 420 | (contributed by Francis G) |
Tatu Saloranta | f249d9e | 2014-05-19 23:14:51 -0700 | [diff] [blame] | 421 | #435: Performance bottleneck in TypeFactory._fromClass |
| 422 | (reported by sdonovanuk@github) |
Tatu Saloranta | f339b5c | 2014-05-18 21:12:27 -0700 | [diff] [blame] | 423 | #438: Add support for accessing `@JsonProperty(index=N)` annotations |
Tatu | 7003462 | 2014-05-21 14:41:45 -0700 | [diff] [blame] | 424 | #442: Make `@JsonUnwrapped` indicate property inclusion |
| 425 | (suggested by Ben F) |
Tatu | 4bc7a73 | 2014-05-27 16:20:01 -0700 | [diff] [blame] | 426 | #447: ArrayNode#addAll should accept Collection<? extends JsonNode> |
| 427 | (suggested by alias@github) |
Tatu | 5087367 | 2014-05-21 15:20:08 -0700 | [diff] [blame] | 428 | #461: Add new standard naming strategy, `PropertyNamingStrategy.LowerCaseStrategy` |
Tatu Saloranta | 9c5fec2 | 2014-05-28 21:53:45 -0700 | [diff] [blame] | 429 | #463: Add 'JsonNode.asText(String defaultValue)` |
| 430 | (suggested by Chris C) |
Tatu Saloranta | bad574a | 2014-04-12 14:03:07 -0700 | [diff] [blame] | 431 | #464: Include `JsonLocation` in more mapping exceptions |
Tatu Saloranta | b6da866 | 2014-05-04 18:49:20 -0700 | [diff] [blame] | 432 | (contributed by Andy C (q3aiml@github)) |
| 433 | #465: Make it easier to support serialization of custom subtypes of `Number` |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 434 | #467: Unwanted POJO's embedded in tree via serialization to tree |
Tatu Saloranta | 1c4a7b1 | 2014-04-14 20:24:48 -0700 | [diff] [blame] | 435 | (reported by Benson M) |
| 436 | - Slightly improve `SqlDateSerializer` to support `@JsonFormat` |
| 437 | - Improve handling of native type ids (YAML, CBOR) to use non-native type ids |
| 438 | as fallback |
| 439 | |
Cowtowncoder | 32a52b2 | 2015-09-11 10:11:59 -0700 | [diff] [blame] | 440 | 2.3.5 (13-Jan-2015) |
| 441 | |
| 442 | #496: Wrong result for TextNode("false").asBoolean(true) |
| 443 | (reported by Ivar R, ivarru@github) |
| 444 | #543: Problems resolving self-referential generic types. |
| 445 | #656: defaultImpl configuration is ignored for WRAPPER_OBJECT |
| 446 | |
Tatu Saloranta | 6822f33 | 2014-11-21 20:37:18 -0800 | [diff] [blame] | 447 | 2.3.4 (17-Jul-2014) |
| 448 | |
| 449 | #459: BeanDeserializerBuilder copy constructor not copying `_injectables` |
| 450 | #462: Annotation-provided Deserializers are not contextualized inside CreatorProperties |
| 451 | (reported by aarondav@github) |
| 452 | |
Tatu Saloranta | 1c4a7b1 | 2014-04-14 20:24:48 -0700 | [diff] [blame] | 453 | 2.3.3 (10-Apr-2014) |
| 454 | |
| 455 | #420: Remove 'final' modifier from `BeanDeserializerBase.deserializeWithType` |
| 456 | (requested by Ghoughpteighbteau@github) |
| 457 | #422: Allow use of "True" and "False" as aliases for booleans when coercing from |
| 458 | JSON String |
| 459 | #423: Fix `CalendarSerializer` to work with custom format |
| 460 | (reported by sergeymetallic@github) |
| 461 | #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects into a POJONode |
| 462 | (reported by Francis G) |
| 463 | - Fix null-handling for `CollectionSerializer` |
| 464 | |
Tatu Saloranta | 397e457 | 2014-03-06 20:24:47 -0800 | [diff] [blame] | 465 | 2.3.2 (01-Mar-2014) |
| 466 | |
| 467 | #378: Fix a problem with custom enum deserializer construction |
| 468 | (reported by BokoEnos@github) |
| 469 | #379: Fix a problem with (re)naming of Creator properties; needed to make |
| 470 | Paranamer module work with NamingStrategy. |
| 471 | (reported by Chris P, cpilsworth@github) |
| 472 | #398: Should deserialize empty (not null) URI from empty String |
| 473 | (reported by pgieser@github) |
| 474 | #406: @JsonTypeIdResolver not working with external type ids |
| 475 | (reported by Martin T) |
| 476 | #411: NumberDeserializers throws exception with NaN and +/- Infinity |
| 477 | (reported by clarkbreyman@github) |
| 478 | #412: ObjectMapper.writerWithType() does not change root name being used |
| 479 | (repoted by jhalterman@github) |
| 480 | - Added `BeanSerializerBase._serializeObjectId()` needed by modules that |
| 481 | override standard BeanSerializer; specifically, XML module. |
| 482 | |
Tatu Saloranta | c29e06e | 2013-12-27 19:00:17 -0800 | [diff] [blame] | 483 | 2.3.1 (28-Dec-2013) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 484 | |
Tatu Saloranta | 37cf6f2 | 2013-11-15 19:31:46 -0800 | [diff] [blame] | 485 | #346: Fix problem deserializing `ObjectNode`, with @JsonCreator, empty |
| 486 | JSON Object |
| 487 | (reported by gaff78@github) |
Tatu Saloranta | ce457af | 2013-12-03 22:27:20 -0800 | [diff] [blame] | 488 | #358: `IterableSerializer` ignoring annotated content serializer |
| 489 | (reported by Florian S) |
Tatu | a5810c2 | 2014-02-28 14:15:02 -0800 | [diff] [blame] | 490 | #361: Reduce sync overhead for SerializerCache by using volatile, double-locking |
Tatu Saloranta | ee7b6d8 | 2013-12-10 19:46:46 -0800 | [diff] [blame] | 491 | (contributed by stuartwdouglas@github) |
Tatu Saloranta | 9077a58 | 2013-12-07 20:58:58 -0800 | [diff] [blame] | 492 | #362: UUID output as Base64 String with ObjectMapper.convertValue() |
| 493 | (reported by jknack@github) |
Tatu Saloranta | df4f7f2 | 2013-12-13 19:55:00 -0800 | [diff] [blame] | 494 | #367: Make `TypeNameIdResolver` call `TypeResolver` for resolving base type |
| 495 | (suggested by Ben F) |
Tatu Saloranta | 69b8487 | 2013-12-18 20:17:24 -0800 | [diff] [blame] | 496 | #370: Fail to add Object Id for POJO with no properties |
| 497 | (reported by jh3141@github) |
Tatu Saloranta | 00255f2 | 2013-12-10 20:07:07 -0800 | [diff] [blame] | 498 | - Fix for [jackson-module-afterburner#38]: need to remove @JacksonStdImpl from |
| 499 | `RawSerializer`, to avoid accidental removal of proper handling. |
Tatu Saloranta | 37cf6f2 | 2013-11-15 19:31:46 -0800 | [diff] [blame] | 500 | |
Tatu Saloranta | 414b884 | 2013-11-15 08:08:02 -0800 | [diff] [blame] | 501 | 2.3.0 (13-Nov-2013) |
Tatu Saloranta | df7fb3d | 2013-06-06 14:29:52 -0700 | [diff] [blame] | 502 | |
Tatu Saloranta | a9f447a | 2013-07-05 10:10:47 -0700 | [diff] [blame] | 503 | #48: Add support for `InetSocketAddress` |
| 504 | (contributed by Nick T) |
Tatu | 14722dc | 2013-09-24 11:52:48 -0700 | [diff] [blame] | 505 | #152: Add support for traversing `JsonNode` with (new!) `JsonPointer` implementation |
| 506 | (suggested by fge@github) |
Tatu Saloranta | efdc0d4 | 2013-07-10 19:48:39 -0700 | [diff] [blame] | 507 | #208: Accept "fromString()" as an implicit Creator (factory) method (alias for "valueOf()") |
| 508 | (requested by David P) |
Tatu Saloranta | 21a81e1 | 2013-06-06 17:31:07 -0700 | [diff] [blame] | 509 | #215: Allow registering custom `CharacterEscapes` to use for serialization, |
| 510 | via `ObjectWriter.with(CharacterEscapes)` (and `ObjectMapper.writer(CharacterEscapes)`) |
Tatu Saloranta | e4708eb | 2013-06-06 17:07:10 -0700 | [diff] [blame] | 511 | #227: Allow "generic" Enum serializers, deserializers, via `SimpleModule` |
Tatu Saloranta | 6f4306b | 2013-08-12 20:25:37 -0700 | [diff] [blame] | 512 | #234: Incorrect type information for deeply nested Maps |
| 513 | (reported by Andrei P) |
Tatu Saloranta | 3955abb | 2013-06-06 15:29:58 -0700 | [diff] [blame] | 514 | #237: Add `DeserializationFeature.FAIL_ON_READING_DUP_TREE_KEY` to optionally |
| 515 | throw `JsonMappingException` on duplicate keys, tree model (`JsonNode`) |
Tatu Saloranta | 833680a | 2013-07-10 19:37:14 -0700 | [diff] [blame] | 516 | #238: Allow existence of overlapping getter, is-getter (choose 'regular' getter) |
Tatu Saloranta | f0af8c1 | 2013-07-11 10:20:22 -0700 | [diff] [blame] | 517 | #239: Support `ByteBuffer` |
| 518 | (suggested by mckamey@github) |
Tatu Saloranta | 0a42b40 | 2013-08-06 20:39:12 -0700 | [diff] [blame] | 519 | #240: Make sure `@JsonSerialize.include` does not accidentally override |
| 520 | class inclusion settings |
| 521 | (requested by thierryhenrio@github) |
Tatu Saloranta | c6eaf4b | 2013-07-04 20:25:17 -0700 | [diff] [blame] | 522 | #253: `DelegatingDeserializer` causes problems for Managed/BackReferences |
| 523 | (reported by bfelaco@github) |
Tatu Saloranta | ae242d7 | 2013-09-20 20:37:21 -0700 | [diff] [blame] | 524 | #257: Make `UntypedObjectDeserializer` support overides for `List`, `Map` etc |
Tatu Saloranta | 4ec01ea | 2013-11-15 14:25:01 -0800 | [diff] [blame] | 525 | #268: Add new variant of `ObjectMapper.canSerialize()` that can return `Throwable` |
Tatu Saloranta | af263c3 | 2013-10-24 16:18:50 -0700 | [diff] [blame] | 526 | that caused false to be returned (if any) |
Tatu Saloranta | 105c58a | 2013-07-26 16:33:43 -0700 | [diff] [blame] | 527 | #269: Add support for new `@JsonPropertyDescription` via `AnnotationIntrospector` |
| 528 | as well as `BeanProperty.getMedata().getDescription()` |
Tatu Saloranta | cded3a2 | 2013-08-06 20:29:18 -0700 | [diff] [blame] | 529 | #270: Add `SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID` to allow use of equality |
| 530 | (instead of identity) for figuring out when to use Object Id |
| 531 | (requested by beku8@github) |
Tatu Saloranta | aa321ee | 2013-09-19 19:53:28 -0700 | [diff] [blame] | 532 | #271: Support handling of `@JsonUnwrapped` for in-built JSON Schema generation |
Tatu Saloranta | bb0e2b5 | 2013-09-12 21:07:31 -0700 | [diff] [blame] | 533 | #277: Make `TokenBuffer` support new native type and object ids |
Tatu Saloranta | 545e35e | 2013-09-18 14:18:53 -0700 | [diff] [blame] | 534 | #302: Add `setNamingStrategy` in `Module.SetupContext` |
| 535 | (suggested by Miguel C) |
Tatu Saloranta | 8caf1b4 | 2013-09-28 16:49:50 -0700 | [diff] [blame] | 536 | #305: Add support for accessing `TypeFactory` via `TypeIdResolverBase` |
| 537 | (not yet via `TypeIdResolver` interface), other configuration |
Tatu Saloranta | bb0e2b5 | 2013-09-12 21:07:31 -0700 | [diff] [blame] | 538 | #306: Allow use of `@JsonFilter` for properties, not just classes |
Tatu Saloranta | cc7524c | 2013-10-19 16:46:17 -0700 | [diff] [blame] | 539 | #307: Allow use of `@JsonFilter` for Maps in addition to POJOs |
Tatu Saloranta | fae643b | 2013-09-13 23:34:31 -0700 | [diff] [blame] | 540 | #308: Improve serialization and deserialization speed of `java.util.UUID` by 4x |
| 541 | (suggested by David P) |
Tatu Saloranta | 616d3e5 | 2013-09-18 14:11:36 -0700 | [diff] [blame] | 542 | #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] | 543 | #311: Make sure that "creator properties" are alphabetically ordered too, if |
| 544 | so requested. |
Tatu Saloranta | b69857b | 2013-10-14 20:57:31 -0700 | [diff] [blame] | 545 | #315: Allow per-property definition of null serializer to use, using |
| 546 | new `@JsonSerialize(nullsUsing=xxx)` annotation property |
Tatu Saloranta | 7012c75 | 2013-10-03 15:27:16 -0700 | [diff] [blame] | 547 | #317: Fix `JsonNode` support for nulls bound to `ObjectNode`, `ArrayNode` |
| 548 | (contributed by Seth P) |
Tatu Saloranta | b009194 | 2013-10-18 23:52:30 -0700 | [diff] [blame] | 549 | #318: Problems with `ObjectMapper.updateValue()`, creator property-backed accessors |
Tatu Saloranta | 09ebacb | 2013-10-07 20:58:53 -0700 | [diff] [blame] | 550 | #319: Add support for per-call ("contextual") attributes, with defaulting, |
| 551 | to allow keeping track of state during (de)serialization |
Tatu Saloranta | e4670a7 | 2013-10-14 19:31:39 -0700 | [diff] [blame] | 552 | #324: Make sure to throw `JsonMappingException` from `EnumDeserializer` creator, |
| 553 | not `IllegalArgumentException` |
| 554 | (reported by beverku@github) |
Tatu Saloranta | 34a2e5b | 2013-10-17 22:37:10 -0700 | [diff] [blame] | 555 | #326: Support `@JsonFilter` for "any getter" properties |
Tatu Saloranta | 2322ce6 | 2013-10-23 22:18:32 -0700 | [diff] [blame] | 556 | #334: Make `ArrayNode`, `ObjectNode` non-final again |
Tatu Saloranta | 2f04491 | 2013-11-02 20:05:23 -0700 | [diff] [blame] | 557 | #337: `AnySetter` does not support polymorphic types |
| 558 | (reported by askvortsov@github) |
Tatu Saloranta | 11f7304 | 2013-11-07 22:25:55 -0800 | [diff] [blame] | 559 | #340: AtomicReference not working with polymorphic types |
| 560 | #342: Add `DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES` to make `ObjectMapper` |
| 561 | throw exception when encountering explicitly ignored properties |
| 562 | (requested by Ruslan M) |
Tatu Saloranta | b4b5903 | 2013-07-16 14:34:53 -0700 | [diff] [blame] | 563 | [JACKSON-890]: Support managed/back-references for polymorphic (abstract) types |
Tatu Saloranta | eb68099 | 2013-06-24 19:58:32 -0700 | [diff] [blame] | 564 | - Add 'BeanPropertyWriter.isUnwrapping()' for future needs (by Afterburner) |
Tatu Saloranta | 955d1f9 | 2013-08-10 19:41:47 -0700 | [diff] [blame] | 565 | - 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] | 566 | - Add `JsonDeserializer.handledType()` |
Tatu Saloranta | 3955abb | 2013-06-06 15:29:58 -0700 | [diff] [blame] | 567 | |
Tatu Saloranta | 252d37c | 2014-08-09 11:47:17 -0700 | [diff] [blame] | 568 | 2.2.4 (10-Jun-2014) |
| 569 | |
| 570 | #292: Problems with abstract `Map`s, `Collection`s, polymorphic deserialization |
| 571 | #324: EnumDeserializer should throw JsonMappingException, not IllegalArgumentException |
| 572 | #346: Problems deserializing `ObjectNode` from empty JSON Object, with @JsonCreator |
| 573 | |
| 574 | 2.2.3 (22-Aug-2013) |
| 575 | |
| 576 | #234: Problems with serializing types for deeply nested generic Maps, default typing |
| 577 | #251: SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN ignored with JsonNode |
| 578 | serialization |
| 579 | (reported by fge@github) |
| 580 | #259: Fix a problem with JSON Schema generation for `@JsonValue` |
| 581 | (reported by Lior L) |
| 582 | #267: Handle negative, stringified timestamps |
| 583 | (reported by Drecth@github) |
| 584 | #281: Make `NullNode` use configured null-value serializer |
| 585 | #287: Fix problems with converters, Maps with Object values |
| 586 | (reported by antubis@github) |
| 587 | #288: Fix problem with serialization converters assigned with annotations |
| 588 | (reported by cemo@github) |
| 589 | |
Tatu Saloranta | df7fb3d | 2013-06-06 14:29:52 -0700 | [diff] [blame] | 590 | 2.2.2 (26-May-2013) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 591 | |
Tatu Saloranta | b7d896f | 2013-05-17 21:54:11 -0700 | [diff] [blame] | 592 | #216: Problems with Android, 1.6-only types |
Tatu Saloranta | ded6b8a | 2013-05-17 21:07:40 -0700 | [diff] [blame] | 593 | #217: JsonProcessingExceptions not all wrapped as expected |
| 594 | (reported by karldmoore@github) |
Tatu Saloranta | 29552ca | 2013-05-17 20:36:07 -0700 | [diff] [blame] | 595 | #220: ContainerNode missing 'createNumber(BigInteger)' |
| 596 | (reported by Pascal G) |
Tatu Saloranta | 88f44d8 | 2013-05-17 20:05:18 -0700 | [diff] [blame] | 597 | #223: Duplicated nulls with @JsonFormat(shape=Shape.ARRAY) |
| 598 | (reported by lukegh@github) |
Tatu Saloranta | d12a42f | 2013-05-25 21:04:52 -0700 | [diff] [blame] | 599 | #226: Field mapping fail on deserialization to common referenced object when |
| 600 | @JsonUnwrapped is used |
| 601 | (reported by ikvia@github) |
Tatu Saloranta | d2ec7c3 | 2013-05-25 17:02:32 -0700 | [diff] [blame] | 602 | #232: Converting bound BigDecimal value to tree fails with WRITE_BIGDECIMAL_AS_PLAIN |
| 603 | (reported by celkings@github) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 604 | - Minor fix to handle primitive types for key deserializer lookups |
Tatu Saloranta | 580b85f | 2013-05-01 21:37:09 -0700 | [diff] [blame] | 605 | - Add convenience method `MappingIterator.getCurrentLocation()` |
| 606 | (suggested by Tomdz@github) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 607 | |
Tatu Saloranta | ef9e64f | 2013-05-26 22:18:44 -0700 | [diff] [blame] | 608 | 2.2.1 (03-May-2013) |
| 609 | |
| 610 | #214: Problem with LICENSE, NOTICE, Android packaging |
| 611 | (reported by thierryd@github) |
| 612 | |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 613 | 2.2.0 (22-Apr-2013) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 614 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 615 | Fixes: |
| 616 | |
Tatu Saloranta | 43307b4 | 2013-03-15 15:37:45 -0700 | [diff] [blame] | 617 | #23: Fixing typing of root-level collections |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 618 | #118: JsonTypeInfo.as.EXTERNAL_PROPERTY not working correctly |
Tatu Saloranta | a795fa2 | 2013-01-18 20:05:11 -0800 | [diff] [blame] | 619 | with missing type id, scalar types |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 620 | #130: TimeZone not set for GregorianCalendar, even if configured |
| 621 | #144: MissingNode.isValueNode() should return 'false' |
Tatu Saloranta | 99d9d18 | 2013-01-11 11:47:38 -0800 | [diff] [blame] | 622 | (reported by 'fge@github') |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 623 | #146: Creator properties were not being renamed as expected |
Tatu Saloranta | f6ce07d | 2013-01-12 11:29:46 -0800 | [diff] [blame] | 624 | (contributed by Christoper C) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 625 | #188: Problem with ObjectId serialization, 'alwaysAsId' references |
Tatu Saloranta | 99d9d18 | 2013-01-11 11:47:38 -0800 | [diff] [blame] | 626 | |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 627 | Improvements: |
| 628 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 629 | #116: JavaType implements `java.lang.reflect.Type` (as does `TypeReference`) |
| 630 | #147: Defer reporting of problems with missing creator parameters |
Tatu Saloranta | 6f93156 | 2013-01-12 14:13:42 -0800 | [diff] [blame] | 631 | (contributed by Christoper C) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 632 | #155: Make `ObjectNode` and `ArrayNode` final (other node types already were) |
Tatu Saloranta | 8640b59 | 2013-02-08 11:04:22 -0800 | [diff] [blame] | 633 | (requested by fge@github) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 634 | #161: Add deserializer for java.util.concurrent.ArrayBlockingQueue |
| 635 | #173: Add 'JsonNode.traverse(ObjectCodec)' for convenience |
Tatu Saloranta | 1e0a766 | 2013-04-08 15:34:02 -0700 | [diff] [blame] | 636 | #181: Improve error reporting for missing '_valueDeserializer' |
Tatu Saloranta | dfb697a | 2013-03-28 15:11:48 -0700 | [diff] [blame] | 637 | #194: Add `FloatNode` type in tree model (JsonNode) |
| 638 | (requested by msteiger@github) |
Tatu Saloranta | 10dc5c9 | 2013-04-07 16:11:10 -0700 | [diff] [blame] | 639 | #199: Allow deserializing `Iterable` instances (as basic `Collection`s) |
| 640 | (requested by electrum@github) |
Tatu Saloranta | 9adb08e | 2013-04-11 16:29:59 -0700 | [diff] [blame] | 641 | #206: Make 'ObjectMapper.createDeserializationContext()' overridable |
| 642 | (requested by noter@github) |
Tatu Saloranta | 0a4a031 | 2013-04-16 20:02:37 -0700 | [diff] [blame] | 643 | #207: Add explicit support for `short` datatypes, for tree model |
| 644 | (contributed by msteiger@github) |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 645 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 646 | New features: |
| 647 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 648 | #120: Extend BeanDeserializerModifier to work with non-POJO deserializers |
| 649 | #121: Extend BeanSerializerModifier to work with non-POJO serializers |
| 650 | #124: Add support for serialization converters (@JsonSerializer(converter=...)) |
| 651 | #124: Add support for deserialization converters (@JsonDeserializer(converter=...)) |
| 652 | #140: Add 'SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN' to allow forcing |
Tatu Saloranta | ac5edb8 | 2013-01-06 08:27:50 -0800 | [diff] [blame] | 653 | of non-scientific notation when serializing BigDecimals. |
| 654 | (suggested by phedny@github) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 655 | #148: Add 'DeserializationFeature.FAIL_ON_INVALID_SUBTYPE`, which allows mapping |
Tatu Saloranta | 192c1dc | 2013-02-06 22:28:58 -0800 | [diff] [blame] | 656 | entries with missing or invalid type id into null references (instead of failing). |
| 657 | Also allows use of '@JsonTypeInfo.defaultImpl = NoClass.class' as alternative. |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 658 | #159: Add more accessors in 'MappingIterator': getParser(), getParserSchema(), |
Tatu Saloranta | de7e924 | 2013-02-04 16:24:40 -0800 | [diff] [blame] | 659 | readAll() |
| 660 | (suggested by Tom D) |
Tatu Saloranta | 8f2ea6c | 2013-03-28 15:46:06 -0700 | [diff] [blame] | 661 | #190: Add 'MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS' (default: true) for |
| 662 | pruning out final fields (to avoid using as mutators) |
| 663 | (requested by Eric T) |
Tatu Saloranta | 21d8357 | 2013-03-28 14:18:48 -0700 | [diff] [blame] | 664 | #195: Add 'MapperFeature.INFER_PROPERTY_MUTATORS' (default: enabled) for finer |
| 665 | control of what mutators are auto-detected. |
| 666 | (requested by Dain S) |
Tatu Saloranta | 4208653 | 2013-04-11 16:42:08 -0700 | [diff] [blame] | 667 | #198: Add SPI metadata, handling in ObjectMapper (findModules()), for |
| 668 | automatic registration of auto-detected extension modules |
| 669 | (suggested by 'beamerblvd@github') |
Tatu Saloranta | c7112ff | 2013-04-09 15:47:23 -0700 | [diff] [blame] | 670 | #203: Added new features to support advanced date/time handling: |
| 671 | - SerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS |
| 672 | - DeserializationFeature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS |
| 673 | - DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 674 | |
Tatu Saloranta | 4f62fed | 2013-01-11 19:43:26 -0800 | [diff] [blame] | 675 | Other: |
| 676 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 677 | #126: Update JDK baseline to 1.6 |
Tatu Saloranta | a795fa2 | 2013-01-18 20:05:11 -0800 | [diff] [blame] | 678 | * API under 'com.fasterxml.jackson.databind.jsonFormatVisitors' changed significantly |
| 679 | based on experiences with external JSON Schema generator. |
| 680 | * Version information accessed via code-generated access class, instead of reading |
| 681 | VERSION.txt |
Tatu Saloranta | cc73752 | 2013-03-03 13:11:25 -0800 | [diff] [blame] | 682 | * Added 2 methods in Converter interface: getInputType(), getOutputType(), |
| 683 | to allow programmatic overrides (needed by JAXB annotation module) |
Tatu Saloranta | 4f62fed | 2013-01-11 19:43:26 -0800 | [diff] [blame] | 684 | |
Tatu Saloranta | 7126f55 | 2013-03-10 20:14:41 -0700 | [diff] [blame] | 685 | 2.1.4 (26-Feb-2013) |
| 686 | |
| 687 | * [JACKSON-887]: StackOverflow with parameterized sub-class field |
| 688 | (reported by Alexander M) |
| 689 | * [#130]: TimeZone not set for GregorianCalendar, when deserializing |
| 690 | * [#157]: NPE when registering module twice |
| 691 | * [#162]: JsonNodeFactory: work around an old bug with BigDecimal and zero |
| 692 | (submitted by fge@github) |
| 693 | * [#166]: Incorrect optimization for `ObjectMapper.convertValue(Class)` |
| 694 | (reported by Eric T) |
| 695 | * [#167]: Problems with @JsonValue, polymorphic types (regression from 1.x) |
| 696 | (reported by Eric T) |
| 697 | * [#170]: Problems deserializing `java.io.File` if creator auto-discovery disabled |
| 698 | (reported by Eric T) |
| 699 | * [#175]: NPE for JsonMappingException, if no path is specified |
| 700 | (reported by bramp@github) |
| 701 | |
| 702 | 2.1.3 (19-Jan-2013) |
| 703 | |
| 704 | * [Issue#141]: ACCEPT_EMPTY_STRING_AS_NULL_OBJECT not working for enums |
| 705 | * [Issue#142]: Serialization of class containing EnumMap with polymorphic enum |
| 706 | fails to generate class type data |
| 707 | (reported by kidavis4@github) |
| 708 | |
| 709 | 2.1.2 (04-Dec-2012) |
| 710 | |
| 711 | * [Issue#106]: NPE in ObjectArraySerializer.createContextual(...) |
| 712 | * [Issue#117]: HandlerInstantiator defaulting not working |
| 713 | (reported by Alexander B) |
| 714 | * [Issue#118]: Problems with JsonTypeInfo.As.EXTERNAL_PROPERTY, scalar values |
| 715 | (reported by Adva11@github) |
| 716 | * [Issue#119]: Problems with @JsonValue, JsonTypeInfo.As.EXTERNAL_PROPERTY |
| 717 | (reported by Adva11@github) |
| 718 | * [Issue#122]: ObjectMapper.copy() was not copying underlying mix-in map |
| 719 | (reported by rzlo@github) |
| 720 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 721 | 2.1.1 (11-Nov-2012) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 722 | |
| 723 | Fixes: |
| 724 | |
Tatu Saloranta | 002b54f | 2012-11-08 13:21:50 -0800 | [diff] [blame] | 725 | * [JACKSON-875]: Enum values not found if Feature.USE_ANNOTATIONS disabled |
| 726 | (reported by Laurent P) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 727 | * [Issue#93]: ObjectNode.setAll() broken; would not add anything for |
| 728 | empty ObjectNodes. |
| 729 | (reported by Francis G) |
Tatu Saloranta | a50e76b | 2012-11-01 19:34:49 -0700 | [diff] [blame] | 730 | * Making things implement java.io.Serializable: |
Tatu Saloranta | 9252171 | 2012-11-06 16:59:51 -0800 | [diff] [blame] | 731 | - Issues: #94, #99, #100, #102 |
| 732 | (reported by Sean B) |
Tatu Saloranta | 231be53 | 2012-10-26 18:19:42 -0700 | [diff] [blame] | 733 | * [Issue#96]: Problem with JsonTypeInfo.As.EXTERNAL_PROPERTY, defaultImpl |
| 734 | (reported by Adva11@github) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 735 | |
Tatu Saloranta | a50e76b | 2012-11-01 19:34:49 -0700 | [diff] [blame] | 736 | 2.1.0 (08-Oct-2012) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 737 | |
Tatu Saloranta | 3e96cf6 | 2012-10-05 21:38:16 -0700 | [diff] [blame] | 738 | New minor version for 2.x series. Major improvements in multiple areas, |
| 739 | including: |
| 740 | |
| 741 | - Dataformat auto-detection |
| 742 | - More `@JsonFormat.shape` variant to serialize Collections as |
| 743 | JSON Objects, POJOs as JSON Arrays (csv-like). |
| 744 | - Much more configuration accessible via ObjectReader, ObjectWriter |
| 745 | - New mechanism for JSON Schema generation, other uses (in future) |
Tatu Saloranta | c277641 | 2012-05-14 19:40:57 -0700 | [diff] [blame] | 746 | |
| 747 | Fixes: |
| 748 | |
Tatu Saloranta | 01006e3 | 2012-08-24 14:35:55 -0700 | [diff] [blame] | 749 | * [JACKSON-830]/[Issue#19]: Change OSGi bundle name to be fully-qualified |
Tatu Saloranta | e8c1b53 | 2012-08-29 11:49:21 -0700 | [diff] [blame] | 750 | * ]JACKSON-847]: Make @JsonIdentityInfo work with property-based creator |
Tatu Saloranta | bc483d1 | 2012-08-01 23:35:59 -0700 | [diff] [blame] | 751 | * [JACKSON-851]: State corruption with ObjectWriter, DefaultPrettyPrinter |
| 752 | (reported by Duncan A) |
Tatu Saloranta | 8075bfa | 2012-09-29 22:55:20 -0700 | [diff] [blame] | 753 | * [Issue#75]: Too aggressive KeySerializer caching |
Tatu Saloranta | 01006e3 | 2012-08-24 14:35:55 -0700 | [diff] [blame] | 754 | * Minor fix wrt [Issue#11], coercion needed extra checks |
Tatu Saloranta | fcbce11 | 2012-06-28 14:43:43 -0700 | [diff] [blame] | 755 | |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 756 | Improvements: |
| 757 | |
Tatu Saloranta | ac1f2ab | 2012-08-01 19:49:20 -0700 | [diff] [blame] | 758 | * [JACKSON-758]: Remove 'IOException' from throws clauses of "writeValueAsString" |
| 759 | and "writeValueAsBytes" of ObjectMapper/ObjectWriter |
| 760 | (suggested by G-T Chen) |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 761 | * [JACKSON-839]: Allow "upgrade" of integer number types for |
| 762 | UntypedObjectDeserializer, even with default typing enabled. |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 763 | * [JACKSON-850]: Allow use of zero-arg factory methods as "default creator" |
| 764 | (suggested by Razvan D) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 765 | * [Issue#9]: Implement 'required' JSON Schema attribute for bean properties |
| 766 | * [Issue#20]: Add new exception type, InvalidFormatException (sub-type of |
Tatu Saloranta | dd34856 | 2012-07-18 17:25:02 -0700 | [diff] [blame] | 767 | JsonMappingException) to indicate data format problems |
| 768 | (suggested by HolySamosa@github) |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 769 | * [Issue#30]: ObjectReader and ObjectWriter now try to pre-fetch root |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 770 | (de)serializer if possible; minor performance improvement (2% for small POJOs). |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 771 | * [Issue#33]: Simplified/clarified definition of 'ObjectReader.readValues()'; |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 772 | minor change in behavior for JSON Array "wrapped" sequences |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 773 | * [Issue#60]: Add 'JsonNode.hasNonNull(...)' method(s) |
| 774 | (suggested by Jeff S on mailing list) |
Tatu Saloranta | eb4e6b1 | 2012-08-30 19:02:17 -0700 | [diff] [blame] | 775 | * [Issue#64]: Add new "standard" PropertyNamingStrategy, PascalCaseStrategy |
| 776 | (PropertyNamingStrategy.PASCAL_CASE_TO_CAMEL_CASE) |
| 777 | (contributed by Sean B) |
Tatu Saloranta | 0dc8dec | 2012-09-06 17:08:29 -0700 | [diff] [blame] | 778 | * [Issue#65]: Add getters to `ObjectMapper`, DeserializationContext/-Factory. |
| 779 | (contributed by Dmitry K) |
Tatu Saloranta | ab374c7 | 2012-09-04 22:10:52 -0700 | [diff] [blame] | 780 | * [Issue#69]: Add `PropertyName` abstraction, new methods in AnnotationIntrospector |
Tatu Saloranta | 4984d59 | 2012-09-30 18:04:39 -0700 | [diff] [blame] | 781 | * [Issue#80]: Make `DecimalNode` normalize input, to make "1.0" and "1.00"equal |
| 782 | (reported by fge@github) |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 783 | |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 784 | New features: |
| 785 | |
Tatu Saloranta | d163f5e | 2012-08-20 16:49:15 -0700 | [diff] [blame] | 786 | * [Issue#15]: Support data format auto-detection via ObjectReader (added |
| 787 | 'withFormatDetection(...)' fluent factories) |
Tatu Saloranta | 767cead | 2012-08-13 16:27:45 -0700 | [diff] [blame] | 788 | * [Issue#21]: Add 'ObjectNode.set(...)' method (and related) to improve |
| 789 | chaining, semantic consistency of Tree Model API |
| 790 | (suggested by fge@Github) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 791 | * [Issue#22]: Add 'ObjectMapper.setAnnotationIntrospectors()' which allows |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 792 | defining different introspectors for serialization, deserialization |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 793 | * [Issue#24]: Allow serialization of Enums as JSON Objects |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 794 | (suggested by rveloso@github) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 795 | * [Issue#28]: Add 'ObjectMapper.copy()', to create non-linked copy of |
| 796 | mapper, with same configuration settings |
| 797 | * [Issue#29]: Allow serializing, deserializing POJOs as JSON Arrays |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 798 | by using `@JsonFormat(shape=Shape.ARRAY)` |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 799 | * [Issue#40]: Allow serialization of Collections as JSON Objects |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 800 | (and deserialization from) |
Tatu Saloranta | 8d2cdd7 | 2012-08-13 23:10:51 -0700 | [diff] [blame] | 801 | (suggested by 'rveloso@github') |
| 802 | * [Issue#42]: Allow specifying Base64 variant to use for Base64-encoded data |
| 803 | using ObjectReader.with(Base64Variant), ObjectWriter.with(Base64Variant). |
| 804 | (suggested by 'mpfau@github') |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 805 | * [Issue#45]: Add '@JsonNaming' annotation to define per-class PropertyNamingStrategy |
| 806 | (suggested by Mark W) |
Tatu Saloranta | 4526796 | 2012-08-28 10:10:43 -0700 | [diff] [blame] | 807 | * [Pull#58]: Make 'MappingIterator' implement 'Closable' |
| 808 | (contributed by Pascal G) |
Tatu Saloranta | f412e85 | 2012-09-11 22:05:51 -0700 | [diff] [blame] | 809 | * [Issue#72]: Add 'MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME' to use |
| 810 | wrapper name annotations for renaming properties |
Tatu Saloranta | 06a23ce | 2012-10-03 17:18:47 -0700 | [diff] [blame] | 811 | * [Issue#87]: Add 'StdDelegatingSerializer', 'StdDelegatingDeserializer' to |
| 812 | simplify writing of two-step handlers |
Tatu Saloranta | 88040e2 | 2012-08-24 13:33:00 -0700 | [diff] [blame] | 813 | * (issue #4 of jackson-annotations): Add `@JsonIdentityReference(alwaysAsId=true)` |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 814 | 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] | 815 | * Added 'ObjectReader#withHandler' to allow for reconfiguring deserialization |
| 816 | problem handler |
| 817 | (suggested by 'electricmonk') |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 818 | |
Tatu Saloranta | 2b4086a | 2012-06-29 20:27:24 -0700 | [diff] [blame] | 819 | Other changes: |
| 820 | |
| 821 | * New variant of AnnotationIntrospector.getFormat(), to support class |
| 822 | annotations |
Tatu Saloranta | 134d356 | 2012-07-05 21:38:46 -0700 | [diff] [blame] | 823 | * It is now possible to serialize instances of plain old Object, iff |
| 824 | 'FAIL_ON_EMPTY_BEANS' is disabled. |
Tatu Saloranta | 9b84796 | 2012-09-11 15:16:41 -0700 | [diff] [blame] | 825 | * Trying to remove reference to "JSON" in datatype conversion errors |
| 826 | (since databinding is format-agnostic) |
Tatu Saloranta | 2b4086a | 2012-06-29 20:27:24 -0700 | [diff] [blame] | 827 | |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 828 | INCOMPATIBILITIES: (rats!) |
| 829 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 830 | * Note that [Issue#33] (see above) is, technically speaking, backwards |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 831 | imcompatible change. It is estimated that it should NOT affect most |
| 832 | users, as changes are to edge cases (and undocumented ones at that). |
| 833 | However, it can potentially cause problems with upgrade. |
Tatu Saloranta | 45c7f24 | 2012-10-03 22:36:17 -0700 | [diff] [blame] | 834 | * Implementation of `JsonFormatVisitable` resulting in 2 new methods |
| 835 | being added in `BeanPropertyFilter` interface -- this is unfortunate, |
| 836 | but was required to support full traversability. |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 837 | |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 838 | 2.0.4 (26-Jun-2012) |
| 839 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 840 | * [Issue#6]: element count for PrettyPrinter, endObject wrong |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 841 | (reported by "thebluemountain") |
| 842 | * [JACKSON-838]: Utf8StreamParser._reportInvalidToken() skips letters |
| 843 | from reported token name |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 844 | (reported by Lóránt Pintér) |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 845 | * [JACKSON-841] Data is doubled in SegmentedStringWriter output |
| 846 | (reported by Scott S) |
| 847 | * [JACKSON-842] ArrayIndexOutOfBoundsException when skipping C-style comments |
| 848 | (reported by Sebastien R) |
| 849 | |
| 850 | 2.0.3: no version 2.0.3 released -- only used for extension modules |
| 851 | |
Tatu Saloranta | c277641 | 2012-05-14 19:40:57 -0700 | [diff] [blame] | 852 | 2.0.2 [14-May-2012] |
Tatu Saloranta | 23e267c | 2012-04-23 19:22:04 -0700 | [diff] [blame] | 853 | |
| 854 | Fixes: |
| 855 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 856 | * [Issue#14]: Annotations were not included from parent classes of |
Tatu Saloranta | 1b30b1a | 2012-04-28 00:43:34 -0700 | [diff] [blame] | 857 | mix-in classes |
| 858 | (reported by @guillaup) |
Tatu Saloranta | e16034e | 2012-04-30 22:51:36 -0700 | [diff] [blame] | 859 | * [JACKSON-824]: Combination of JSON Views, ObjectMapper.readerForUpdating() |
| 860 | was not working |
| 861 | (reported by Nir S) |
Tatu Saloranta | b8f79ed | 2012-05-14 19:04:53 -0700 | [diff] [blame] | 862 | (and all fixes from 1.9.7) |
Tatu Saloranta | 1b30b1a | 2012-04-28 00:43:34 -0700 | [diff] [blame] | 863 | |
Tatu Saloranta | cfa2fc1 | 2012-04-27 19:31:28 -0700 | [diff] [blame] | 864 | Improvements: |
| 865 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 866 | * [Issue#11]: Improve ObjectMapper.convertValue()/.treeToValue() to use |
Tatu Saloranta | cfa2fc1 | 2012-04-27 19:31:28 -0700 | [diff] [blame] | 867 | cast if possible |
| 868 | |
Tatu Saloranta | 23e267c | 2012-04-23 19:22:04 -0700 | [diff] [blame] | 869 | 2.0.1 [23-Apr-2012] |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 870 | |
| 871 | Fixes: |
| 872 | |
Tatu Saloranta | fc3db39 | 2012-04-23 18:49:08 -0700 | [diff] [blame] | 873 | * [JACKSON-827] Ensure core packages work on JDK 1.5 |
| 874 | (reported by Pascal g) |
Tatu Saloranta | ae4ea6e | 2012-04-19 19:47:53 -0700 | [diff] [blame] | 875 | * [JACKSON-829] Custom serializers not working for List<String> properties, |
| 876 | @JsonSerialize(contentUsing) |
| 877 | (reported by James R) |
| 878 | |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 879 | Improvements: |
| 880 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 881 | * [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] | 882 | StdKeyDeserializers |
| 883 | (contributed by Ryan G) |
| 884 | |
Tatu Saloranta | fc3db39 | 2012-04-23 18:49:08 -0700 | [diff] [blame] | 885 | 2.0.0 [25-Mar-2012] |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 886 | |
| 887 | Fixes: |
| 888 | |
Tatu Saloranta | 337feca | 2012-03-19 19:11:21 -0700 | [diff] [blame] | 889 | * [JACKSON-368]: Problems with managed references, abstract types |
Tatu | 3af61ff | 2012-01-19 15:58:41 -0800 | [diff] [blame] | 890 | * [JACKSON-711]: Delegating @JsonCreator did not work with Injectable values |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 891 | * [JACKSON-798]: Problem with external type id, creators |
| 892 | (reported by Casey L) |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 893 | (and all fixes up until and including 1.9.6) |
Tatu | 9e6c28f | 2012-01-19 15:58:08 -0800 | [diff] [blame] | 894 | |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 895 | Improvements: |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 896 | |
Tatu Saloranta | 28ff1a9 | 2012-01-17 17:54:51 -0800 | [diff] [blame] | 897 | * [JACKSON-546]: Indicate end-of-input with JsonMappingException instead |
| 898 | of EOFException, when there is no parsing exception |
Tatu Saloranta | ee6e3d1 | 2012-01-17 17:28:39 -0800 | [diff] [blame] | 899 | * [JACKSON-664]: Reduce overhead of type resolution by adding caching |
| 900 | in TypeFactory |
Tatu Saloranta | 7555fa2 | 2012-01-14 23:03:04 -0800 | [diff] [blame] | 901 | * [JACKSON-690]: Pass DeserializationContext through ValueInstantiator |
Tatu | 418a239 | 2012-01-12 21:52:07 -0800 | [diff] [blame] | 902 | * [JACKSON-695]: Add 'isEmpty(value)' in JsonSerializer to allow |
| 903 | customizing handling of serialization of empty values |
Tatu Saloranta | 15fb6ff | 2012-01-14 10:31:35 -0800 | [diff] [blame] | 904 | * [JACKSON-710]: 'ObjectMapper.convertValue()' should ignore root value |
| 905 | wrapping/unwrapping settings |
Tatu | 6066826 | 2012-01-19 14:21:12 -0800 | [diff] [blame] | 906 | * [JACKSON-730] Split various features (JsonParser, JsonGenerator, |
| 907 | SerializationConfig, DeserializationConfig) into per-factory |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 908 | features (MapperFeature, JsonFactory.Feature) an per |
Tatu | 6066826 | 2012-01-19 14:21:12 -0800 | [diff] [blame] | 909 | instance features (existing ones) |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 910 | * [JACKSON-732]: Allow 'AnnotationIntrospector.findContentDeserializer()' |
| 911 | (and similar) to return instance, not just Class<?> for instance |
| 912 | (requested by James R) |
Tatu Saloranta | 4b02e9e | 2012-02-03 18:41:29 -0800 | [diff] [blame] | 913 | * [JACKSON-736]: Add (more) access to array, container and map serializers |
Tatu Saloranta | c166fa3 | 2012-02-03 19:42:41 -0800 | [diff] [blame] | 914 | * [JACKSON-737]: Allow accessing of "creator properties" for BeanDeserializer |
Tatu | cbbfbd3 | 2012-01-20 16:07:51 -0800 | [diff] [blame] | 915 | * [JACKSON-748]: Add 'registerSubtypes' to 'Module.setupContext' (and SimpleModule) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 916 | * [JACKSON-749]: Make @JsonValue work for Enum deserialization |
Tatu | b471a04 | 2012-01-27 11:51:39 -0800 | [diff] [blame] | 917 | * [JACKSON-769]: ObjectNode/ArrayNode: change 'put', 'insert', 'add' to return |
| 918 | 'this node' (unless already returning something) |
Tatu Saloranta | e5d7769 | 2012-01-29 11:20:26 -0800 | [diff] [blame] | 919 | * [JACKSON-770]: Simplify method naming for JsonNode, drop unnecessary 'get' prefix |
| 920 | from methods like 'getTextValue()' (becomes 'textValue()') |
Tatu | 9610aff | 2012-02-02 11:30:08 -0800 | [diff] [blame] | 921 | * [JACKSON-777]: Rename 'SerializationConfig.Feature' as 'SerializationFeature', |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 922 | 'DeserializationConfig.Feature' as 'DeserializationFeature' |
Tatu Saloranta | dfc4c88 | 2012-02-11 13:54:27 -0800 | [diff] [blame] | 923 | * [JACKSON-780]: MissingNode, NullNode should return 'defaultValue' from 'asXxx' methods, |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 924 | (not 0 for numbers), as they are not numeric types |
Tatu Saloranta | 3ae9c39 | 2012-05-18 16:45:47 -0700 | [diff] [blame] | 925 | * [JACKSON-787]: Allow use of @JsonIgnoreProperties for properties (fields, getters, setters) |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 926 | * [JACKSON-795]: @JsonValue was not working for Maps, Collections |
Tatu Saloranta | cf5d547 | 2012-03-03 11:47:51 -0800 | [diff] [blame] | 927 | * [JACKSON-800]: Add 'Module.SetupContext#addDeserializationProblemHandler' |
| 928 | (suggested by James R) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 929 | |
| 930 | New features: |
| 931 | |
Tatu Saloranta | c99a784 | 2012-02-22 18:09:00 -0800 | [diff] [blame] | 932 | * [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs), |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 933 | with @JsonIdentityInfo |
Tatu Saloranta | 26b2e1b | 2012-02-22 22:50:21 -0800 | [diff] [blame] | 934 | * [JACKSON-435]: Allow per-property Date formatting using @JsonFormat. |
Tatu Saloranta | 8958048 | 2012-01-20 22:08:56 -0800 | [diff] [blame] | 935 | * [JACKSON-437]: Allow injecting of type id as POJO property, by setting |
| 936 | new '@JsonTypeInfo.visible' property to true. |
Tatu Saloranta | 17ad21f | 2012-02-19 10:01:31 -0800 | [diff] [blame] | 937 | * [JACKSON-469]: Support "Builder pattern" for deserialiation; that is, allow |
| 938 | use of separate Builder object for data binding, creating actual value |
Tatu Saloranta | 7324b9b | 2012-02-02 21:51:16 -0800 | [diff] [blame] | 939 | * [JACKSON-608]: Allow use of JSON Views for deserialization |
Tatu Saloranta | 49117e0 | 2012-03-03 16:01:12 -0800 | [diff] [blame] | 940 | * [JACKSON-636]: Add 'SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS' to allow |
| 941 | forced sorting of Maps during serialization |
| 942 | (suggested by Joern H) |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 943 | * [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties |
| 944 | (requested by Aner P) |
Tatu Saloranta | f0e232d | 2012-01-29 16:44:28 -0800 | [diff] [blame] | 945 | * [JACKSON-707]: Add 'JsonNode.deepCopy()', to create safe deep copies |
| 946 | of ObjectNodes, ArrayNodes. |
Tatu Saloranta | ff8c08c | 2012-02-21 22:21:21 -0800 | [diff] [blame] | 947 | * [JACKSON-714]: Add general-purpose @JsonFormat annotation |
Tatu | bc4153e | 2012-01-18 15:05:44 -0800 | [diff] [blame] | 948 | * [JACKSON-718]: Added 'JsonNode.canConvertToInt()', 'JsonNode.canConvertToLong()' |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 949 | * [JACKSON-747]: Allow changing of 'SerializationFeature' for ObjectWriter, |
| 950 | 'DeserializationFeature' for ObjectReader. |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 951 | * [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include) |
Tatu Saloranta | f7c45bf | 2012-01-16 18:26:47 -0800 | [diff] [blame] | 952 | * [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation |
| 953 | bundles" (also: AnnotationIntrospector.isAnnotationBundle()) |
Tatu | bbebf46 | 2012-02-03 17:44:31 -0800 | [diff] [blame] | 954 | * [JACKSON-762]: Allow using @JsonTypeId to specify property to use as |
| 955 | type id, instead of using separate type id resolver. |
Tatu Saloranta | e196174 | 2012-01-22 16:03:47 -0800 | [diff] [blame] | 956 | * [JACKSON-764]: Allow specifying "root name" to use for root wrapping |
| 957 | via ObjectReader, ObjectWriter. |
Tatu Saloranta | 361c0a8 | 2012-02-24 18:16:29 -0800 | [diff] [blame] | 958 | * [JACKSON-772]: Add 'JsonNode.withArray()' to use for traversing Array nodes. |
| 959 | * [JACKSON-793]: Add support for configurable Locale, TimeZone to use |
| 960 | (via SerializationConfig, DeserializationConfig) |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 961 | * [JACKSON-805]: Add 'SerializationFeature.WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED' |
| 962 | to improve interoperability with BadgerFish/Jettison |
Tatu Saloranta | f293cc4 | 2012-03-24 21:10:18 -0700 | [diff] [blame] | 963 | * [JACKSON-810]: Deserialization Feature: Allow unknown Enum values via |
| 964 | 'DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL' |
| 965 | (suggested by Raymond R) |
Tatu Saloranta | 33a9a93 | 2012-03-21 18:12:14 -0700 | [diff] [blame] | 966 | * [JACKSON-813]: Add '@JsonSerializableSchema.id' attribute, to indicate |
| 967 | 'id' value to add to generated JSON Schemas. |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 968 | |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 969 | [entries for versions 1.x and earlier not retained; refer to earlier releases) |