Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 1 | Project: jackson-databind |
Tatu Saloranta | affd0c7 | 2018-01-23 19:15:10 -0800 | [diff] [blame] | 2 | |
| 3 | ------------------------------------------------------------------------ |
| 4 | === Releases === |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 5 | ------------------------------------------------------------------------ |
Tatu Saloranta | eb7cf73 | 2018-01-22 19:47:04 -0800 | [diff] [blame] | 6 | |
Tatu Saloranta | 09e5ba1 | 2018-04-05 20:14:35 -0700 | [diff] [blame] | 7 | 2.9.6 (not yet released) |
| 8 | |
| 9 | #1565: Deserialization failure with Polymorphism using JsonTypeInfo `defaultImpl`, |
| 10 | subtype as target |
| 11 | |
Tatu Saloranta | afe2422 | 2018-03-26 08:04:28 -0700 | [diff] [blame] | 12 | 2.9.5 (26-Mar-2018) |
cowtowncoder | b30fa09 | 2018-01-26 16:01:20 -0800 | [diff] [blame] | 13 | |
| 14 | #1911: Allow serialization of `BigDecimal` as String, using |
| 15 | `@JsonFormat(shape=Shape.String)`, config overrides |
| 16 | (suggested by cen1@github) |
Tatu Saloranta | 4a2d8f4 | 2018-02-04 18:28:32 -0800 | [diff] [blame] | 17 | #1912: `BeanDeserializerModifier.updateBuilder()` not work to set custom |
| 18 | deserializer on a property (since 2.9.0) |
| 19 | (contributed by Deblock T) |
Tatu Saloranta | e66c0a9 | 2018-02-10 19:34:43 -0800 | [diff] [blame] | 20 | #1931: Two more `c3p0` gadgets to exploit default typing issue |
Tatu Saloranta | bc22f90 | 2018-02-12 09:28:15 -0800 | [diff] [blame] | 21 | (reported by lilei@venusgroup.com.cn) |
Tatu Saloranta | bfb2f99 | 2018-03-05 20:56:39 -0800 | [diff] [blame] | 22 | #1932: `EnumMap` cannot deserialize with type inclusion as property |
Tatu Saloranta | 9b1b35d | 2018-02-22 20:38:04 -0800 | [diff] [blame] | 23 | #1940: `Float` values with integer value beyond `int` lose precision if |
| 24 | bound to `long` |
| 25 | (reported by Aniruddha M) |
Tatu Saloranta | 18dc249 | 2018-03-01 14:28:31 -0800 | [diff] [blame] | 26 | #1941: `TypeFactory.constructFromCanonical()` throws NPE for Unparameterized |
| 27 | generic canonical strings |
| 28 | (reported by ayushgp@github) |
Tatu Saloranta | 13a7490 | 2018-03-05 19:09:54 -0800 | [diff] [blame] | 29 | #1947: `MapperFeature.AUTO_DETECT_XXX` do not work if all disabled |
| 30 | (reported by Timur S) |
Tatu Saloranta | ba35c17 | 2018-03-19 19:49:50 -0700 | [diff] [blame] | 31 | #1977: Serializing an Iterator with multiple sub-types fails after upgrading to 2.9.x |
| 32 | (reported by ssivanand@github) |
Tatu Saloranta | 277151d | 2018-03-22 15:38:42 -0700 | [diff] [blame] | 33 | #1978: Using @JsonUnwrapped annotation in builderdeserializer hangs in infinite loop |
| 34 | (reported by roeltje25@github) |
cowtowncoder | b30fa09 | 2018-01-26 16:01:20 -0800 | [diff] [blame] | 35 | |
Tatu Saloranta | affd0c7 | 2018-01-23 19:15:10 -0800 | [diff] [blame] | 36 | 2.9.4 (24-Jan-2018) |
Tatu Saloranta | eb217dd | 2017-12-12 17:34:55 -0800 | [diff] [blame] | 37 | |
cowtowncoder | c612c1e | 2018-01-23 16:07:33 -0800 | [diff] [blame] | 38 | #1382: `@JsonProperty(access=READ_ONLY)` unxepected behaviour with `Collections` |
| 39 | (reported by hexfaker@github) |
Tatu Saloranta | 2da6113 | 2018-01-15 13:19:55 -0800 | [diff] [blame] | 40 | #1673: Serialising generic value classes via Reference Types (like Optional) fails |
| 41 | to include type information |
| 42 | (reported by Pier-Luc W) |
Tatu Saloranta | 6a1152c | 2018-01-02 17:23:16 -0800 | [diff] [blame] | 43 | #1729: Integer bounds verification when calling `TokenBuffer.getIntValue()` |
| 44 | (reported by Kevin G) |
Tatu Saloranta | 5939b1a | 2018-01-17 16:37:43 -0800 | [diff] [blame] | 45 | #1853: Deserialise from Object (using Creator methods) returns field name instead of value |
| 46 | (reported by Alexander S) |
Tatu Saloranta | b40d5c4 | 2017-12-17 23:23:21 -0800 | [diff] [blame] | 47 | #1854: NPE deserializing collection with `@JsonCreator` and `ACCEPT_CASE_INSENSITIVE_PROPERTIES` |
Tatu Saloranta | 62e4132 | 2017-12-17 23:12:31 -0800 | [diff] [blame] | 48 | (reported by rue-jw@github) |
Tatu Saloranta | 6eee8f1 | 2017-12-18 21:48:41 -0800 | [diff] [blame] | 49 | #1855: Blacklist for more serialization gadgets (dbcp/tomcat, spring) |
Tatu Saloranta | 2dff214 | 2018-01-04 22:19:31 -0800 | [diff] [blame] | 50 | #1859: Issue handling unknown/unmapped Enum keys |
| 51 | (reported by remya11@github) |
Tatu Saloranta | 9a8cb97 | 2018-01-04 15:25:57 -0800 | [diff] [blame] | 52 | #1868: Class name handling for JDK unmodifiable Collection types changed |
| 53 | (reported by Rob W) |
Tatu Saloranta | 5b233ed | 2018-01-04 15:29:14 -0800 | [diff] [blame] | 54 | #1870: Remove `final` on inherited methods in `BuilderBasedDeserializer` to allow |
| 55 | overriding by subclasses |
| 56 | (requested by Ville K) |
Tatu Saloranta | 4e71662 | 2018-01-16 21:43:14 -0800 | [diff] [blame] | 57 | #1878: `@JsonBackReference` property is always ignored when deserializing since 2.9.0 |
| 58 | (reported by reda-alaoui@github) |
Tatu Saloranta | 4c448ee | 2018-01-16 22:14:40 -0800 | [diff] [blame] | 59 | #1895: Per-type config override "JsonFormat.Shape.OBJECT" for Map.Entry not working |
| 60 | (reported by mcortella@github) |
Tatu Saloranta | 90ee9f5 | 2018-01-21 21:04:02 -0800 | [diff] [blame] | 61 | #1899: Another two gadgets to exploit default typing issue in jackson-databind |
| 62 | (reported by OneSourceCat@github) |
Tatu Saloranta | eb7cf73 | 2018-01-22 19:47:04 -0800 | [diff] [blame] | 63 | #1906: Add string format specifier for error message in `PropertyValueBuffer` |
| 64 | (reported by Joe S) |
Tatu Saloranta | 1ce6a0a | 2018-01-22 18:20:50 -0800 | [diff] [blame] | 65 | #1907: Remove `getClass()` from `_valueType` argument for error reporting |
| 66 | (reported by Joe S) |
Tatu Saloranta | eb217dd | 2017-12-12 17:34:55 -0800 | [diff] [blame] | 67 | |
Tatu Saloranta | f90f8f4 | 2017-12-08 19:02:04 -0800 | [diff] [blame] | 68 | 2.9.3 (09-Dec-2017) |
Tatu Saloranta | e467b7e | 2017-10-23 20:06:49 -0700 | [diff] [blame] | 69 | |
| 70 | #1604: Nested type arguments doesn't work with polymorphic types |
Tatu Saloranta | 985a3f9 | 2017-11-01 14:40:37 -0700 | [diff] [blame] | 71 | #1794: `StackTraceElementDeserializer` not working if field visibility changed |
| 72 | (reported by dsingley@github) |
Tatu Saloranta | a43d23d | 2017-11-01 14:07:32 -0700 | [diff] [blame] | 73 | #1799: Allow creation of custom sub-types of `NullNode`, `BooleanNode`, `MissingNode` |
Tatu Saloranta | e467b7e | 2017-10-23 20:06:49 -0700 | [diff] [blame] | 74 | #1804: `ValueInstantiator.canInstantiate()` ignores `canCreateUsingArrayDelegate()` |
| 75 | (reported byb henryptung@github) |
Tatu Saloranta | 4387090 | 2017-11-01 15:39:40 -0700 | [diff] [blame] | 76 | #1807: Jackson-databind caches plain map deserializer and use it even map has `@JsonDeserializer` |
| 77 | (reported by lexas2509@github) |
Tatu Saloranta | 4e208e1 | 2017-12-03 17:13:49 -0800 | [diff] [blame] | 78 | #1823: ClassNameIdResolver doesn't handle resolve Collections$SingletonMap & Collections$SingletonSet |
| 79 | (reported by Peter J) |
Tatu Saloranta | 8d2ccf3 | 2017-12-05 21:36:09 -0800 | [diff] [blame] | 80 | #1831: `ObjectReader.readValue(JsonNode)` does not work correctly with polymorphic types, |
| 81 | value to update |
| 82 | (reported by basmastr@github) |
Tatu Saloranta | fd6854c | 2017-12-05 18:41:48 -0800 | [diff] [blame] | 83 | #1835: ValueInjector break from 2.8.x to 2.9.x |
| 84 | (repoted by kinigitbyday@github) |
Tatu Saloranta | fb2d03c | 2017-11-29 22:01:35 -0800 | [diff] [blame] | 85 | #1842: `null` String for `Exception`s deserialized as String "null" instead of `null` |
| 86 | (reported by ZeleniJure@github) |
Tatu Saloranta | 0ee3f5c | 2017-11-28 10:10:26 -0800 | [diff] [blame] | 87 | #1843: Include name of unsettable property in exception from `SetterlessProperty.set()` |
| 88 | (suggested by andreh7@github) |
Tatu Saloranta | 77fd035 | 2017-12-03 22:59:03 -0800 | [diff] [blame] | 89 | #1844: Map "deep" merge only adds new items, but not override existing values |
| 90 | (reported by alinakovalenko@github) |
Tatu Saloranta | e467b7e | 2017-10-23 20:06:49 -0700 | [diff] [blame] | 91 | |
Tatu Saloranta | b5fe1d5 | 2017-10-13 20:24:51 -0700 | [diff] [blame] | 92 | 2.9.2 (14-Oct-2017) |
Tatu Saloranta | 8d0b850 | 2017-09-18 20:48:01 -0700 | [diff] [blame] | 93 | |
Tatu Saloranta | 0635104 | 2017-09-26 15:28:25 -0700 | [diff] [blame] | 94 | (possibly) #1756: Deserialization error with custom `AnnotationIntrospector` |
| 95 | (reported by Daniel N) |
Tatu Saloranta | 4998754 | 2017-09-28 19:30:39 -0700 | [diff] [blame] | 96 | #1705: Non-generic interface method hides type resolution info from generic base class |
| 97 | (reported by Tim B) |
| 98 | NOTE: was originally reported fixed in 2.9.1 -- turns out it wasn't. |
Tatu Saloranta | dcfb0cc | 2017-09-18 21:56:07 -0700 | [diff] [blame] | 99 | #1767: Allow `DeserializationProblemHandler` to respond to primitive types |
| 100 | (reported by nhtzr@github) |
Tatu Saloranta | 8d0b850 | 2017-09-18 20:48:01 -0700 | [diff] [blame] | 101 | #1768: Improve `TypeFactory.constructFromCanonical()` to work with |
| 102 | `java.lang.reflect.Type.getTypeName()' format |
| 103 | (suggested by Luís C) |
Tatu Saloranta | 5ed8707 | 2017-09-21 13:07:43 -0700 | [diff] [blame] | 104 | #1771: Pass missing argument for string formatting in `ObjectMapper` |
| 105 | (reported by Nils B) |
Tatu Saloranta | b06bec8 | 2017-10-10 13:43:36 -0700 | [diff] [blame] | 106 | #1788: `StdDateFormat._parseAsISO8601()` does not parse "fractional" timezone correctly |
Tatu Saloranta | dcd40a1 | 2017-10-13 13:10:45 -0700 | [diff] [blame] | 107 | #1793: `java.lang.NullPointerException` in `ObjectArraySerializer.acceptJsonFormatVisitor()` |
| 108 | for array value with `@JsonValue` |
| 109 | (reported by Vincent D) |
Tatu Saloranta | 8d0b850 | 2017-09-18 20:48:01 -0700 | [diff] [blame] | 110 | |
Tatu Saloranta | 45d4408 | 2017-09-07 17:48:17 -0700 | [diff] [blame] | 111 | 2.9.1 (07-Sep-2017) |
Tatu Saloranta | 8761bcb | 2017-08-03 14:19:39 -0700 | [diff] [blame] | 112 | |
Tatu Saloranta | 9d2cb51 | 2017-08-05 20:50:12 -0700 | [diff] [blame] | 113 | #1725: `NPE` In `TypeFactory. constructParametricType(...)` |
| 114 | (reported by ctytgat@github) |
Tatu Saloranta | 424f56c | 2017-08-26 21:17:32 -0700 | [diff] [blame] | 115 | #1730: InvalidFormatException` for `JsonToken.VALUE_EMBEDDED_OBJECT` |
| 116 | (reported by zigzago@github) |
Tatu Saloranta | 8fda858 | 2017-08-31 14:24:45 -0700 | [diff] [blame] | 117 | #1744: StdDateFormat: add option to serialize timezone offset with a colon |
| 118 | (contributed by Bertrand R) |
Tatu Saloranta | f71ba6f | 2017-08-25 22:16:55 -0700 | [diff] [blame] | 119 | #1745: StdDateFormat: accept and truncate millis larger than 3 digits |
| 120 | (suggested by Bertrand R) |
Tatu Saloranta | 97134ae | 2017-08-25 21:53:42 -0700 | [diff] [blame] | 121 | #1749: StdDateFormat: performance improvement of '_format(..)' method |
| 122 | (contributed by Bertrand R) |
Tatu Saloranta | e54e9e0 | 2017-09-06 19:15:58 -0700 | [diff] [blame] | 123 | #1759: Reuse `Calendar` instance during parsing by `StdDateFormat` |
| 124 | (contributed by Bertrand R) |
Tatu Saloranta | 8761bcb | 2017-08-03 14:19:39 -0700 | [diff] [blame] | 125 | - Fix `DelegatingDeserializer` constructor to pass `handledType()` (and |
| 126 | not type of deserializer being delegated to!) |
Tatu Saloranta | 3ac8ccc | 2017-09-07 10:08:39 -0700 | [diff] [blame] | 127 | - Add `Automatic-Module-Name` ("com.fasterxml.jackson.databind") for JDK 9 module system |
Tatu Saloranta | 8761bcb | 2017-08-03 14:19:39 -0700 | [diff] [blame] | 128 | |
Tatu Saloranta | 06b8779 | 2017-07-29 21:11:31 -0700 | [diff] [blame] | 129 | 2.9.0 (30-Jul-2017) |
Tatu Saloranta | 9598db5 | 2016-08-24 22:14:58 -0700 | [diff] [blame] | 130 | |
Tatu Saloranta | b65bd7a | 2016-10-11 17:08:58 -0700 | [diff] [blame] | 131 | #219: SqlDateSerializer does not obey SerializationConfig.Feature.WRITE_DATES_AS_TIMESTAMPS |
| 132 | (reported by BrentDouglas@github) |
Tatu Saloranta | 2e7f74f | 2016-12-01 19:12:09 -0800 | [diff] [blame] | 133 | #265: Add descriptive exception for attempts to use `@JsonWrapped` via Creator parameter |
Tatu Saloranta | b73eb5a | 2016-11-28 23:14:55 -0800 | [diff] [blame] | 134 | #291: @JsonTypeInfo with As.EXTERNAL_PROPERTY doesn't work if external type property |
| 135 | is referenced more than once |
| 136 | (reported by Starkom@github) |
Tatu Saloranta | 9434f51 | 2016-12-09 16:31:38 -0800 | [diff] [blame] | 137 | #357: StackOverflowError with contentConverter that returns array type |
| 138 | (reported by Florian S) |
Tatu Saloranta | 0e373fa | 2017-03-25 21:03:43 -0700 | [diff] [blame] | 139 | #383: Recursive `@JsonUnwrapped` (`child` with same type) fail: "No _valueDeserializer assigned" |
| 140 | (reported by tdavis@github) |
Tatu Saloranta | 9446514 | 2017-03-07 22:15:00 -0800 | [diff] [blame] | 141 | #403: Make FAIL_ON_NULL_FOR_PRIMITIVES apply to primitive arrays and other types that wrap primitives |
| 142 | (reported by Harleen S) |
Tatu Saloranta | e1375b0 | 2016-11-18 15:48:08 -0800 | [diff] [blame] | 143 | #476: Allow "Serialize as POJO" using `@JsonFormat(shape=Shape.OBJECT)` class annotation |
Tatu Saloranta | f97a53f | 2016-10-10 22:29:18 -0700 | [diff] [blame] | 144 | #507: Support for default `@JsonView` for a class |
| 145 | (suggested by Mark W) |
Tatu Saloranta | a2bc7f6 | 2017-03-16 08:35:54 -0700 | [diff] [blame] | 146 | #687: Exception deserializing a collection @JsonIdentityInfo and a property based creator |
Tatu Saloranta | b6d330f | 2016-10-16 22:09:33 -0700 | [diff] [blame] | 147 | #865: `JsonFormat.Shape.OBJECT` ignored when class implements `Map.Entry` |
Tatu Saloranta | aa4089f | 2016-09-30 22:04:40 -0700 | [diff] [blame] | 148 | #888: Allow specifying custom exclusion comparator via `@JsonInclude`, |
| 149 | using `JsonInclude.Include.CUSTOM` |
Tatu Saloranta | 60ae600 | 2017-03-23 20:20:55 -0700 | [diff] [blame] | 150 | #994: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` only works for POJOs, Maps |
Tatu Saloranta | 71430dd | 2017-02-26 19:27:02 -0800 | [diff] [blame] | 151 | #1029: Add a way to define property name aliases |
Tatu Saloranta | d068a40 | 2016-10-05 23:21:57 -0700 | [diff] [blame] | 152 | #1035: `@JsonAnySetter` assumes key of `String`, does not consider declared type. |
| 153 | (reported by Michael F) |
Tatu Saloranta | cbe4541 | 2017-04-10 12:39:21 -0700 | [diff] [blame] | 154 | #1106: Add `MapperFeature.ALLOW_COERCION_OF_SCALARS` for enabling/disabling coercions |
Tatu Saloranta | 398a5c5 | 2016-11-18 16:07:26 -0800 | [diff] [blame] | 155 | #1284: Make `StdKeySerializers` use new `JsonGenerator.writeFieldId()` for `int`/`long` keys |
Tatu Saloranta | 6e8b942 | 2016-10-05 10:42:50 -0700 | [diff] [blame] | 156 | #1320: Add `ObjectNode.put(String, BigInteger)` |
Tatu Saloranta | a0dab04 | 2016-10-05 08:18:34 -0700 | [diff] [blame] | 157 | (proposed by Jan L) |
Tatu Saloranta | f77e77d | 2016-09-30 08:41:55 -0700 | [diff] [blame] | 158 | #1341: `DeserializationFeature.FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY` |
Tatu Saloranta | 9598db5 | 2016-08-24 22:14:58 -0700 | [diff] [blame] | 159 | (contributed by Connor K) |
Tatu Saloranta | d121d96 | 2016-11-28 08:01:09 -0800 | [diff] [blame] | 160 | #1347: Extend `ObjectMapper.configOverrides()` to allow changing visibility rules |
Tatu Saloranta | c1478ac | 2016-09-29 08:17:03 -0700 | [diff] [blame] | 161 | #1356: Differentiate between input and code exceptions on deserialization |
| 162 | (suggested by Nick B) |
Tatu Saloranta | b88ce67 | 2016-09-13 23:07:54 -0700 | [diff] [blame] | 163 | #1369: Improve `@JsonCreator` detection via `AnnotationIntrospector` |
| 164 | by passing `MappingConfig` |
Tatu Saloranta | 0cce1ca | 2016-09-15 14:47:55 -0700 | [diff] [blame] | 165 | #1371: Add `MapperFeature.INFER_CREATOR_FROM_CONSTRUCTOR_PROPERTIES` to allow |
| 166 | disabling use of `@CreatorProperties` as explicit `@JsonCreator` equivalent |
Tatu Saloranta | 89662b1 | 2016-11-21 18:50:02 -0800 | [diff] [blame] | 167 | #1376: Add ability to disable JsonAnySetter/JsonAnyGetter via mixin |
| 168 | (suggested by brentryan@github) |
Tatu Saloranta | 2f8eded | 2017-01-31 21:38:33 -0800 | [diff] [blame] | 169 | #1399: Add support for `@JsonMerge` to allow "deep update" |
Tatu Saloranta | dec8570 | 2017-03-08 20:43:50 -0800 | [diff] [blame] | 170 | #1402: Use `@JsonSetter(nulls=...)` to specify handling of `null` values during deserialization |
Tatu Saloranta | b8b0e72 | 2016-10-27 22:05:29 -0700 | [diff] [blame] | 171 | #1406: `ObjectMapper.readTree()` methods do not return `null` on end-of-input |
| 172 | (reported by Fabrizio C) |
Tatu Saloranta | 1850fab | 2017-01-13 14:23:14 -0800 | [diff] [blame] | 173 | #1407: `@JsonFormat.pattern` is ignored for `java.sql.Date` valued properties |
| 174 | (reported by sangpire@github) |
Tatu Saloranta | 55050bc | 2017-05-17 20:54:34 -0700 | [diff] [blame] | 175 | #1415: Creating CollectionType for non generic collection class broken |
Tatu Saloranta | d0daf23 | 2016-11-20 23:13:33 -0800 | [diff] [blame] | 176 | #1428: Allow `@JsonValue` on a field, not just getter |
Tatu Saloranta | d0c4c90 | 2016-10-28 21:12:34 -0700 | [diff] [blame] | 177 | #1434: Explicitly pass null on invoke calls with no arguments |
| 178 | (contributed by Emiliano C) |
Tatu Saloranta | db5aea3 | 2016-11-07 19:21:06 -0800 | [diff] [blame] | 179 | #1433: `ObjectMapper.convertValue()` with null does not consider null conversions |
| 180 | (`JsonDeserializer.getNullValue()`) |
| 181 | (contributed by jdmichal@github) |
Tatu Saloranta | 715f262 | 2017-04-30 20:16:26 -0700 | [diff] [blame] | 182 | #1440: Wrong `JsonStreamContext` in `DeserializationProblemHandler` when reading |
| 183 | `TokenBuffer` content |
| 184 | (reported by Patrick G) |
Tatu Saloranta | bd36ce4 | 2016-11-07 18:31:12 -0800 | [diff] [blame] | 185 | #1444: Change `ObjectMapper.setSerializationInclusion()` to apply to content inclusion too |
Tatu Saloranta | ebeb315 | 2016-12-02 15:33:23 -0800 | [diff] [blame] | 186 | #1450: `SimpleModule.addKeyDeserializer()' should throw `IllegalArgumentException` if `null` |
| 187 | reference of `KeyDeserializer` passed |
| 188 | (suggested by PawelJagus@github) |
Tatu Saloranta | cf88e7b | 2016-11-25 16:52:47 -0800 | [diff] [blame] | 189 | #1454: Support `@JsonFormat.lenient` for `java.util.Date`, `java.util.Calendar` |
Tatu Saloranta | 48902b1 | 2017-01-07 16:43:58 -0800 | [diff] [blame] | 190 | #1474: Replace use of `Class.newInstance()` (deprecated in Java 9) with call via Constructor |
Tatu Saloranta | 3749d7c | 2017-03-27 20:45:18 -0700 | [diff] [blame] | 191 | #1480: Add support for serializing `boolean`/`Boolean` as number (0 or 1) |
| 192 | (suggested by jwilmoth@github) |
Tatu Saloranta | 3711a1c | 2017-03-29 23:02:53 -0700 | [diff] [blame] | 193 | #1520: Case insensitive enum deserialization with `MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS` |
Tatu Saloranta | 5285e4a | 2017-02-23 11:34:04 -0800 | [diff] [blame] | 194 | (contributed by Ana-Eliza B) |
Tatu Saloranta | bffdab5 | 2017-05-01 15:53:36 -0700 | [diff] [blame] | 195 | #1522: Global `@JsonInclude(Include.NON_NULL)` for all properties with a specific type |
| 196 | (contributed by Carsten W) |
Tatu Saloranta | 32886a8 | 2017-03-06 22:15:19 -0800 | [diff] [blame] | 197 | #1544: EnumMapDeserializer assumes a pure EnumMap and does not support EnumMap derived classes |
| 198 | (reported by Lyor G) |
Tatu Saloranta | 4debd67 | 2017-03-09 14:54:45 -0800 | [diff] [blame] | 199 | #1550: Unexpected behavior with `@JsonInclude(JsonInclude.Include.NON_EMPTY)` and |
| 200 | `java.util.Date` serialization |
Tatu Saloranta | efb024e | 2017-05-02 20:07:09 -0700 | [diff] [blame] | 201 | #1551: `JsonMappingException` with polymorphic type and `JsonIdentityInfo` when basic type is abstract |
| 202 | (reported by acm073@github) |
Tatu Saloranta | 3e89294 | 2017-03-12 18:12:57 -0700 | [diff] [blame] | 203 | #1552: Map key converted to byte array is not serialized as base64 string |
| 204 | (reported by nmatt@github) |
Tatu Saloranta | fadb5f0 | 2017-03-11 18:03:34 -0800 | [diff] [blame] | 205 | #1554: Support deserialization of `Shape.OBJECT` ("as POJO") for `Map`s (and map-like types) |
Tatu Saloranta | bd645b1 | 2017-03-20 23:08:31 -0700 | [diff] [blame] | 206 | #1556: Add `ObjectMapper.updateValue()` method to update instance with given overrides |
| 207 | (suggested by syncer@github) |
Tatu Saloranta | 5136650 | 2017-07-18 21:51:46 -0700 | [diff] [blame] | 208 | #1583: Add a `DeserializationFeature.FAIL_ON_TRAILING_TOKENS` to force reading of the |
| 209 | whole input as single value |
Tatu Saloranta | 029413a | 2017-04-27 21:10:46 -0700 | [diff] [blame] | 210 | #1592: Add support for handling primitive/discrepancy problem with type refinements |
Tatu Saloranta | 534abb1 | 2017-04-24 22:25:16 -0700 | [diff] [blame] | 211 | #1605: Allow serialization of `InetAddress` as simple numeric host address |
| 212 | (requested by Jared J) |
Tatu Saloranta | 974ccdd | 2017-04-27 20:32:14 -0700 | [diff] [blame] | 213 | #1616: Extraneous type id mapping added for base type itself |
Tatu Saloranta | 581de93 | 2017-05-02 22:15:30 -0700 | [diff] [blame] | 214 | #1619: By-pass annotation introspection for array types |
Tatu Saloranta | 3d1cb22 | 2017-06-02 18:42:33 -0700 | [diff] [blame] | 215 | #1637: `ObjectReader.at()` with `JsonPointer` stops after first collection |
| 216 | (reported by Chris P) |
Tatu Saloranta | e353aa0 | 2017-06-12 19:25:09 -0700 | [diff] [blame] | 217 | #1653: Convenience overload(s) for ObjectMapper#registerSubtypes |
Tatu Saloranta | a2c667b | 2017-06-12 22:09:04 -0700 | [diff] [blame] | 218 | #1655: `@JsonAnyGetter` uses different `bean` parameter in `SimpleBeanPropertyFilter` |
| 219 | (reported by georgeflugq@github) |
Tatu Saloranta | 37b780b | 2017-06-24 20:22:33 -0700 | [diff] [blame] | 220 | #1678: Rewrite `StdDateFormat` ISO-8601 handling functionality |
Tatu Saloranta | 0385824 | 2017-06-30 13:03:51 -0700 | [diff] [blame] | 221 | #1684: Rewrite handling of type ids to let `JsonGenerator` handle (more of) details |
Tatu Saloranta | 16d3618 | 2017-07-12 15:50:43 -0700 | [diff] [blame] | 222 | #1688: Deserialization fails for `java.nio.file.Path` implementations when default typing |
| 223 | enabled |
| 224 | (reported by Christian B) |
Tatu Saloranta | 445bd44 | 2017-07-18 22:31:32 -0700 | [diff] [blame] | 225 | #1690: Prevent use of quoted number (index) for Enum deserialization via |
| 226 | `MapperFeature.ALLOW_COERCION_OF_SCALARS` |
| 227 | (requested by magdel@github) |
Tatu Saloranta | 9598db5 | 2016-08-24 22:14:58 -0700 | [diff] [blame] | 228 | |
Tatu Saloranta | 2b35879 | 2018-02-10 19:42:16 -0800 | [diff] [blame] | 229 | 2.8.11.1 (11-Feb-2018) |
Tatu Saloranta | 755e3bc | 2018-01-05 12:45:14 -0800 | [diff] [blame] | 230 | |
Tatu Saloranta | 038b471 | 2018-01-21 21:01:07 -0800 | [diff] [blame] | 231 | #1872: `NullPointerException` in `SubTypeValidator.validateSubType` when |
Tatu Saloranta | 755e3bc | 2018-01-05 12:45:14 -0800 | [diff] [blame] | 232 | validating Spring interface |
| 233 | (reported by Rob W) |
Tatu Saloranta | 038b471 | 2018-01-21 21:01:07 -0800 | [diff] [blame] | 234 | #1899: Another two gadgets to exploit default typing issue in jackson-databind |
| 235 | (reported by OneSourceCat@github) |
Tatu Saloranta | 6799f8f | 2018-02-10 19:22:01 -0800 | [diff] [blame] | 236 | #1931: Two more `c3p0` gadgets to exploit default typing issue |
Tatu Saloranta | 755e3bc | 2018-01-05 12:45:14 -0800 | [diff] [blame] | 237 | |
Tatu Saloranta | 581cc3b | 2017-12-23 18:16:16 -0800 | [diff] [blame] | 238 | 2.8.11 (24-Dec-2017) |
Tatu Saloranta | 29bdca2 | 2017-12-18 21:56:34 -0800 | [diff] [blame] | 239 | |
| 240 | #1604: Nested type arguments doesn't work with polymorphic types |
| 241 | #1680: Blacklist couple more types for deserialization |
| 242 | #1767: Allow `DeserializationProblemHandler` to respond to primitive types |
| 243 | (reported by nhtzr@github) |
| 244 | #1768: Improve `TypeFactory.constructFromCanonical()` to work with |
| 245 | `java.lang.reflect.Type.getTypeName()` format |
| 246 | #1804: `ValueInstantiator.canInstantiate()` ignores `canCreateUsingArrayDelegate()` |
| 247 | (reported by henryptung@github) |
| 248 | #1807: Jackson-databind caches plain map deserializer and use it even map has `@JsonDeserializer` |
| 249 | (reported by lexas2509@github) |
| 250 | #1855: Blacklist for more serialization gadgets (dbcp/tomcat, spring) |
| 251 | |
Tatu Saloranta | 46452bd | 2017-08-23 21:23:57 -0700 | [diff] [blame] | 252 | 2.8.10 (24-Aug-2017) |
Tatu Saloranta | 5a0ce57 | 2017-06-13 21:25:31 -0700 | [diff] [blame] | 253 | |
| 254 | #1657: `StdDateFormat` deserializes dates with no tz/offset as UTC instead of |
| 255 | configured timezone |
| 256 | (reported by Bertrand R) |
Tatu Saloranta | 9bd1829 | 2017-12-11 22:22:54 -0800 | [diff] [blame] | 257 | #1680: Blacklist couple more types for deserialization |
Tatu Saloranta | 075319d | 2017-06-16 16:14:37 -0700 | [diff] [blame] | 258 | #1658: Infinite recursion when deserializing a class extending a Map, |
| 259 | with a recursive value type |
| 260 | (reported by Kevin G) |
Tatu Saloranta | e20bcc8 | 2017-06-27 13:01:02 -0700 | [diff] [blame] | 261 | #1679: `StackOverflowError` in Dynamic `StdKeySerializer` |
Tatu Saloranta | ce7d1c9 | 2017-07-26 16:10:35 -0700 | [diff] [blame] | 262 | #1711: Delegating creator fails to work for binary data (`byte[]`) with |
| 263 | binary formats (CBOR, Smile) |
Tatu Saloranta | 6cd5be9 | 2017-08-17 13:44:18 -0700 | [diff] [blame] | 264 | #1735: Missing type checks when using polymorphic type ids |
Tatu Saloranta | 50047c2 | 2017-09-11 10:34:47 -0700 | [diff] [blame] | 265 | (reported by Lukas Euler) |
Tatu Saloranta | ddfddfb | 2017-08-17 15:12:47 -0700 | [diff] [blame] | 266 | #1737: Block more JDK types from polymorphic deserialization |
Tatu Saloranta | 5a0ce57 | 2017-06-13 21:25:31 -0700 | [diff] [blame] | 267 | |
Tatu Saloranta | 15f8efe | 2017-06-11 17:50:25 -0700 | [diff] [blame] | 268 | 2.8.9 (12-Jun-2017) |
Tatu Saloranta | 262961a | 2017-04-12 08:20:32 -0700 | [diff] [blame] | 269 | |
Tatu Saloranta | 4a2b1ae | 2017-05-04 12:48:52 -0700 | [diff] [blame] | 270 | #1595: `JsonIgnoreProperties.allowSetters` is not working in Jackson 2.8 |
| 271 | (reported by Javy L) |
Tatu Saloranta | 513ab6e | 2017-04-22 10:53:01 -0700 | [diff] [blame] | 272 | #1597: Escape JSONP breaking characters |
| 273 | (contributed by Marco C) |
Tatu Saloranta | 9a083ad | 2017-05-19 13:07:44 -0700 | [diff] [blame] | 274 | #1629: `FromStringDeserializer` ignores registered `DeserializationProblemHandler` |
| 275 | for `java.util.UUID` |
| 276 | (reported by Andrew J) |
Tatu Saloranta | e2476e0 | 2017-06-06 08:31:04 -0700 | [diff] [blame] | 277 | #1642: Support `READ_UNKNOWN_ENUM_VALUES_AS_NULL` with `@JsonCreator` |
| 278 | (contributed by Joe L) |
Tatu Saloranta | 247122f | 2017-06-08 22:46:26 -0700 | [diff] [blame] | 279 | #1647: Missing properties from base class when recursive types are involved |
| 280 | (reported by Slobodan P) |
Tatu Saloranta | 93f7e14 | 2017-06-08 22:20:50 -0700 | [diff] [blame] | 281 | #1648: `DateTimeSerializerBase` ignores configured date format when creating contextual |
| 282 | (reported by Bertrand R) |
Tatu Saloranta | 3978538 | 2017-06-10 20:48:03 -0700 | [diff] [blame] | 283 | #1651: `StdDateFormat` fails to parse 'zulu' date when TimeZone other than UTC |
| 284 | (reported by Bertrand R) |
Tatu Saloranta | 513ab6e | 2017-04-22 10:53:01 -0700 | [diff] [blame] | 285 | |
Tatu Saloranta | 04fb144 | 2017-04-19 08:29:22 -0700 | [diff] [blame] | 286 | 2.8.8.1 (19-Apr-2017) |
Tatu Saloranta | 262961a | 2017-04-12 08:20:32 -0700 | [diff] [blame] | 287 | |
| 288 | #1585: Invoke ServiceLoader.load() inside of a privileged block when loading |
| 289 | modules using `ObjectMapper.findModules()` |
| 290 | (contributed by Ivo S) |
Tatu Saloranta | 6ce32ff | 2017-04-13 15:08:10 -0700 | [diff] [blame] | 291 | #1599: Jackson Deserializer security vulnerability |
| 292 | (reported by ayound@github) |
Tatu Saloranta | ec859af | 2017-04-18 12:46:33 -0700 | [diff] [blame] | 293 | #1607: @JsonIdentityReference not used when setup on class only |
| 294 | (reported by vboulaye@github) |
Tatu Saloranta | 262961a | 2017-04-12 08:20:32 -0700 | [diff] [blame] | 295 | |
Tatu Saloranta | 13ce5ed | 2017-04-04 20:25:56 -0700 | [diff] [blame] | 296 | 2.8.8 (05-Apr-2017) |
Tatu Saloranta | 5bd7605 | 2017-02-23 10:07:56 -0800 | [diff] [blame] | 297 | |
Tatu Saloranta | 23d49e3 | 2017-03-23 19:12:17 -0700 | [diff] [blame] | 298 | (partial) #994: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` only works for POJOs, Maps |
Tatu Saloranta | 04c33a5 | 2017-03-30 16:58:23 -0700 | [diff] [blame] | 299 | #1345: `@JsonProperty(access = READ_ONLY)` together with generated constructor (Lombok) causes |
| 300 | exception: "Could not find creator property with name ..." |
| 301 | (reported by Raniz85@github) |
Tatu Saloranta | 5bd7605 | 2017-02-23 10:07:56 -0800 | [diff] [blame] | 302 | #1533: `AsPropertyTypeDeserializer` ignores `DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT` |
Tatu Saloranta | ce11473 | 2017-03-07 19:52:29 -0800 | [diff] [blame] | 303 | #1543: JsonFormat.Shape.NUMBER_INT does not work when defined on enum type in 2.8 |
| 304 | (reported by Alex P) |
Tatu Saloranta | 934f485 | 2017-03-25 17:33:25 -0700 | [diff] [blame] | 305 | #1570: `Enum` key for `Map` ignores `SerializationFeature.WRITE_ENUMS_USING_INDEX` |
| 306 | (reported by SolaKun@github) |
Tatu Saloranta | 9919f9d | 2017-03-27 22:09:46 -0700 | [diff] [blame] | 307 | #1573: Missing properties when deserializing using a builder class with a non-default |
| 308 | constructor and a mutator annotated with `@JsonUnwrapped` |
| 309 | (reported by Joshua J) |
Tatu Saloranta | 8de9cef | 2017-03-25 11:37:12 -0700 | [diff] [blame] | 310 | #1575: Problem with `@JsonIgnoreProperties` on recursive property (regression in 2.8) |
| 311 | (reported by anujkumar04@github) |
Tatu Saloranta | 0ee6a6d | 2017-02-28 15:59:32 -0800 | [diff] [blame] | 312 | - Minor fix to creation of `PropertyMetadata`, had one path that could lead to NPE |
Tatu Saloranta | 5bd7605 | 2017-02-23 10:07:56 -0800 | [diff] [blame] | 313 | |
Tatu Saloranta | df7e794 | 2017-02-20 16:57:01 -0800 | [diff] [blame] | 314 | 2.8.7 (21-Feb-2017) |
Tatu Saloranta | 9972618 | 2017-01-16 22:34:14 -0800 | [diff] [blame] | 315 | |
Tatu Saloranta | 4d34006 | 2017-01-26 19:12:29 -0800 | [diff] [blame] | 316 | #935: `@JsonProperty(access = Access.READ_ONLY)` - unexpected behaviour |
Tatu Saloranta | 9972618 | 2017-01-16 22:34:14 -0800 | [diff] [blame] | 317 | #1317: '@JsonIgnore' annotation not working with creator properties, serialization |
| 318 | |
Tatu Saloranta | f18a260 | 2017-01-11 20:38:00 -0800 | [diff] [blame] | 319 | 2.8.6 (12-Jan-2017) |
Tatu Saloranta | 88b2086 | 2016-11-15 16:23:47 -0800 | [diff] [blame] | 320 | |
Tatu Saloranta | d338aa5 | 2016-11-29 20:18:36 -0800 | [diff] [blame] | 321 | #349: @JsonAnySetter with @JsonUnwrapped: deserialization fails with arrays |
| 322 | (reported by hdave@github) |
Tatu Saloranta | f609683 | 2016-11-29 15:04:42 -0800 | [diff] [blame] | 323 | #1388: `@JsonIdentityInfo`: id has to be the first key in deserialization when |
| 324 | deserializing with `@JsonCreator` |
| 325 | (reported by moodysalem@github) |
Tatu Saloranta | fa6f247 | 2016-11-25 18:43:10 -0800 | [diff] [blame] | 326 | #1425: `JsonNode.binaryValue()` ignores illegal character if it's the last one |
| 327 | (reported by binoternary@github) |
Tatu Saloranta | 88b2086 | 2016-11-15 16:23:47 -0800 | [diff] [blame] | 328 | #1453: `UntypedObjectDeserializer` does not retain `float` type (over `double`) |
Tatu Saloranta | ab9fcac | 2016-11-16 21:51:14 -0800 | [diff] [blame] | 329 | #1456: `TypeFactory` type resolution broken in 2.7 for generic types |
| 330 | when using `constructType` with context |
Tatu Saloranta | 522f2ba | 2016-12-12 20:49:09 -0800 | [diff] [blame] | 331 | #1473: Add explicit deserializer for `StringBuilder` due to Java 9 changes |
Tatu Saloranta | d7155de | 2017-01-09 21:38:36 -0800 | [diff] [blame] | 332 | #1493: `ACCEPT_CASE_INSENSITIVE_PROPERTIES` fails with `@JsonUnwrapped` |
Tatu Saloranta | 88b2086 | 2016-11-15 16:23:47 -0800 | [diff] [blame] | 333 | |
Tatu Saloranta | 91fca55 | 2016-11-13 22:08:30 -0800 | [diff] [blame] | 334 | 2.8.5 (14-Nov-2016) |
Tatu Saloranta | ea30c7b | 2016-10-16 10:54:38 -0700 | [diff] [blame] | 335 | |
| 336 | #1417: Further issues with `@JsonInclude` with `NON_DEFAULT` |
Tatu Saloranta | d0cfb64 | 2016-11-11 19:28:53 -0800 | [diff] [blame] | 337 | #1421: ACCEPT_SINGLE_VALUE_AS_ARRAY partially broken in 2.7.x, 2.8.x |
Tatu Saloranta | 9a66688 | 2016-10-24 17:03:01 -0700 | [diff] [blame] | 338 | #1429: `StdKeyDeserializer` can erroneously use a static factory method |
| 339 | with more than one argument |
Tatu Saloranta | 494ebce | 2016-10-27 19:45:10 -0700 | [diff] [blame] | 340 | #1432: Off by 1 bug in PropertyValueBuffer |
| 341 | (reported by Kevin D) |
Tatu Saloranta | 2dbd816 | 2016-11-13 18:05:33 -0800 | [diff] [blame] | 342 | #1438: `ACCEPT_CASE_INSENSITIVE_PROPERTIES` is not respected for creator properties |
| 343 | (reported by Jayson M) |
Tatu Saloranta | 31ceee7 | 2016-11-01 20:54:35 -0700 | [diff] [blame] | 344 | #1439: NPE when using with filter id, serializing `java.util.Map` types |
Tatu Saloranta | cd5430a | 2016-11-02 22:17:18 -0700 | [diff] [blame] | 345 | #1441: Failure with custom Enum key deserializer, polymorphic types |
| 346 | (reported by Nathanial O) |
Tatu Saloranta | d906a34 | 2016-11-09 20:39:22 -0800 | [diff] [blame] | 347 | #1445: Map key deserializerModifiers ignored |
| 348 | (reported by alfonsobonso@github) |
Tatu Saloranta | 6362e24 | 2016-10-16 22:59:16 -0700 | [diff] [blame] | 349 | - Improvements to #1411 fix to ensure consistent `null` key handling |
Tatu Saloranta | ea30c7b | 2016-10-16 10:54:38 -0700 | [diff] [blame] | 350 | |
Tatu Saloranta | a9ba94c | 2016-10-13 20:50:04 -0700 | [diff] [blame] | 351 | 2.8.4 (14-Oct-2016) |
Tatu Saloranta | e59194a | 2016-09-25 23:10:58 -0700 | [diff] [blame] | 352 | |
Tatu Saloranta | a1a8793 | 2016-10-04 17:17:43 -0700 | [diff] [blame] | 353 | #466: Jackson ignores Type information when raw return type is BigDecimal or BigInteger |
Tatu Saloranta | d7d13a2 | 2016-10-04 17:23:09 -0700 | [diff] [blame] | 354 | #1001: Parameter names module gets confused with delegate creator which is a static method |
Tatu Saloranta | 0511894 | 2016-10-13 20:31:37 -0700 | [diff] [blame] | 355 | #1324: Boolean parsing with `StdDeserializer` is too slow with huge integer value |
| 356 | (reported by pavankumar-parankusam@github) |
Tatu Saloranta | d7d13a2 | 2016-10-04 17:23:09 -0700 | [diff] [blame] | 357 | #1383: Problem with `@JsonCreator` with 1-arg factory-method, implicit param names |
Tatu Saloranta | e59194a | 2016-09-25 23:10:58 -0700 | [diff] [blame] | 358 | #1384: `@JsonDeserialize(keyUsing = ...)` does not work correctly together with |
| 359 | DefaultTyping.NON_FINAL |
| 360 | (reported by Oleg Z) |
Tatu Saloranta | be114a9 | 2016-09-28 15:49:01 -0700 | [diff] [blame] | 361 | #1385: Polymorphic type lost when using `@JsonValue` |
| 362 | (reported by TomMarkuske@github) |
Tatu Saloranta | 8a5b111 | 2016-09-27 20:30:09 -0700 | [diff] [blame] | 363 | #1389 Problem with handling of multi-argument creator with Enums |
| 364 | (fix contributed by Pavel P) |
Tatu Saloranta | 4e94c0e | 2016-10-04 16:07:13 -0700 | [diff] [blame] | 365 | #1392: Custom UnmodifiableSetMixin Fails in Jackson 2.7+ but works in Jackson 2.6 |
| 366 | (reported by Rob W) |
Tatu Saloranta | 82c346a | 2016-10-03 19:37:23 -0700 | [diff] [blame] | 367 | #1395: Problems deserializing primitive `long` field while using `TypeResolverBuilder` |
| 368 | (reported by UghZan3@github) |
Tatu Saloranta | ab4f17f | 2016-10-06 19:27:32 -0700 | [diff] [blame] | 369 | #1403: Reference-chain hints use incorrect class-name for inner classes |
| 370 | (reported by Josh G) |
Tatu Saloranta | a1d0251 | 2016-10-12 23:02:32 -0700 | [diff] [blame] | 371 | #1411: MapSerializer._orderEntries should check for null keys |
| 372 | (reported by Jörn H) |
Tatu Saloranta | e59194a | 2016-09-25 23:10:58 -0700 | [diff] [blame] | 373 | |
Tatu Saloranta | 89366fe | 2016-09-17 18:26:25 -0700 | [diff] [blame] | 374 | 2.8.3 (17-Sep-2016) |
Tatu Saloranta | 1ca7576 | 2016-08-30 23:36:37 -0700 | [diff] [blame] | 375 | |
Tatu Saloranta | 75098b7 | 2016-09-08 20:37:41 -0700 | [diff] [blame] | 376 | #1351: `@JsonInclude(NON_DEFAULT)` doesn't omit null fields |
| 377 | (reported by Gili T) |
Tatu Saloranta | 1ca7576 | 2016-08-30 23:36:37 -0700 | [diff] [blame] | 378 | #1353: Improve error-handling for `java.net.URL` deserialization |
Tatu Saloranta | 8fa9cb7 | 2016-09-01 17:39:07 -0700 | [diff] [blame] | 379 | #1361: Change `TokenBuffer` to use new `writeEmbeddedObject()` if possible |
Tatu Saloranta | 1ca7576 | 2016-08-30 23:36:37 -0700 | [diff] [blame] | 380 | |
Tatu Saloranta | 650a3ca | 2016-08-29 17:42:03 -0700 | [diff] [blame] | 381 | 2.8.2 (30-Aug-2016) |
Tatu Saloranta | 20a1b7c | 2016-08-13 09:47:31 -0700 | [diff] [blame] | 382 | |
Tatu Saloranta | d4a2092 | 2016-08-21 21:16:02 -0700 | [diff] [blame] | 383 | #1315: Binding numeric values can BigDecimal lose precision |
| 384 | (reported by Andrew S) |
| 385 | #1327: Class level `@JsonInclude(JsonInclude.Include.NON_EMPTY)` is ignored |
| 386 | (reported by elruwen@github) |
Tatu Saloranta | 20a1b7c | 2016-08-13 09:47:31 -0700 | [diff] [blame] | 387 | #1335: Unconditionally call `TypeIdResolver.getDescForKnownTypeIds` |
| 388 | (contributed by Chris J-Y) |
| 389 | |
Tatu Saloranta | 45565cd | 2016-07-19 16:20:48 -0700 | [diff] [blame] | 390 | 2.8.1 (20-Jul-2016) |
Tatu Saloranta | c4ecc55 | 2016-07-11 18:35:35 -0700 | [diff] [blame] | 391 | |
Tatu Saloranta | f7e476e | 2016-07-12 22:37:47 -0700 | [diff] [blame] | 392 | #1256: `Optional.empty()` not excluded if property declared with type `Object` |
Tatu Saloranta | c4ecc55 | 2016-07-11 18:35:35 -0700 | [diff] [blame] | 393 | #1288: Type id not exposed for `JsonTypeInfo.As.EXTERNAL_PROPERTY` even when `visible` set to `true` |
| 394 | (reported by libetl@github) |
| 395 | #1289: Optimize construction of `ArrayList`, `LinkedHashMap` instances |
Tatu Saloranta | b3f623f | 2016-07-13 19:36:07 -0700 | [diff] [blame] | 396 | #1291: Backward-incompatible behaviour of 2.8: deserializing enum types |
| 397 | with two static factory methods fail by default |
Tatu Saloranta | db0eadb | 2016-07-14 19:16:02 -0700 | [diff] [blame] | 398 | #1297: Deserialization of generic type with Map.class |
| 399 | (reported by Arek G) |
Tatu Saloranta | 11b1323 | 2016-07-16 16:57:34 -0700 | [diff] [blame] | 400 | #1302: NPE for `ResolvedRecursiveType` in 2.8.0 due to caching |
Tatu Saloranta | c4ecc55 | 2016-07-11 18:35:35 -0700 | [diff] [blame] | 401 | |
Tatu Saloranta | 0d12389 | 2016-07-03 22:40:57 -0700 | [diff] [blame] | 402 | 2.8.0 (04-Jul-2016) |
Tatu Saloranta | 575cf32 | 2016-02-22 20:22:26 -0800 | [diff] [blame] | 403 | |
Tatu Saloranta | 8e8d2e5 | 2016-04-21 22:16:28 -0700 | [diff] [blame] | 404 | #621: Allow definition of "ignorable types" without annotation (using |
| 405 | `Mapper.configOverride(type).setIsIgnoredType(true)` |
Tatu Saloranta | 82404c4 | 2016-06-01 21:26:17 -0700 | [diff] [blame] | 406 | #867: Support `SerializationFeature.WRITE_EMPTY_JSON_ARRAYS ` for `JsonNode` |
Tatu Saloranta | 6ed7caa | 2016-05-03 23:03:34 -0700 | [diff] [blame] | 407 | #903: Add `JsonGenerator` reference to `SerializerProvider` |
Tatu Saloranta | 8ed7127 | 2016-05-03 19:45:32 -0700 | [diff] [blame] | 408 | #931: Add new method in `Deserializers.Base` to support `ReferenceType` |
Tatu Saloranta | 1c263f7 | 2016-06-01 21:09:56 -0700 | [diff] [blame] | 409 | #960: `@JsonCreator` not working on a factory with no arguments for an enum type |
Tatu Saloranta | 77b11b1 | 2016-05-05 11:52:17 -0700 | [diff] [blame] | 410 | (reported by Artur J) |
Tatu Saloranta | 4d99b8a | 2016-04-14 17:31:29 -0700 | [diff] [blame] | 411 | #990: Allow failing on `null` values for creator (add |
| 412 | `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`) |
| 413 | (contributed by mkokho@github) |
Tatu Saloranta | ab8a20f | 2016-06-21 22:58:47 -0700 | [diff] [blame] | 414 | #999: External property is not deserialized |
| 415 | (reported by Aleksandr O) |
Tatu Saloranta | 1ecc6b5 | 2016-05-10 22:18:53 -0700 | [diff] [blame] | 416 | #1017: Add new mapping exception type ('InvalidTypeIdException') for subtype resolution errors |
| 417 | (suggested by natnan@github) |
Tatu Saloranta | c809c0c | 2016-05-20 15:11:49 -0700 | [diff] [blame] | 418 | #1028: Ignore USE_BIG_DECIMAL_FOR_FLOATS for NaN/Infinity |
| 419 | (reported by Vladimir K, lightoze@github) |
Tatu Saloranta | 1c263f7 | 2016-06-01 21:09:56 -0700 | [diff] [blame] | 420 | #1047: Allow use of `@JsonAnySetter` on a Map-valued field, no need for setter |
Tatu Saloranta | f68be3c | 2016-04-21 12:51:57 -0700 | [diff] [blame] | 421 | #1082: Can not use static Creator factory methods for `Enum`s, with JsonCreator.Mode.PROPERTIES |
| 422 | (contributed by Lokesh K) |
Tatu Saloranta | 596c6dd | 2016-03-20 18:24:04 -0700 | [diff] [blame] | 423 | #1084: Change `TypeDeserializerBase` to take `JavaType` for `defaultImpl`, NOT `Class` |
Tatu Saloranta | 1b890dc | 2016-02-22 22:30:57 -0800 | [diff] [blame] | 424 | #1126: Allow deserialization of unknown Enums using a predefined value |
| 425 | (contributed by Alejandro R) |
Tatu Saloranta | 575cf32 | 2016-02-22 20:22:26 -0800 | [diff] [blame] | 426 | #1136: Implement `TokenBuffer.writeEmbeddedObject(Object)` |
| 427 | (suggested by Gregoire C, gcxRun@github) |
Tatu Saloranta | 5a7a53a | 2016-04-03 16:43:50 -0700 | [diff] [blame] | 428 | #1165: CoreXMLDeserializers does not handle time-only XMLGregorianCalendars |
| 429 | (reported, contributed fix by Ross G) |
Tatu Saloranta | b29965b | 2016-04-21 12:36:00 -0700 | [diff] [blame] | 430 | #1181: Add the ability to specify the initial capacity of the ArrayNode |
Tatu Saloranta | f36c54e | 2016-04-21 11:04:46 -0700 | [diff] [blame] | 431 | (suggested by Matt V, mveitas@github) |
Tatu Saloranta | 073fc19 | 2016-05-20 13:46:08 -0700 | [diff] [blame] | 432 | #1184: Allow overriding of `transient` with explicit inclusion with `@JsonProperty` |
| 433 | (suggested by Maarten B) |
Tatu Saloranta | aca1b9a | 2016-04-12 21:45:40 -0700 | [diff] [blame] | 434 | #1187: Refactor `AtomicReferenceDeserializer` into `ReferenceTypeDeserializer` |
Tatu Saloranta | e20b3fa | 2016-05-03 23:16:22 -0700 | [diff] [blame] | 435 | #1204: Add a convenience accessor `JavaType.hasContentType()` (true for container or reference type) |
Tatu Saloranta | fad7638 | 2016-05-05 22:44:34 -0700 | [diff] [blame] | 436 | #1206: Add "anchor type" member for `ReferenceType` |
Tatu Saloranta | e9df815 | 2016-04-21 12:28:28 -0700 | [diff] [blame] | 437 | #1211: Change `JsonValueSerializer` to get `AnnotatedMethod`, not "raw" method |
Tatu Saloranta | c9021f7 | 2016-05-01 22:28:11 -0700 | [diff] [blame] | 438 | #1217: `@JsonIgnoreProperties` on Pojo fields not working for deserialization |
| 439 | (reported by Lokesh K) |
Tatu Saloranta | e1b2626 | 2016-05-03 19:34:57 -0700 | [diff] [blame] | 440 | #1221: Use `Throwable.addSuppressed()` directly and/or via try-with-resources |
Tatu Saloranta | e75731b | 2016-05-16 23:07:23 -0700 | [diff] [blame] | 441 | #1232: Add support for `JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES` |
Tatu Saloranta | 1c263f7 | 2016-06-01 21:09:56 -0700 | [diff] [blame] | 442 | #1233: Add support for `JsonFormat.Feature.WRITE_SORTED_MAP_ENTRIES` |
Tatu Saloranta | d01e3ab | 2016-05-19 09:31:38 -0700 | [diff] [blame] | 443 | #1235: `java.nio.file.Path` support incomplete |
| 444 | (reported by, fix contributed by Benson M) |
Tatu Saloranta | 567d6c0 | 2016-06-14 22:14:57 -0700 | [diff] [blame] | 445 | #1261: JsonIdentityInfo broken deserialization involving forward references and/or cycles |
| 446 | (reported by, fix contributed by Ari F) |
Tatu Saloranta | 36631a9 | 2016-06-19 22:49:28 -0700 | [diff] [blame] | 447 | #1270: Generic type returned from type id resolver seems to be ignored |
| 448 | (reported by Benson M) |
Tatu Saloranta | cdc404d | 2016-06-30 23:31:48 -0700 | [diff] [blame] | 449 | #1277: Add caching of resolved generic types for `TypeFactory` |
| 450 | (requested by Andriy P) |
Tatu Saloranta | 575cf32 | 2016-02-22 20:22:26 -0800 | [diff] [blame] | 451 | |
Tatu Saloranta | 752bb8a | 2017-06-02 19:20:22 -0700 | [diff] [blame] | 452 | 2.7.10 (not yet released) |
| 453 | |
| 454 | #1628: Don't print to error stream about failure to load JDK 7 types |
| 455 | (reported by Villane@github) |
Tatu Saloranta | 6b9782b | 2017-04-07 20:02:59 -0700 | [diff] [blame] | 456 | |
Tatu Saloranta | fbc7670 | 2017-02-04 11:19:12 -0800 | [diff] [blame] | 457 | 2.7.9 (04-Feb-2017) |
Tatu Saloranta | ab9fcac | 2016-11-16 21:51:14 -0800 | [diff] [blame] | 458 | |
Tatu Saloranta | 04cb1a2 | 2017-02-04 10:52:58 -0800 | [diff] [blame] | 459 | #1367: No Object Id found for an instance when using `@ConstructorProperties` |
Tatu Saloranta | 32001a6 | 2017-04-07 20:04:33 -0700 | [diff] [blame] | 460 | #1505: @JsonEnumDefaultValue should take precedence over FAIL_ON_NUMBERS_FOR_ENUMS |
| 461 | (suggested by Stephan S) |
Tatu Saloranta | 23a7332 | 2017-01-24 18:58:19 -0800 | [diff] [blame] | 462 | #1506: Missing `KeyDeserializer` for `CharSequence` |
Tatu Saloranta | 32001a6 | 2017-04-07 20:04:33 -0700 | [diff] [blame] | 463 | #1513: `MapSerializer._orderEntries()` throws NPE when operating on `ConcurrentHashMap` |
| 464 | (reported by Sovietaced@github) |
| 465 | - Simplified processing of class annotations (for `AnnotatedClass`) to try to |
| 466 | solve rare concurrency problems with "root name" annotations. |
Tatu Saloranta | 4e94c0e | 2016-10-04 16:07:13 -0700 | [diff] [blame] | 467 | |
Tatu Saloranta | d091229 | 2016-09-26 07:48:54 -0700 | [diff] [blame] | 468 | 2.7.8 (26-Sep-2016) |
Tatu Saloranta | 1d930db | 2016-08-31 20:19:36 -0700 | [diff] [blame] | 469 | |
Tatu Saloranta | b2ccdee | 2016-09-07 21:11:38 -0700 | [diff] [blame] | 470 | #877: @JsonIgnoreProperties`: ignoring the "cause" property of `Throwable` on GAE |
Tatu Saloranta | 1d930db | 2016-08-31 20:19:36 -0700 | [diff] [blame] | 471 | #1359: Improve `JsonNode` deserializer to create `FloatNode` if parser supports |
Tatu Saloranta | bbd8190 | 2016-09-01 18:36:27 -0700 | [diff] [blame] | 472 | #1362: ObjectReader.readValues()` ignores offset and length when reading an array |
| 473 | (reported by wastevenson@github) |
Tatu Saloranta | ec327bd | 2016-09-14 22:28:59 -0700 | [diff] [blame] | 474 | #1363: The static field ClassUtil.sCached can cause a class loader leak |
| 475 | (reported by Stuart D) |
Tatu Saloranta | 1904839 | 2016-09-12 22:50:00 -0700 | [diff] [blame] | 476 | #1368: Problem serializing `JsonMappingException` due to addition of non-ignored |
| 477 | `processor` property (added in 2.7) |
| 478 | (reported, suggesed fix by Josh C) |
Tatu Saloranta | bcd616d | 2016-09-23 21:26:37 -0700 | [diff] [blame] | 479 | #1383: Problem with `@JsonCreator` with 1-arg factory-method, implicit param names |
Tatu Saloranta | 1d930db | 2016-08-31 20:19:36 -0700 | [diff] [blame] | 480 | |
Tatu Saloranta | 507ed93 | 2016-08-26 14:51:42 -0700 | [diff] [blame] | 481 | 2.7.7 (27-Aug-2016) |
Tatu Saloranta | 2936ba5 | 2016-08-15 22:19:04 -0700 | [diff] [blame] | 482 | |
| 483 | #1322: EnumMap keys not using enum's `@JsonProperty` values unlike Enum values |
| 484 | (reported by MichaelChambers@github) |
Tatu Saloranta | 0aa6486 | 2016-08-15 22:29:32 -0700 | [diff] [blame] | 485 | #1332: Fixed ArrayIndexOutOfBoundException for enum by index deser |
| 486 | (reported by Max D) |
Tatu Saloranta | 07b6d66 | 2016-08-24 21:34:28 -0700 | [diff] [blame] | 487 | #1344: Deserializing locale assumes JDK separator (underscore), does not |
| 488 | accept RFC specified (hyphen) |
| 489 | (reported by Jim M) |
Tatu Saloranta | 2936ba5 | 2016-08-15 22:19:04 -0700 | [diff] [blame] | 490 | |
Tatu Saloranta | 174c78f | 2016-07-22 19:33:45 -0700 | [diff] [blame] | 491 | 2.7.6 (23-Jul-2016) |
Tatu Saloranta | 4929735 | 2016-06-28 15:44:37 -0700 | [diff] [blame] | 492 | |
Tatu Saloranta | 75a0953 | 2016-06-29 21:43:40 -0700 | [diff] [blame] | 493 | #1215: Problem with type specialization for Maps with `@JsonDeserialize(as=subtype)` |
| 494 | (reported by brentryan@github) |
Tatu Saloranta | 4929735 | 2016-06-28 15:44:37 -0700 | [diff] [blame] | 495 | #1279: Ensure DOM parsing defaults to not expanding external entities |
Tatu Saloranta | f6fbed5 | 2016-07-11 18:57:19 -0700 | [diff] [blame] | 496 | #1288: Type id not exposed for `JsonTypeInfo.As.EXTERNAL_PROPERTY` even when `visible` set to `true` |
Tatu Saloranta | a73a89c | 2016-07-21 20:25:53 -0700 | [diff] [blame] | 497 | #1299: Timestamp deserialization error |
| 498 | (reported by liyuj@github) |
Tatu Saloranta | c62d8c7 | 2016-07-17 17:31:17 -0700 | [diff] [blame] | 499 | #1301: Problem with `JavaType.toString()` for recursive (self-referential) types |
| 500 | (reported by Brian P) |
Tatu Saloranta | 24166ac | 2016-07-21 20:00:56 -0700 | [diff] [blame] | 501 | #1307: `TypeWrappedDeserializer` doesn't delegate the `getNullValue()` method to `_deserializer` |
| 502 | (reported by vfries@github) |
Tatu Saloranta | 4929735 | 2016-06-28 15:44:37 -0700 | [diff] [blame] | 503 | |
Tatu Saloranta | 0ccf255 | 2016-06-10 19:11:30 -0700 | [diff] [blame] | 504 | 2.7.5 (11-Jun-2016) |
Tatu Saloranta | b65b3cb | 2016-05-10 20:39:13 -0700 | [diff] [blame] | 505 | |
Tatu Saloranta | cc53828 | 2016-05-24 22:55:11 -0700 | [diff] [blame] | 506 | #1098: DeserializationFeature.FAIL_ON_INVALID_SUBTYPE does not work with |
| 507 | `JsonTypeInfo.Id.CLASS` |
| 508 | (reported by szaccaria@github) |
Tatu Saloranta | fe32b96 | 2016-05-24 22:15:03 -0700 | [diff] [blame] | 509 | #1223: `BasicClassIntrospector.forSerialization(...).findProperties` should |
| 510 | respect MapperFeature.AUTO_DETECT_GETTERS/SETTERS? |
| 511 | (reported by William H) |
Tatu Saloranta | b65b3cb | 2016-05-10 20:39:13 -0700 | [diff] [blame] | 512 | #1225: `JsonMappingException` should override getProcessor() |
| 513 | (reported by Nick B) |
Tatu Saloranta | 28ec8a4 | 2017-04-13 11:00:31 -0700 | [diff] [blame] | 514 | |
Tatu Saloranta | 6d5887d | 2016-09-23 21:25:33 -0700 | [diff] [blame] | 515 | 2.6.8 (if ever released) |
| 516 | |
| 517 | #1383: Problem with `@JsonCreator` with 1-arg factory-method, implicit param names |
| 518 | |
Tatu Saloranta | 5620111 | 2016-06-05 14:05:25 -0700 | [diff] [blame] | 519 | 2.6.7 (05-Jun-2016) |
Tatu Saloranta | cb67177 | 2016-04-11 21:01:14 -0700 | [diff] [blame] | 520 | |
| 521 | #1194: Incorrect signature for generic type via `JavaType.getGenericSignature |
Tatu Saloranta | 27d83ee | 2016-05-12 19:47:06 -0700 | [diff] [blame] | 522 | #1228: @JsonAnySetter does not deserialize null to Deserializer's NullValue |
| 523 | (contributed by Eric S) |
Tatu Saloranta | ebadfd2 | 2016-05-19 15:36:04 -0700 | [diff] [blame] | 524 | #1231: `@JsonSerialize(as=superType)` behavior disallowed in 2.7.4 |
| 525 | (reported by Mark W) |
Tatu Saloranta | 67813ca | 2016-05-22 18:44:53 -0700 | [diff] [blame] | 526 | #1248: `Annotated` returns raw type in place of Generic Type in 2.7.x |
| 527 | (reported by Andrew J, apjoseph@github) |
Tatu Saloranta | 8daddc0 | 2016-05-27 12:19:57 -0700 | [diff] [blame] | 528 | #1253: Problem with context handling for `TokenBuffer`, field name |
Tatu Saloranta | 7bc0fc4 | 2016-06-06 08:33:25 -0700 | [diff] [blame] | 529 | #1260: `NullPointerException` in `JsonNodeDeserializer` |
| 530 | (reported by Eric S) |
Tatu Saloranta | b65b3cb | 2016-05-10 20:39:13 -0700 | [diff] [blame] | 531 | |
Tatu Saloranta | 6e50c7b | 2016-04-29 08:43:55 -0700 | [diff] [blame] | 532 | 2.7.4 (29-Apr-2016) |
Tatu Saloranta | aca1b9a | 2016-04-12 21:45:40 -0700 | [diff] [blame] | 533 | |
Tatu Saloranta | 7dd671d | 2016-04-19 23:21:00 -0700 | [diff] [blame] | 534 | #1122: Jackson 2.7 and Lombok: 'Conflicting/ambiguous property name definitions' |
Tatu Saloranta | 157650a | 2016-04-03 21:33:22 -0700 | [diff] [blame] | 535 | #1178: `@JsonSerialize(contentAs=superType)` behavior disallowed in 2.7 |
Tatu Saloranta | 9e2f76e | 2016-04-14 11:07:13 -0700 | [diff] [blame] | 536 | #1186: SimpleAbstractTypeResolver breaks generic parameters |
| 537 | (reported by tobiash@github) |
Tatu Saloranta | a4ae368 | 2016-04-12 19:53:27 -0700 | [diff] [blame] | 538 | #1189: Converter called twice results in ClassCastException |
| 539 | (reported by carrino@github) |
Tatu Saloranta | c732f82 | 2016-04-11 22:19:15 -0700 | [diff] [blame] | 540 | #1191: Non-matching quotes used in error message for date parsing |
Tatu Saloranta | cb67177 | 2016-04-11 21:01:14 -0700 | [diff] [blame] | 541 | #1194: Incorrect signature for generic type via `JavaType.getGenericSignature |
Tatu Saloranta | eae6759 | 2016-04-14 15:14:49 -0700 | [diff] [blame] | 542 | #1195: `JsonMappingException` not Serializable due to 2.7 reference to source (parser) |
| 543 | (reported by mjustin@github) |
Tatu Saloranta | 7dd671d | 2016-04-19 23:21:00 -0700 | [diff] [blame] | 544 | #1197: `SNAKE_CASE` doesn't work when using Lombok's `@AllArgsConstructor` |
Tatu Saloranta | f2bb0df | 2016-04-14 10:46:32 -0700 | [diff] [blame] | 545 | #1198: Problem with `@JsonTypeInfo.As.EXTERNAL_PROPERTY`, `defaultImpl`, missing type id, NPE |
Tatu Saloranta | b254aff | 2016-04-17 20:47:48 -0700 | [diff] [blame] | 546 | #1203: `@JsonTypeInfo` does not work correctly for ReferenceTypes like `AtomicReference` |
Tatu Saloranta | f40e6c1 | 2016-04-20 22:07:40 -0700 | [diff] [blame] | 547 | #1208: treeToValue doesn't handle POJONodes that contain exactly the requested value type |
| 548 | (reported by Tom M) |
Tatu Saloranta | 08c4453 | 2016-03-22 21:24:31 -0700 | [diff] [blame] | 549 | - Improve handling of custom content (de)serializers for `AtomicReference` |
| 550 | |
Tatu Saloranta | b7a797f | 2016-03-15 18:23:05 -0700 | [diff] [blame] | 551 | 2.7.3 (16-Mar-2016) |
Tatu Saloranta | 781d6f0 | 2016-02-21 15:24:41 -0800 | [diff] [blame] | 552 | |
Tatu Saloranta | 700617a | 2016-03-09 15:30:34 -0800 | [diff] [blame] | 553 | #1125: Problem with polymorphic types, losing properties from base type(s) |
Tatu Saloranta | a290f09 | 2016-03-09 11:20:58 -0800 | [diff] [blame] | 554 | #1150: Problem with Object id handling, explicit `null` token |
| 555 | (reported by Xavi T) |
Tatu Saloranta | bacb37f | 2016-03-12 14:24:47 -0800 | [diff] [blame] | 556 | #1154: @JsonFormat.pattern on dates is now ignored if shape is not explicitely provided |
| 557 | (reported by Yoann R) |
Tatu Saloranta | 493ba8d | 2016-03-14 23:22:51 -0700 | [diff] [blame] | 558 | #1161: `DeserializationFeature.READ_ENUMS_USING_TO_STRING` not dynamically |
| 559 | changeable with 2.7 |
| 560 | (reported by asa-git@github) |
Tatu Saloranta | d178168 | 2016-03-12 19:54:55 -0800 | [diff] [blame] | 561 | - Minor fixes to `AnnotationIntrospector.findEnumValues()` to correct problems with |
| 562 | merging of explicit enum value names. |
Tatu Saloranta | a290f09 | 2016-03-09 11:20:58 -0800 | [diff] [blame] | 563 | |
| 564 | 2.7.2 (26-Feb-2016) |
Tatu Saloranta | 781d6f0 | 2016-02-21 15:24:41 -0800 | [diff] [blame] | 565 | |
Tatu Saloranta | 4eba399 | 2016-02-26 20:33:13 -0800 | [diff] [blame] | 566 | #1124: JsonAnyGetter ignores JsonSerialize(contentUsing=...) |
| 567 | (reported by Jiri M) |
Tatu Saloranta | 6ec5136 | 2016-02-26 19:10:19 -0800 | [diff] [blame] | 568 | #1128: UnrecognizedPropertyException in 2.7.1 for properties that work with version 2.6.5 |
| 569 | (reported by Roleek@github) |
Tatu Saloranta | 781d6f0 | 2016-02-21 15:24:41 -0800 | [diff] [blame] | 570 | #1129: When applying type modifiers, don't ignore container types. |
Tatu Saloranta | 77efe80 | 2016-02-22 20:31:38 -0800 | [diff] [blame] | 571 | #1130: NPE in `StdDateFormat` hashCode and equals |
| 572 | (reported by Kazuki S, kazuki43zoo@github) |
Tatu Saloranta | d64199a | 2016-02-21 19:44:55 -0800 | [diff] [blame] | 573 | #1134: Jackson 2.7 doesn't work with jdk6 due to use of `Collections.emptyIterator()` |
| 574 | (reported by Timur S, saladinkzn@github) |
Tatu Saloranta | 781d6f0 | 2016-02-21 15:24:41 -0800 | [diff] [blame] | 575 | |
Tatu Saloranta | ab088bd | 2016-02-03 16:29:27 -0800 | [diff] [blame] | 576 | 2.7.1-1 (03-Feb-2016) |
| 577 | |
| 578 | Special one-off "micro patch" for: |
Tatu Saloranta | 729c0fe | 2016-02-03 09:39:33 -0800 | [diff] [blame] | 579 | |
| 580 | #1115: Problems with deprecated `TypeFactory.constructType(type, ctxt)` methods if `ctxt` is `null` |
| 581 | |
Tatu Saloranta | 4a05d3e | 2016-02-01 22:13:37 -0800 | [diff] [blame] | 582 | 2.7.1 (02-Feb-2016) |
Tatu Saloranta | a2f4308 | 2016-01-12 16:37:01 -0800 | [diff] [blame] | 583 | |
| 584 | #1079: Add back `TypeFactory.constructType(Type, Class)` as "deprecated" in 2.7.1 |
Tatu Saloranta | dbf0c6f | 2016-01-15 21:02:56 -0800 | [diff] [blame] | 585 | #1083: Field in base class is not recognized, when using `@JsonType.defaultImpl` |
| 586 | (reported by Julian H) |
Tatu Saloranta | 21ca921 | 2016-01-29 23:01:19 -0800 | [diff] [blame] | 587 | #1095: Prevent coercion of `int` from empty String to `null` if |
| 588 | `DeserializationFeature .FAIL_ON_NULL_FOR_PRIMITIVES` is `true` |
| 589 | (reported by yzmyyff@github) |
Tatu Saloranta | 21a2e4b | 2016-01-28 17:39:14 -0800 | [diff] [blame] | 590 | #1102: Handling of deprecated `SimpleType.construct()` too minimalistic |
| 591 | (reported by Thibault K) |
Tatu Saloranta | cc82b65 | 2016-01-31 21:53:05 -0800 | [diff] [blame] | 592 | #1109: @JsonFormat is ignored by the DateSerializer unless either a custom pattern |
| 593 | or a timezone are specified |
| 594 | (contributed by Aleks S) |
Tatu Saloranta | a2f4308 | 2016-01-12 16:37:01 -0800 | [diff] [blame] | 595 | |
| 596 | 2.7.0 (10-Jan-2016) |
Cowtowncoder | e5b8ff1 | 2015-09-10 14:37:37 -0700 | [diff] [blame] | 597 | |
Cowtowncoder | 07d946c | 2015-10-19 17:02:27 -0700 | [diff] [blame] | 598 | #76: Problem handling datatypes Recursive type parameters |
| 599 | (reported by Aram K) |
Tatu Saloranta | 5ada97c | 2015-11-05 09:19:16 -0800 | [diff] [blame] | 600 | #357: StackOverflowError with contentConverter that returns array type |
| 601 | (reported by Florian S) |
Tatu Saloranta | 77d1b25 | 2015-11-05 10:01:48 -0800 | [diff] [blame] | 602 | #432: `StdValueInstantiator` unwraps exceptions, losing context |
| 603 | (reported by Miles K) |
Tatu Saloranta | 3a392d2 | 2015-11-05 15:11:51 -0800 | [diff] [blame] | 604 | #497: Add new JsonInclude.Include feature to exclude maps after exclusion removes all elements |
Tatu Saloranta | c48e992 | 2015-12-23 00:12:59 -0800 | [diff] [blame] | 605 | #803: Allow use of `StdDateFormat.setLenient()` |
| 606 | (suggested by raj-ghodke@github) |
Tatu Saloranta | 3e14f2c | 2015-09-23 21:57:11 -0700 | [diff] [blame] | 607 | #819: Add support for setting `FormatFeature` via `ObjectReader`, `ObjectWriter` |
Tatu Saloranta | cc8b4a5 | 2015-11-15 20:24:58 -0800 | [diff] [blame] | 608 | #857: Add support for java.beans.Transient (requires Java 7) |
Tatu Saloranta | 563470e | 2015-11-07 21:17:37 -0800 | [diff] [blame] | 609 | (suggested by Thomas M) |
Tatu Saloranta | 2ec3ad2 | 2015-11-05 22:13:28 -0800 | [diff] [blame] | 610 | #898: Add `ObjectMapper.getSerializerProviderInstance()` |
Tatu Saloranta | cc8b4a5 | 2015-11-15 20:24:58 -0800 | [diff] [blame] | 611 | #905: Add support for `@ConstructorProperties` (requires Java 7) |
Tatu Saloranta | 51a02d0 | 2015-11-08 15:07:35 -0800 | [diff] [blame] | 612 | (requested by Jonas K) |
Tatu Saloranta | cebfddb | 2015-11-09 19:41:02 -0800 | [diff] [blame] | 613 | #909: Rename PropertyNamingStrategy CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES as SNAKE_CASE, |
| 614 | PASCAL_CASE_TO_CAMEL_CASE as UPPER_CAMEL_CASE |
| 615 | (suggested by marcottedan@github) |
Tatu Saloranta | 06da5d4 | 2015-11-05 20:49:16 -0800 | [diff] [blame] | 616 | #915: ObjectMapper default timezone is GMT, should be UTC |
| 617 | (suggested by Infrag@github) |
Cowtowncoder | e5b8ff1 | 2015-09-10 14:37:37 -0700 | [diff] [blame] | 618 | #918: Add `MapperFeature.ALLOW_EXPLICIT_PROPERTY_RENAMING` |
| 619 | (contributed by David H) |
Tatu Saloranta | 03a3b55 | 2015-11-05 20:24:25 -0800 | [diff] [blame] | 620 | #924: `SequenceWriter.writeAll()` could accept `Iterable` |
| 621 | (suggested by Jiri-Kremser@github( |
Cowtowncoder | 38386bd | 2015-10-21 16:50:32 -0700 | [diff] [blame] | 622 | #932: Rewrite ser/deser for `AtomicReference`, based on "optional" ser/desers |
| 623 | #933: Close some gaps to allow using the `tryToResolveUnresolved` flows |
Tatu Saloranta | f73cd92 | 2015-10-20 22:23:01 -0700 | [diff] [blame] | 624 | #936: Deserialization into List subtype with JsonCreator no longer works |
| 625 | (reported by adamjoeldavis@github) |
Tatu Saloranta | bfd254d | 2015-09-29 20:21:38 -0700 | [diff] [blame] | 626 | #948: Support leap seconds, any number of millisecond digits for ISO-8601 Dates. |
| 627 | (contributed by Jesse W) |
Tatu Saloranta | df7f407 | 2015-11-11 22:59:03 -0800 | [diff] [blame] | 628 | #952: Revert non-empty handling of primitive numbers wrt `NON_EMPTY`; make |
| 629 | `NON_DEFAULT` use extended criteria |
Cowtowncoder | 37b4ad5 | 2015-10-02 17:09:37 -0700 | [diff] [blame] | 630 | #957: Merge `datatype-jdk7` stuff in (java.nio.file.Path handling) |
Tatu Saloranta | c8de5aa | 2015-10-07 22:57:37 -0700 | [diff] [blame] | 631 | #959: Schema generation: consider active view, discard non-included properties |
Tatu Saloranta | f807c8c | 2015-11-09 20:56:28 -0800 | [diff] [blame] | 632 | #963: Add PropertyNameStrategy `KEBAB_CASE` |
| 633 | (requested by Daniel M) |
Tatu Saloranta | f89737c | 2015-11-07 21:34:38 -0800 | [diff] [blame] | 634 | #978: ObjectMapper#canSerialize(Object.class) returns false even though FAIL_ON_EMPTY_BEANS is disabled |
| 635 | (reported by Shumpei A) |
Tatu Saloranta | 52ae85f | 2015-11-05 07:58:55 -0800 | [diff] [blame] | 636 | #997: Add `MapperFeature.OVERRIDE_PUBLIC_ACCESS_MODIFIERS` |
Tatu Saloranta | 4950f44 | 2015-11-06 18:25:42 -0800 | [diff] [blame] | 637 | #998: Allow use of `NON_DEFAULT` for POJOs without default constructor |
Tatu Saloranta | 20a67f7 | 2015-11-21 14:17:45 -0800 | [diff] [blame] | 638 | #1000: Add new mapping exception type for enums and UUIDs |
| 639 | (suggesed by natnan@github) |
Tatu Saloranta | a5301ba | 2015-12-11 09:47:09 -0800 | [diff] [blame] | 640 | #1010: Support for array delegator |
| 641 | (contributed by Hugo W) |
Tatu Saloranta | da2f2c9 | 2015-11-20 14:18:48 -0800 | [diff] [blame] | 642 | #1011: Change ObjectWriter::withAttributes() to take a Map with some kind of wildcard types |
| 643 | (suggested by David B) |
Tatu Saloranta | 1addb1c | 2015-12-11 11:09:35 -0800 | [diff] [blame] | 644 | #1043: @JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY) does not work on fields |
| 645 | (reported by fabiolaa@github) |
Tatu Saloranta | 5df1a6c | 2015-12-11 17:13:59 -0800 | [diff] [blame] | 646 | #1044: Add `AnnotationIntrospector.resolveSetterConflict(...)` to allow custom setter conflict resolution |
| 647 | (suggested by clydebarrow@github) |
Cowtowncoder | bdf6054 | 2015-10-07 11:02:40 -0700 | [diff] [blame] | 648 | - Make `JsonValueFormat` (self-)serializable, deserializable, to/from valid external |
| 649 | value (as per JSON Schema spec) |
Cowtowncoder | e5b8ff1 | 2015-09-10 14:37:37 -0700 | [diff] [blame] | 650 | |
Tatu Saloranta | 358b094 | 2015-10-07 22:59:33 -0700 | [diff] [blame] | 651 | INCOMPATIBILITIES: |
| 652 | |
| 653 | - While unlikely to be problematic, #959 above required an addition of `SerializerProvider` |
| 654 | argument for `depositSchemaProperty()` method `BeanProperty` and `PropertyWriter` interfaces |
Tatu Saloranta | cc8b4a5 | 2015-11-15 20:24:58 -0800 | [diff] [blame] | 655 | - JDK baseline now Java 7 (JDK 1.7), from Java 6/JDK 1.6 |
Tatu Saloranta | 358b094 | 2015-10-07 22:59:33 -0700 | [diff] [blame] | 656 | |
Tatu Saloranta | eb3c664 | 2016-04-04 18:19:46 -0700 | [diff] [blame] | 657 | 2.6.6 (05-Apr-2016) |
Tatu Saloranta | e741034 | 2016-01-28 22:09:32 -0800 | [diff] [blame] | 658 | |
| 659 | #1088: NPE possibility in SimpleMixinResolver |
| 660 | (reported by Laird N) |
Tatu Saloranta | 89559a2 | 2016-02-01 21:57:16 -0800 | [diff] [blame] | 661 | #1099: Fix custom comparator container node traversal |
| 662 | (contributed by Daniel N) |
Tatu Saloranta | 308ed4e | 2016-01-29 22:29:46 -0800 | [diff] [blame] | 663 | #1108: Jackson not continue to parse after DeserializationFeature.FAIL_ON_INVALID_SUBTYPE error |
| 664 | (reported by jefferyyuan@github) |
Tatu Saloranta | ccdb9fc | 2016-01-31 10:31:51 -0800 | [diff] [blame] | 665 | #1112: Detailed error message from custom key deserializer is discarded |
| 666 | (contributed by Benson M) |
Tatu Saloranta | 7a3b0b1 | 2016-02-09 16:52:28 -0800 | [diff] [blame] | 667 | #1120: String value omitted from weirdStringException |
| 668 | (reported by Benson M) |
Tatu Saloranta | 2d90441 | 2016-02-09 16:43:49 -0800 | [diff] [blame] | 669 | #1123: Serializing and Deserializing Locale.ROOT |
| 670 | (reported by hookumsnivy@github) |
Tatu Saloranta | e741034 | 2016-01-28 22:09:32 -0800 | [diff] [blame] | 671 | |
Tatu Saloranta | 9d23218 | 2016-01-18 20:52:19 -0800 | [diff] [blame] | 672 | 2.6.5 (19-Jan-2016) |
Tatu Saloranta | cecd409 | 2015-12-17 21:49:10 -0800 | [diff] [blame] | 673 | |
Tatu Saloranta | 3aee590 | 2015-12-19 16:35:53 -0800 | [diff] [blame] | 674 | #1052: Don't generate a spurious NullNode after parsing an embedded object |
| 675 | (reported by philipa@github) |
Tatu Saloranta | 7ed2d00 | 2015-12-17 21:52:43 -0800 | [diff] [blame] | 676 | #1061: Problem with Object Id and Type Id as Wrapper Object (regression in 2.5.1) |
Tatu Saloranta | 70d961b | 2016-01-09 14:18:23 -0800 | [diff] [blame] | 677 | #1073: Add try-catch around `java.sql` type serializers |
| 678 | (suggested by claudemt@github) |
Tatu Saloranta | 034f3c0 | 2016-01-12 16:42:35 -0800 | [diff] [blame] | 679 | #1078: ObjectMapper.copy() still does not preserve _registeredModuleTypes |
| 680 | (reported by ajonkisz@github) |
Tatu Saloranta | 7ed2d00 | 2015-12-17 21:52:43 -0800 | [diff] [blame] | 681 | |
Tatu Saloranta | 0597c4c | 2015-12-07 18:30:25 -0800 | [diff] [blame] | 682 | 2.6.4 (07-Dec-2015) |
Cowtowncoder | fe25f7e | 2015-10-28 16:32:31 -0700 | [diff] [blame] | 683 | |
| 684 | #984: JsonStreamContexts are not build the same way for write.. and convert methods |
| 685 | (reported by Antibrumm@github) |
Cowtowncoder | d5a25f4 | 2015-10-28 17:22:05 -0700 | [diff] [blame] | 686 | #989: Deserialization from "{}" to java.lang.Object causes "out of END_OBJECT token" error |
| 687 | (reported by Ievgen P) |
Tatu Saloranta | 1ce6508 | 2015-11-24 21:45:26 -0800 | [diff] [blame] | 688 | #1003: JsonTypeInfo.As.EXTERNAL_PROPERTY does not work with a Delegate |
| 689 | (reported by alexwen@github) |
Tatu Saloranta | 1ed7f38 | 2015-11-20 13:41:09 -0800 | [diff] [blame] | 690 | #1005: Synthetic constructors confusing Jackson data binding |
| 691 | (reported by Jayson M) |
Tatu Saloranta | 660ec8f | 2015-11-20 14:02:01 -0800 | [diff] [blame] | 692 | #1013: `@JsonUnwrapped` is not treated as assuming `@JsonProperty("")` |
| 693 | (reported by David B) |
Tatu Saloranta | 5aece76 | 2015-12-06 22:50:43 -0800 | [diff] [blame] | 694 | #1036: Problem with case-insensitive deserialization |
| 695 | (repoted by Dmitry R) |
Tatu Saloranta | 6aaa38b | 2015-11-09 19:09:36 -0800 | [diff] [blame] | 696 | - Fix a minor problem with `@JsonNaming` not recognizing default value |
Cowtowncoder | fe25f7e | 2015-10-28 16:32:31 -0700 | [diff] [blame] | 697 | |
Cowtowncoder | 2689ec8 | 2015-10-12 11:28:16 -0700 | [diff] [blame] | 698 | 2.6.3 (12-Oct-2015) |
Cowtowncoder | b4eac54 | 2015-09-23 15:27:53 -0700 | [diff] [blame] | 699 | |
Cowtowncoder | ed7d416 | 2015-09-24 22:04:41 -0700 | [diff] [blame] | 700 | #749: `EnumMap` serialization ignores `SerializationFeature.WRITE_ENUMS_USING_TO_STRING` |
| 701 | (reported by scubasau@github) |
Cowtowncoder | 1eb498e | 2015-09-23 15:29:32 -0700 | [diff] [blame] | 702 | #938: Regression: `StackOverflowError` with recursive types that contain `Map.Entry` |
Cowtowncoder | b4eac54 | 2015-09-23 15:27:53 -0700 | [diff] [blame] | 703 | (reported by jloisel@github) |
Tatu Saloranta | 2a9808c | 2015-09-26 16:25:31 -0700 | [diff] [blame] | 704 | #939: Regression: DateConversionError in 2.6.x |
| 705 | (reported by Andreas P, anpieber@github) |
Cowtowncoder | d21210b | 2015-09-24 16:00:14 -0700 | [diff] [blame] | 706 | #940: Add missing `hashCode()` implementations for `JsonNode` types that did not have them |
| 707 | (contributed by Sergio M) |
Cowtowncoder | 801317e | 2015-09-24 16:47:11 -0700 | [diff] [blame] | 708 | #941: Deserialization from "{}" to ObjectNode field causes "out of END_OBJECT token" error |
| 709 | (reported by Sadayuki F) |
Tatu Saloranta | 30b5469 | 2015-09-29 21:10:19 -0700 | [diff] [blame] | 710 | #942: Handle null type id for polymorphic values that use external type id |
| 711 | (reported by Warren B, stormboy@github) |
Tatu Saloranta | 9566ea8 | 2015-09-27 22:52:06 -0700 | [diff] [blame] | 712 | #943: Incorrect serialization of enum map key |
| 713 | (reported by Benson M) |
Cowtowncoder | e2736f1 | 2015-09-24 17:03:40 -0700 | [diff] [blame] | 714 | #944: Failure to use custom deserializer for key deserializer |
| 715 | (contributed by Benson M) |
Tatu Saloranta | 795dd01 | 2015-09-27 21:37:17 -0700 | [diff] [blame] | 716 | #949: Report the offending substring when number parsing fails |
| 717 | (contributed by Jesse W) |
Tatu Saloranta | ca6c3fc | 2015-10-10 16:41:58 -0700 | [diff] [blame] | 718 | #965: BigDecimal values via @JsonTypeInfo/@JsonSubTypes get rounded |
| 719 | (reported by gmjabs@github) |
Cowtowncoder | b4eac54 | 2015-09-23 15:27:53 -0700 | [diff] [blame] | 720 | |
Tatu Saloranta | cf78871 | 2015-09-14 21:15:04 -0700 | [diff] [blame] | 721 | 2.6.2 (14-Sep-2015) |
Cowtowncoder | 2ea6e40 | 2015-08-14 15:44:02 -0700 | [diff] [blame] | 722 | |
Cowtowncoder | a7b26eb | 2015-08-14 16:34:04 -0700 | [diff] [blame] | 723 | #894: When using withFactory on ObjectMapper, the created Factory has a TypeParser |
| 724 | which still has the original Factory |
| 725 | (reported by lufe66@github) |
Cowtowncoder | 2ea6e40 | 2015-08-14 15:44:02 -0700 | [diff] [blame] | 726 | #899: Problem serializing `ObjectReader` (and possibly `ObjectMapper`) |
Cowtowncoder | 5183922 | 2015-09-10 14:44:27 -0700 | [diff] [blame] | 727 | #913: ObjectMapper.copy does not preserve MappingJsonFactory features |
| 728 | (reported, fixed by Daniel W) |
Cowtowncoder | af2241c | 2015-09-10 14:50:53 -0700 | [diff] [blame] | 729 | #922: ObjectMapper.copy() does not preserve _registeredModuleTypes |
Cowtowncoder | f2f611e | 2015-09-11 17:29:17 -0700 | [diff] [blame] | 730 | #928: Problem deserializing External Type Id if type id comes before POJO |
Cowtowncoder | 2ea6e40 | 2015-08-14 15:44:02 -0700 | [diff] [blame] | 731 | |
Tatu Saloranta | 9e3387c | 2015-08-09 22:24:58 -0700 | [diff] [blame] | 732 | 2.6.1 (09-Aug-2015) |
Cowtowncoder | 63216c9 | 2015-07-29 15:57:27 -0700 | [diff] [blame] | 733 | |
Cowtowncoder | ce04486 | 2015-07-29 16:24:52 -0700 | [diff] [blame] | 734 | #873: Add missing OSGi import |
Cowtowncoder | 63216c9 | 2015-07-29 15:57:27 -0700 | [diff] [blame] | 735 | #881: BeanDeserializerBase having issues with non-CreatorProperty properties. |
| 736 | (reported by dharaburda@github) |
Tatu Saloranta | e77e941 | 2015-08-05 23:41:04 -0700 | [diff] [blame] | 737 | #884: ArrayIndexOutOfBoundException for `BeanPropertyMap` (with ObjectId) |
Tatu Saloranta | 6e71001 | 2015-08-05 23:36:53 -0700 | [diff] [blame] | 738 | (reported by alterGauner@github) |
Tatu Saloranta | b4ef0a6 | 2015-08-06 22:12:59 -0700 | [diff] [blame] | 739 | #889: Configuring an ObjectMapper's DateFormat changes time zone |
| 740 | (reported by Andy W, wilkinsona@github) |
Tatu Saloranta | 9917c94 | 2015-08-09 14:19:48 -0700 | [diff] [blame] | 741 | #890: Exception deserializing a byte[] when the target type comes from an annotation |
| 742 | (reported by gmjabs@github) |
Cowtowncoder | 63216c9 | 2015-07-29 15:57:27 -0700 | [diff] [blame] | 743 | |
Tatu Saloranta | 62549b9 | 2015-07-19 21:22:46 -0700 | [diff] [blame] | 744 | 2.6.0 (19-Jul-2015) |
Cowtowncoder | 8aa1ca3 | 2015-01-22 15:56:02 -0800 | [diff] [blame] | 745 | |
Tatu Saloranta | ad513ee | 2015-05-14 21:26:23 -0700 | [diff] [blame] | 746 | #77: Allow injection of 'transient' fields |
Tatu Saloranta | dbe68f6 | 2015-05-13 22:38:40 -0700 | [diff] [blame] | 747 | #95: Allow read-only properties with `@JsonIgnoreProperties(allowGetters=true)` |
Cowtowncoder | aae4082 | 2015-06-10 16:26:59 -0700 | [diff] [blame] | 748 | #222: EXTERNAL_PROPERTY adds property multiple times and in multiple places |
| 749 | (reported by Rob E, thatsnotright@github) |
Tatu Saloranta | cb6dddd | 2015-05-13 23:20:43 -0700 | [diff] [blame] | 750 | #296: Serialization of transient fields with public getters (add |
| 751 | MapperFeature.PROPAGATE_TRANSIENT_MARKER) |
| 752 | (suggested by Michal L) |
Tatu Saloranta | 37879ab | 2015-02-25 22:44:38 -0800 | [diff] [blame] | 753 | #312: Support Type Id mappings where two ids map to same Class |
Tatu Saloranta | 7785dff | 2015-04-01 20:57:14 -0700 | [diff] [blame] | 754 | #348: ObjectMapper.valueToTree does not work with @JsonRawValue |
| 755 | (reported by Chris P, pimlottc@github) |
Cowtowncoder | 23e52ab | 2015-05-19 17:53:26 -0700 | [diff] [blame] | 756 | #504: Add `DeserializationFeature.USE_LONG_FOR_INTS` |
| 757 | (suggested by Jeff S) |
Cowtowncoder | bb9d198 | 2015-06-30 14:51:30 -0700 | [diff] [blame] | 758 | #624: Allow setting external `ClassLoader` to use, via `TypeFactory` |
Cowtowncoder | 8aa1ca3 | 2015-01-22 15:56:02 -0800 | [diff] [blame] | 759 | #649: Make `BeanDeserializer` use new `parser.nextFieldName()` and `.hasTokenId()` methods |
Tatu Saloranta | 8e9d4b2 | 2015-05-01 21:26:32 -0700 | [diff] [blame] | 760 | #664: Add `DeserializationFeature.ACCEPT_FLOAT_AS_INT` to prevent coercion of floating point |
| 761 | numbers int `int`/`long`/`Integer`/`Long` |
| 762 | (requested by wenzis@github) |
Cowtowncoder | 707db7a | 2015-06-11 14:10:54 -0700 | [diff] [blame] | 763 | #677: Specifying `Enum` value serialization using `@JsonProperty` |
| 764 | (requested by Allen C, allenchen1154@github) |
Cowtowncoder | 759aef0 | 2015-04-02 14:54:39 -0700 | [diff] [blame] | 765 | #679: Add `isEmpty()` implementation for `JsonNode` serializers |
Tatu Saloranta | 62129d8 | 2015-04-02 20:13:54 -0700 | [diff] [blame] | 766 | #688: Provide a means for an ObjectMapper to discover mixin annotation classes on demand |
| 767 | (requested by Laird N) |
Tatu Saloranta | c0b9552 | 2015-05-12 23:14:22 -0700 | [diff] [blame] | 768 | #689: Add `ObjectMapper.setDefaultPrettyPrinter(PrettyPrinter)` |
| 769 | (requested by derknorton@github) |
Cowtowncoder | 7e507d1 | 2015-02-06 15:22:29 -0800 | [diff] [blame] | 770 | #696: Copy constructor does not preserve `_injectableValues` |
| 771 | (reported by Charles A) |
Tatu Saloranta | 9776f5f | 2015-04-28 22:41:16 -0700 | [diff] [blame] | 772 | #698: Add support for referential types (ReferenceType) |
Cowtowncoder | 7fee92e | 2015-02-11 16:15:08 -0800 | [diff] [blame] | 773 | #700: Cannot Change Default Abstract Type Mapper from LinkedHashMap |
| 774 | (reported by wealdtech@github) |
Cowtowncoder | fad4726 | 2015-03-16 15:15:31 -0700 | [diff] [blame] | 775 | #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] | 776 | #727: Improve `ObjectWriter.forType()` to avoid forcing base type for container types |
Cowtowncoder | 2abf5a3 | 2015-05-21 15:28:03 -0700 | [diff] [blame] | 777 | #734: Add basic error-recovery for `ObjectReader.readValues()` |
Tatu Saloranta | de1acae | 2015-04-01 20:42:11 -0700 | [diff] [blame] | 778 | #737: Add support for writing raw values in TokenBuffer |
| 779 | (suggested by Guillaume S, gsmet@github) |
Tatu Saloranta | a1ade3a | 2015-04-28 23:04:23 -0700 | [diff] [blame] | 780 | #740: Ensure proper `null` (as empty) handling for `AtomicReference` |
Tatu Saloranta | 984fda3 | 2015-05-04 21:10:43 -0700 | [diff] [blame] | 781 | #741: Pass `DeserializationContext' argument for `JsonDeserializer` methods "getNullValue()" |
| 782 | and "getEmptyValue()" |
Tatu Saloranta | 4670d4b | 2015-04-01 20:15:24 -0700 | [diff] [blame] | 783 | #743: Add `RawValue` helper type, for piping raw values through `TokenBuffer` |
Tatu Saloranta | 914f643 | 2015-04-23 22:06:54 -0700 | [diff] [blame] | 784 | #756: Disabling SerializationFeature.FAIL_ON_EMPTY_BEANS does not affect `canSerialize()` |
| 785 | (reported by nickwongdev@github) |
Tatu Saloranta | 3455cd6 | 2015-04-21 22:01:43 -0700 | [diff] [blame] | 786 | #762: Add `ObjectWriter.withoutRootName()`, `ObjectReader.withoutRootName()` |
Tatu Saloranta | e1e0c0b | 2015-04-21 21:49:10 -0700 | [diff] [blame] | 787 | #765: `SimpleType.withStaticTyping()` impl incorrect |
Tatu Saloranta | 07d0e79 | 2015-04-30 22:15:01 -0700 | [diff] [blame] | 788 | #769: Fix `JacksonAnnotationIntrospector.findDeserializer` to return `Object` (as per |
| 789 | `AnnotationIntrospector`); similarly for other `findXxx(De)Serializer(...)` methods |
Cowtowncoder | ad598aa | 2015-06-12 15:56:19 -0700 | [diff] [blame] | 790 | #777: Allow missing build method if its name is empty ("") |
| 791 | (suggested by galdosd@github) |
Tatu Saloranta | 41f8ca1 | 2015-05-06 23:39:24 -0700 | [diff] [blame] | 792 | #781: Support handling of `@JsonProperty.required` for Creator methods |
Cowtowncoder | a936f43 | 2015-05-12 12:33:46 -0700 | [diff] [blame] | 793 | #787: Add `ObjectMapper setFilterProvider(FilterProvider)` to allow chaining |
| 794 | (suggested by rgoldberg@githin) |
Tatu Saloranta | cd2a819 | 2015-05-12 21:22:37 -0700 | [diff] [blame] | 795 | #790: Add `JsonNode.equals(Comparator<JsonNode>, JsonNode)` to support |
| 796 | configurable/external equality comparison |
Tatu Saloranta | 6709f72 | 2015-05-17 19:46:00 -0700 | [diff] [blame] | 797 | #794: Add `SerializationFeature.WRITE_DATES_WITH_ZONE_ID` to allow inclusion/exclusion of |
| 798 | timezone id for date/time values (as opposed to timezone offset) |
Cowtowncoder | ee1c51a | 2015-05-18 16:13:23 -0700 | [diff] [blame] | 799 | #795: Converter annotation not honored for abstract types |
| 800 | (reported by myrosia@github) |
Cowtowncoder | 23e52ab | 2015-05-19 17:53:26 -0700 | [diff] [blame] | 801 | #797: `JsonNodeFactory` method `numberNode(long)` produces `IntNode` for small numbers |
Tatu Saloranta | d314615 | 2015-06-04 21:21:14 -0700 | [diff] [blame] | 802 | #810: Force value coercion for `java.util.Properties`, so that values are `String`s |
| 803 | #811: Add new option, `JsonInclude.Include.NON_ABSENT` (to support exclusion of |
| 804 | JDK8/Guava Optionals) |
Cowtowncoder | 158e116 | 2015-05-29 15:05:14 -0700 | [diff] [blame] | 805 | #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] | 806 | #813: Add support for new property of `@JsonProperty.access` to support |
| 807 | read-only/write-only use cases |
Tatu Saloranta | c52fb0b | 2015-07-16 19:08:03 -0700 | [diff] [blame] | 808 | #820: Add new method for `ObjectReader`, to bind from JSON Pointer position |
| 809 | (contributed by Jerry Y, islanderman@github) |
Tatu Saloranta | c89a98a | 2015-06-11 23:37:31 -0700 | [diff] [blame] | 810 | #824: Contextual `TimeZone` changes don't take effect wrt `java.util.Date`, |
| 811 | `java.util.Calendar` serialization |
Cowtowncoder | 3ef01e0 | 2015-06-12 15:37:48 -0700 | [diff] [blame] | 812 | #826: Replaced synchronized HashMap with ConcurrentHashMap in TypeDeserializerBase._findDeserializer |
| 813 | (contributed by Lars P) |
Cowtowncoder | 429f70f | 2015-06-12 18:23:35 -0700 | [diff] [blame] | 814 | #827: Fix for polymorphic custom map key serializer |
| 815 | (reported by mjr6140@gitgub) |
Cowtowncoder | c3d426e | 2015-06-16 16:25:10 -0700 | [diff] [blame] | 816 | #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer |
Cowtowncoder | 0de486d | 2015-06-16 12:05:50 -0700 | [diff] [blame] | 817 | (contributed by Steve G, thezerobit@github) |
Tatu Saloranta | 51c3f7c | 2015-06-23 22:54:34 -0700 | [diff] [blame] | 818 | #840: Change semantics of `@JsonPropertyOrder(alphabetic)` to only count `true` value |
Cowtowncoder | a92e2be | 2015-06-25 15:08:36 -0700 | [diff] [blame] | 819 | #848: Custom serializer not used if POJO has `@JsonValue` |
Cowtowncoder | 6172d75 | 2015-07-01 12:29:21 -0700 | [diff] [blame] | 820 | #849: Possible problem with `NON_EMPTY` exclusion, `int`s, `Strings` |
Cowtowncoder | a23ff9f | 2015-07-17 11:53:06 -0700 | [diff] [blame] | 821 | #868: Annotations are lost in the case of duplicate methods |
Tatu Saloranta | d9fdb7f | 2015-03-03 20:20:40 -0800 | [diff] [blame] | 822 | - Remove old cglib compatibility tests; cause problems in Eclipse |
Cowtowncoder | 08345f4 | 2015-07-09 12:27:21 -0700 | [diff] [blame] | 823 | - Add `withFilterId()` method in `JsonSerializer` (demote from `BeanSerializer`) |
Cowtowncoder | 8aa1ca3 | 2015-01-22 15:56:02 -0800 | [diff] [blame] | 824 | |
Tatu Saloranta | a582875 | 2015-12-07 18:38:05 -0800 | [diff] [blame] | 825 | 2.5.5 (07-Dec-2015) |
Cowtowncoder | 9317e54 | 2015-06-30 14:18:41 -0700 | [diff] [blame] | 826 | |
Cowtowncoder | 726b6e0 | 2015-07-01 12:49:45 -0700 | [diff] [blame] | 827 | #844: Using JsonCreator still causes invalid path references in JsonMappingException |
| 828 | (reported by Ian B) |
Cowtowncoder | 9317e54 | 2015-06-30 14:18:41 -0700 | [diff] [blame] | 829 | #852: Accept scientific number notation for quoted numbers too |
Cowtowncoder | 4312a24 | 2015-07-28 17:14:33 -0700 | [diff] [blame] | 830 | #878: serializeWithType on BeanSerializer does not setCurrentValue |
| 831 | (reported by Chi K, chikim79@github) |
Cowtowncoder | 9317e54 | 2015-06-30 14:18:41 -0700 | [diff] [blame] | 832 | |
Tatu Saloranta | 37ea55e | 2015-06-09 18:28:15 -0700 | [diff] [blame] | 833 | 2.5.4 (09-Jun-2015) |
Tatu Saloranta | 7d5c50b | 2015-04-24 22:11:45 -0700 | [diff] [blame] | 834 | |
Tatu Saloranta | f4ef389 | 2015-05-07 20:12:45 -0700 | [diff] [blame] | 835 | #676: Deserialization of class with generic collection inside depends on |
| 836 | how is was deserialized first time |
| 837 | (reported by lunaticare@github) |
Tatu Saloranta | db612bb | 2015-04-26 22:42:17 -0700 | [diff] [blame] | 838 | #771: Annotation bundles ignored when added to Mixin |
| 839 | (reported by Andrew D) |
Cowtowncoder | b02bf06 | 2015-04-29 15:32:19 -0700 | [diff] [blame] | 840 | #774: NPE from SqlDateSerializer as _useTimestamp is not checked for being null |
| 841 | (reported by mrowkow@github) |
Cowtowncoder | 7db1f44 | 2015-05-08 15:20:18 -0700 | [diff] [blame] | 842 | #785: Add handlings for classes which are available in `Thread.currentThread().getContextClassLoader()` |
| 843 | (contributed by Charles A) |
Tatu Saloranta | 4b9e191 | 2015-05-13 21:51:38 -0700 | [diff] [blame] | 844 | #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] | 845 | #793: `ObjectMapper.readTree()` does not work with defaultTyping enabled |
| 846 | (reported by gracefulgopher@github) |
Cowtowncoder | ea2c9a4 | 2015-05-22 12:07:16 -0700 | [diff] [blame] | 847 | #801: Using `@JsonCreator` cause generating invalid path reference in `JsonMappingException` |
| 848 | (contributed by Kamil B) |
Tatu Saloranta | d4923ea | 2015-06-04 21:17:51 -0700 | [diff] [blame] | 849 | #815: Presence of PropertyNamingStrategy Makes Deserialization fail |
Tatu Saloranta | e9fa042 | 2015-06-04 21:58:09 -0700 | [diff] [blame] | 850 | #816: Allow date-only ISO strings to have no time zone |
| 851 | (contributed by Andrew G) |
Tatu Saloranta | 7d5c50b | 2015-04-24 22:11:45 -0700 | [diff] [blame] | 852 | - Fix handling of Enums wrt JSON Schema, when 'toString()' used for serialization |
| 853 | |
Cowtowncoder | 13968e6 | 2015-04-24 10:21:37 -0700 | [diff] [blame] | 854 | 2.5.3 (24-Apr-2015) |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 855 | |
Cowtowncoder | 119ddc9 | 2015-04-02 14:32:26 -0700 | [diff] [blame] | 856 | #731: XmlAdapter result marshaling error in case of ValueType=Object |
| 857 | (reported, debugged by Dmitry S) |
Cowtowncoder | 0ec81c0 | 2015-04-02 11:49:36 -0700 | [diff] [blame] | 858 | #742: Allow deserialization of `null` Object Id (missing already allowed) |
Cowtowncoder | 817a45a | 2015-04-02 12:53:18 -0700 | [diff] [blame] | 859 | #744: Custom deserializer with parent object update failing |
| 860 | (reported by migel@github) |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 861 | #745: EnumDeserializer.deserializerForCreator fails when used to deserialize a Map key |
| 862 | (contributed by John M) |
Cowtowncoder | 3470803 | 2015-04-21 13:34:54 -0700 | [diff] [blame] | 863 | #761: Builder deserializer: in-compatible type exception when return type is super type |
| 864 | (contributed by Alexey G) |
Cowtowncoder | cb7342b | 2015-04-22 14:21:56 -0700 | [diff] [blame] | 865 | #766: Fix Infinite recursion (StackOverflowError) when serializing a SOAP object |
| 866 | (contributed by Alain G) |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 867 | |
Tatu Saloranta | fd54177 | 2015-03-29 16:48:53 -0700 | [diff] [blame] | 868 | 2.5.2 (29-Mar-2015) |
Tatu Saloranta | 6290eef | 2015-02-07 12:52:36 -0800 | [diff] [blame] | 869 | |
Tatu Saloranta | 66bfe66 | 2015-03-19 20:20:44 -0700 | [diff] [blame] | 870 | #609: Problem resolving locally declared generic type |
| 871 | (repoted by Hal H) |
Tatu Saloranta | f24064c | 2015-02-07 14:07:03 -0800 | [diff] [blame] | 872 | #691: NullSerializer for MapProperty failing when using polymorphic handling |
Tatu Saloranta | 6290eef | 2015-02-07 12:52:36 -0800 | [diff] [blame] | 873 | (reported by Antibrumm@github) |
Cowtowncoder | 195e9b5 | 2015-02-13 11:05:19 -0800 | [diff] [blame] | 874 | #703: Multiple calls to ObjectMapper#canSerialize(Object.class) returns different values |
| 875 | (reported by flexfrank@github) |
Cowtowncoder | 466f706 | 2015-02-23 16:53:56 -0800 | [diff] [blame] | 876 | #705: JsonAnyGetter doesn't work with JsonSerialize (except with keyUsing) |
| 877 | (reported by natnan@github) |
Tatu Saloranta | 66bfe66 | 2015-03-19 20:20:44 -0700 | [diff] [blame] | 878 | #728: TypeFactory#_fromVariable returns unknownType() even though it has enough information |
| 879 | to provide a more specific type |
| 880 | (reported by jkochaniak@github) |
Tatu Saloranta | 436c309 | 2015-03-24 21:36:43 -0700 | [diff] [blame] | 881 | #733: MappingIterator should move past errors or not return hasNext() == true |
| 882 | (reported by Lorrin N, lorrin@github) |
Cowtowncoder | ec1820d | 2015-03-27 16:55:52 -0700 | [diff] [blame] | 883 | #738: @JsonTypeInfo non-deterministically ignored in 2.5.1 (concurrency issue) |
| 884 | (reported by Dylan S, dylanscott@github) |
Cowtowncoder | d7d31ca | 2015-02-26 14:42:57 -0800 | [diff] [blame] | 885 | - Improvement to handling of custom `ValueInstantiator` for delegating mode; no more NPE |
| 886 | if `getDelegateCreator()` returns null |
Tatu Saloranta | f26c676 | 2015-03-16 19:04:03 -0700 | [diff] [blame] | 887 | - Refactor `TypedKey` into separate util class |
Tatu Saloranta | 6290eef | 2015-02-07 12:52:36 -0800 | [diff] [blame] | 888 | |
Tatu Saloranta | 2b464d7 | 2015-02-06 16:05:34 -0800 | [diff] [blame] | 889 | 2.5.1 (06-Feb-2015) |
Tatu Saloranta | 3b041e3 | 2015-01-02 15:38:56 -0800 | [diff] [blame] | 890 | |
| 891 | #667: Problem with bogus conflict between single-arg-String vs `CharSequence` constructor |
Cowtowncoder | b15abb7 | 2015-01-08 13:34:14 -0800 | [diff] [blame] | 892 | #669: JSOG usage of @JsonTypeInfo and @JsonIdentityInfo(generator=JSOGGenerator.class) fails |
Cowtowncoder | 4dfccd5 | 2015-01-08 13:33:26 -0800 | [diff] [blame] | 893 | (reported by ericali78@github) |
Cowtowncoder | 74c8f97 | 2015-01-07 15:40:06 -0800 | [diff] [blame] | 894 | #671: Adding `java.util.Currency` deserialization support for maps |
| 895 | (contributed by Alexandre S-C) |
Tatu Saloranta | 44df4d2 | 2015-01-10 20:24:19 -0800 | [diff] [blame] | 896 | #674: Spring CGLIB proxies not handled as intended |
| 897 | (reported by Zoltan F) |
Tatu Saloranta | 00bb11e | 2015-01-19 22:14:14 -0800 | [diff] [blame] | 898 | #682: Class<?>-valued Map keys not serialized properly |
| 899 | (reported by Ludevik@github) |
Cowtowncoder | ae3f01b | 2015-01-22 15:37:41 -0800 | [diff] [blame] | 900 | #684: FAIL_ON_NUMBERS_FOR_ENUMS does not fail when integer value is quoted |
| 901 | (reported by kllp@github) |
Cowtowncoder | e4ece74 | 2015-02-06 15:24:35 -0800 | [diff] [blame] | 902 | #696: Copy constructor does not preserve `_injectableValues` |
| 903 | (reported by Charles A) |
Cowtowncoder | 16c5dd7 | 2015-01-22 11:16:42 -0800 | [diff] [blame] | 904 | - Add a work-around in `ISO8601DateFormat` to allow omission of ':' from timezone |
Tatu Saloranta | 102abfb | 2015-01-28 19:03:14 -0800 | [diff] [blame] | 905 | - Bit more work to complete #633 |
Tatu Saloranta | 3b041e3 | 2015-01-02 15:38:56 -0800 | [diff] [blame] | 906 | |
Tatu Saloranta | 2d64bed | 2015-01-01 15:34:30 -0800 | [diff] [blame] | 907 | 2.5.0 (01-Jan-2015) |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 908 | |
Tatu Saloranta | ead4e32 | 2014-12-12 20:02:16 -0800 | [diff] [blame] | 909 | #47: Support `@JsonValue` for (Map) key serialization |
Tatu Saloranta | d0cc247 | 2014-09-25 22:47:57 -0700 | [diff] [blame] | 910 | #113: Problem deserializing polymorphic types with @JsonCreator |
Tatu Saloranta | c4b6c61 | 2014-12-26 22:07:54 -0800 | [diff] [blame] | 911 | #165: Add `DeserializationContext.getContextualType()` to let deserializer |
| 912 | known the expected type. |
Cowtowncoder | dfa1b44 | 2014-12-29 15:55:05 -0800 | [diff] [blame] | 913 | #299: Add `DeserializationFeature.FAIL_ON_UNRESOLVED_OBJECT_IDS` to allow missing |
| 914 | Object Ids (as global default) |
Tatu Saloranta | add3cc3 | 2014-10-06 22:25:44 -0700 | [diff] [blame] | 915 | #408: External type id does not allow use of 'visible=true' |
Tatu Saloranta | 09ad682 | 2014-09-23 22:11:12 -0700 | [diff] [blame] | 916 | #421: @JsonCreator not used in case of multiple creators with parameter names |
| 917 | (reported by Lovro P, lpandzic@github) |
Tatu Saloranta | 8f5a129 | 2014-11-18 20:55:55 -0800 | [diff] [blame] | 918 | #427: Make array and Collection serializers call `JsonGenerator.writeStartArray(int)` |
Tatu Saloranta | b5dd785 | 2014-10-15 19:26:24 -0700 | [diff] [blame] | 919 | #521: Keep bundle annotations, prevent problems with recursive annotation types |
Cowtowncoder | 18186be | 2014-09-23 09:57:25 -0700 | [diff] [blame] | 920 | (reported by tea-dragon@github) |
Tatu Saloranta | f1cb79b | 2014-12-03 23:03:52 -0800 | [diff] [blame] | 921 | #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] | 922 | #528: Add support for `JsonType.As.EXISTING_PROPERTY` |
| 923 | (reported by heapifyman@github; implemented by fleebytes@github) |
Cowtowncoder | 152aabb | 2014-09-18 15:16:10 -0700 | [diff] [blame] | 924 | #539: Problem with post-procesing of "empty bean" serializer; was not calling |
| 925 | 'BeanSerializerModifier.modifySerializer()` for empty beans |
| 926 | (reported by Fabien R, fabienrenaud@github) |
Tatu Saloranta | 6651339 | 2015-03-19 19:21:13 -0700 | [diff] [blame] | 927 | #540: Support deserializing `[]` as null or empty collection when the java type |
| 928 | is a not an object, `DeserializationFeature.ACCEPT_EMPTY_ARRAY_AS_NULL_OBJECT` |
Tatu Saloranta | ca99065 | 2014-09-25 22:15:09 -0700 | [diff] [blame] | 929 | (requested by Fabien R, fabienrenaud@github) |
Cowtowncoder | 6cf6585 | 2014-09-15 15:51:27 -0700 | [diff] [blame] | 930 | #543: Problem resolving self-referential recursive types |
Cowtowncoder | 18186be | 2014-09-23 09:57:25 -0700 | [diff] [blame] | 931 | (reported by ahgittin@github) |
Cowtowncoder | 3eb74af | 2014-09-23 14:04:57 -0700 | [diff] [blame] | 932 | #550: Minor optimization: prune introspection of "well-known" JDK types |
Cowtowncoder | 18186be | 2014-09-23 09:57:25 -0700 | [diff] [blame] | 933 | #552: Improved handling for ISO-8601 (date) format |
| 934 | (contributed by Jerome G, geronimo-iia@github) |
Tatu Saloranta | 30239f9 | 2014-09-29 21:56:39 -0700 | [diff] [blame] | 935 | #559: Add `getDateFormat()`, `getPropertyNamingStrategy()` in `ObjectMapper` |
Tatu Saloranta | 3afaa74 | 2014-10-12 20:10:02 -0700 | [diff] [blame] | 936 | #560: @JsonCreator to deserialize BigInteger to Enum |
| 937 | (requested by gisupp@github) |
Cowtowncoder | 10f4422 | 2014-09-29 18:20:17 -0700 | [diff] [blame] | 938 | #565: Add support for handling `Map.Entry` |
Tatu Saloranta | 761c9ae | 2014-12-11 19:29:49 -0800 | [diff] [blame] | 939 | #566: Add support for case-insensitive deserialization (`MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`) |
| 940 | (contributed by Michael R) |
Tatu Saloranta | d8be8ad | 2014-10-15 19:23:36 -0700 | [diff] [blame] | 941 | #571: Add support in ObjectMapper for custom `ObjectReader`, `ObjectWriter` (sub-classes) |
Tatu Saloranta | 2e9defe | 2014-10-12 15:24:39 -0700 | [diff] [blame] | 942 | #572: Override default serialization of Enums |
| 943 | (requested by herau@github) |
Tatu Saloranta | 3261453 | 2014-10-07 20:48:01 -0700 | [diff] [blame] | 944 | #576: Add fluent API for adding mixins |
| 945 | (contributed by Adam S, adstro@github) |
Tatu Saloranta | 28c4ada | 2015-01-01 17:22:42 -0800 | [diff] [blame] | 946 | #594: `@JsonValue` on enum not used when enum value is a Map key |
| 947 | (reported by chrylis@github) |
Tatu Saloranta | 2b917fc | 2014-12-23 21:45:43 -0800 | [diff] [blame] | 948 | #596: Add support for `@JsonProperty.defaultValue`, exposed via `BeanProperty.getMetadata().getDefaultValue()` |
Cowtowncoder | 1b0e53d | 2014-11-04 09:37:32 -0800 | [diff] [blame] | 949 | #597: Improve error messaging for cases where JSON Creator returns null (which |
| 950 | is illegal) |
| 951 | (contributed by Aurelien L) |
Tatu Saloranta | d672b18 | 2014-11-18 22:36:20 -0800 | [diff] [blame] | 952 | #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] | 953 | #607: Allow (re)config of `JsonParser.Feature`s via `ObjectReader` |
| 954 | #608: Allow (re)config of `JsonGenerator.Feature`s via `ObjectWriter` |
Tatu Saloranta | a56270a | 2014-11-16 23:05:18 -0800 | [diff] [blame] | 955 | #614: Add a mechanism for using `@JsonCreator.mode` for resolving possible ambiguity between |
| 956 | delegating- and property-based creators |
Tatu Saloranta | e4edb6e | 2014-11-17 19:52:11 -0800 | [diff] [blame] | 957 | #616: Add `SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS` |
Tatu Saloranta | 839bbd6 | 2014-12-09 22:30:40 -0800 | [diff] [blame] | 958 | #622: Support for non-scalar ObjectId Reference deserialiazation (like JSOG) |
Cowtowncoder | 46ab7a1 | 2014-11-19 14:57:23 -0800 | [diff] [blame] | 959 | #623: Add `StdNodeBasedDeserializer` |
Tatu Saloranta | 04db8f7 | 2014-11-25 20:02:31 -0800 | [diff] [blame] | 960 | #630: Add `KeyDeserializer` for `Class` |
Cowtowncoder | 9b8220b | 2014-12-08 17:12:43 -0800 | [diff] [blame] | 961 | #631: Update `current value` of `JsonParser`, `JsonGenerator` from standard serializers, |
| 962 | deserializers |
| 963 | (suggested by Antibrumm@github) |
Tatu Saloranta | 04db8f7 | 2014-11-25 20:02:31 -0800 | [diff] [blame] | 964 | #633: Allow returning null value from IdResolver to make type information optional |
| 965 | (requested by Antibrumm@github) |
Cowtowncoder | 72de08e | 2014-11-25 14:58:53 -0800 | [diff] [blame] | 966 | #634: Add `typeFromId(DatabindContext,String)` in `TypeIdDeserializer` |
Cowtowncoder | 531fac6 | 2014-12-01 09:56:32 -0800 | [diff] [blame] | 967 | #636: `ClassNotFoundException` for classes not (yet) needed during serialization |
| 968 | (contributed by mspiegel@github) |
Cowtowncoder | 73a87db | 2014-12-08 17:03:28 -0800 | [diff] [blame] | 969 | #638: Add annotation-based method(s) for injecting properties during serialization |
Cowtowncoder | 63b33fb | 2014-12-12 14:19:29 -0800 | [diff] [blame] | 970 | (using @JsonAppend, VirtualBeanPropertyWriter) |
| 971 | #647: Deserialization fails when @JsonUnwrapped property contains an object with same property name |
| 972 | (reported by Konstantin L) |
Tatu Saloranta | 42ef5bb | 2014-12-18 20:45:10 -0800 | [diff] [blame] | 973 | #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] | 974 | #654: Add support for (re)configuring `JsonGenerator.setRootValueSeparator()` via `ObjectWriter` |
Tatu Saloranta | 5ee6591 | 2014-12-16 22:44:58 -0800 | [diff] [blame] | 975 | #655: Add `ObjectWriter.writeValues()` for writing value sequences |
Cowtowncoder | 257ae1c | 2014-12-23 15:05:46 -0800 | [diff] [blame] | 976 | #660: `@JsonCreator`-annotated factory method is ignored if constructor exists |
Cowtowncoder | 02f5f42 | 2014-10-01 11:57:46 -0700 | [diff] [blame] | 977 | - 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] | 978 | - Start using `JsonGenerator.writeStartArray(int)` to help data formats |
| 979 | that benefit from knowing number of elements in arrays (and would otherwise |
| 980 | need to buffer values to know length) |
Tatu Saloranta | 83f1be0 | 2014-12-14 17:30:53 -0800 | [diff] [blame] | 981 | - Added new overload for `JsonSerializer.isEmpty()`, to eventually solve #588 |
Tatu Saloranta | 7fc3238 | 2014-12-26 17:19:09 -0800 | [diff] [blame] | 982 | - Improve error messaging (related to [jaxb-annotations#38]) to include known subtype ids. |
Tatu | ebfb648 | 2014-08-25 14:46:03 -0700 | [diff] [blame] | 983 | |
Tatu Saloranta | e92e450 | 2015-04-23 18:39:50 -0700 | [diff] [blame] | 984 | 2.4.6 (23-Apr-2015) |
Cowtowncoder | 7ff745c | 2015-03-27 13:09:30 -0700 | [diff] [blame] | 985 | |
| 986 | #735: (complete fix) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior |
| 987 | (reported by blackfyre512@github) (regression due to #604) |
Cowtowncoder | 58f4c95 | 2015-04-02 12:56:15 -0700 | [diff] [blame] | 988 | $744: Custom deserializer with parent object update fails |
Cowtowncoder | 7ff745c | 2015-03-27 13:09:30 -0700 | [diff] [blame] | 989 | |
Cowtowncoder | 1d57c20 | 2015-03-26 12:49:58 -0700 | [diff] [blame] | 990 | 2.4.5.1 (26-Mar-2015) |
Cowtowncoder | cc05493 | 2015-02-16 14:10:21 -0800 | [diff] [blame] | 991 | |
Cowtowncoder | 1d57c20 | 2015-03-26 12:49:58 -0700 | [diff] [blame] | 992 | Special one-off "micro patch" for: |
| 993 | |
| 994 | #706: Add support for `@JsonUnwrapped` via JSON Schema module |
Cowtowncoder | cc05493 | 2015-02-16 14:10:21 -0800 | [diff] [blame] | 995 | #707: Error in getting string representation of an ObjectNode with a float number value |
| 996 | (reported by @navidqar) |
Cowtowncoder | 7ff745c | 2015-03-27 13:09:30 -0700 | [diff] [blame] | 997 | #735: (partial) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior |
Cowtowncoder | cc05493 | 2015-02-16 14:10:21 -0800 | [diff] [blame] | 998 | |
Tatu Saloranta | c8e44bb | 2015-01-13 20:21:32 -0800 | [diff] [blame] | 999 | 2.4.5 (13-Jan-2015) |
Cowtowncoder | 87e4661 | 2014-11-25 14:24:36 -0800 | [diff] [blame] | 1000 | |
| 1001 | #635: Reduce cachability of `Map` deserializers, to avoid problems with per-property config changes |
| 1002 | (regression due to #604) |
Cowtowncoder | 7ec59e4 | 2014-12-17 11:13:40 -0800 | [diff] [blame] | 1003 | #656: `defaultImpl` configuration is ignored for `WRAPPER_OBJECT` |
Cowtowncoder | 7d4201c | 2014-11-26 10:31:40 -0800 | [diff] [blame] | 1004 | - Solve potential cyclic-resolution problem for `UntypedObjectDeserializer` |
Cowtowncoder | 87e4661 | 2014-11-25 14:24:36 -0800 | [diff] [blame] | 1005 | |
Tatu Saloranta | 1425658 | 2014-11-24 18:20:03 -0800 | [diff] [blame] | 1006 | 2.4.4 (24-Nov-2014) |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 1007 | |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 1008 | (jackson-core)#158: Setter confusion on assignable types |
| 1009 | (reported by tsquared2763@github) |
Tatu Saloranta | 23328aa | 2014-10-28 22:38:15 -0700 | [diff] [blame] | 1010 | #245: Calls to ObjectMapper.addMixInAnnotations() on an instance returned by ObjectMapper.copy() |
| 1011 | don't work |
| 1012 | (reported by Erik D) |
Cowtowncoder | c28f74c | 2014-10-14 17:21:28 -0700 | [diff] [blame] | 1013 | #580: delegate deserializers choke on a (single) abstract/polymorphic parameter |
| 1014 | (reported by Ian B, tea-dragon@github) |
Tatu Saloranta | 2fd20c5 | 2014-10-21 10:33:13 -0700 | [diff] [blame] | 1015 | #590: Binding invalid Currency gives nonsense at end of the message |
| 1016 | (reported by Jerbell@github) |
Tatu Saloranta | bcccd3e | 2014-10-28 20:32:47 -0700 | [diff] [blame] | 1017 | #592: Wrong `TokenBuffer` delegate deserialization using `@JsonCreator` |
| 1018 | (reported by Eugene L) |
Tatu Saloranta | fd4eb1b | 2014-11-08 20:08:34 -0800 | [diff] [blame] | 1019 | #601: ClassCastException for a custom serializer for enum key in `EnumMap` |
| 1020 | (reported by Benson M) |
Cowtowncoder | 6b9d2c5 | 2014-11-07 16:13:53 -0800 | [diff] [blame] | 1021 | #604: `Map` deserializers not being cached, causing performance problems |
Cowtowncoder | d7a94ed | 2014-11-12 10:00:11 -0800 | [diff] [blame] | 1022 | #610: Fix forward reference in hierarchies |
| 1023 | (contributed by zeito@github) |
Cowtowncoder | 6005b02 | 2014-11-18 13:02:04 -0800 | [diff] [blame] | 1024 | #619: Off by one error in AnnotatedWithParams |
| 1025 | (reported by stevetodd@github) |
Cowtowncoder | edf8674 | 2014-10-31 13:09:07 -0700 | [diff] [blame] | 1026 | - Minor fix to `EnumSerializer` regarding detection "serialize using index" |
Cowtowncoder | 95267b0 | 2014-11-07 15:36:22 -0800 | [diff] [blame] | 1027 | - Minor fix to number serializers, to call proper callback for schema generation |
Cowtowncoder | bfbb661 | 2014-10-14 11:26:53 -0700 | [diff] [blame] | 1028 | |
| 1029 | 2.4.3 (02-Oct-2014) |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 1030 | |
Cowtowncoder | 0e03ef1 | 2014-09-23 15:31:51 -0700 | [diff] [blame] | 1031 | #496: Wrong result with `new TextNode("false").asBoolean(true)` |
| 1032 | (reported by Ivar R, ivarru@github) |
Cowtowncoder | b126e8e | 2014-09-23 15:46:44 -0700 | [diff] [blame] | 1033 | #511: DeserializationFeature.FAIL_ON_INVALID_SUBTYPE does not work |
| 1034 | (reported by sbelikov@github) |
Tatu Saloranta | 3a1cff2 | 2014-08-19 22:23:00 -0700 | [diff] [blame] | 1035 | #523: MapDeserializer and friends do not report the field/key name for mapping exceptions |
| 1036 | (reported by Ian B, tea-dragon@github) |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 1037 | #524: @JsonIdentityReference(alwaysAsId = true) Custom resolver is reset to SimpleObjectIdResolver |
| 1038 | (reported by pkokorev@github) |
Cowtowncoder | 9a11fb9 | 2014-09-16 16:45:00 -0700 | [diff] [blame] | 1039 | #541: @JsonProperty in @JsonCreator is conflicting with POJOs getters/attributes |
| 1040 | (reported by fabienrenaud@github) |
Cowtowncoder | 9c2dc36 | 2014-09-15 15:52:31 -0700 | [diff] [blame] | 1041 | #543: Problem resolving self-referential generic types |
Tatu Saloranta | 5e799a2 | 2014-10-02 23:16:26 -0700 | [diff] [blame] | 1042 | #570: Add Support for Parsing All Compliant ISO-8601 Date Formats |
| 1043 | (requested by pfconrey@github) |
Tatu Saloranta | d34aab5 | 2014-09-01 22:39:35 -0700 | [diff] [blame] | 1044 | - Fixed a problem with `acceptJsonFormatVisitor` with Collection/array types that |
| 1045 | are marked with `@JsonValue`; could cause NPE in JSON Schema generator module. |
Tatu Saloranta | 372598e | 2014-08-19 21:12:39 -0700 | [diff] [blame] | 1046 | |
Tatu Saloranta | 4e935cb | 2014-09-20 16:24:53 -0700 | [diff] [blame] | 1047 | 2.4.2 (14-Aug-2014) |
Tatu Saloranta | 585f309 | 2014-07-11 15:56:05 -0700 | [diff] [blame] | 1048 | |
Tatu | 341debd | 2014-08-13 16:06:27 -0700 | [diff] [blame] | 1049 | #515: Mixin annotations lost when using a mixin class hierarchy with non-mixin interfaces |
| 1050 | (reported by 'stevebread@github') |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 1051 | - Fixed a problem related to [jackson-dataformat-smile#19]. |
| 1052 | |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 1053 | 2.4.1.2 (12-Jul-2014) |
| 1054 | |
Tatu Saloranta | 585f309 | 2014-07-11 15:56:05 -0700 | [diff] [blame] | 1055 | Special one-off "micro patch" for: |
| 1056 | |
| 1057 | #503: Concurrency issue inside com.fasterxml.jackson.databind.util.LRUMap.get(Object) |
| 1058 | (reported by fjtc@github) |
| 1059 | |
| 1060 | 2.4.1.1 (18-Jun-2014) |
| 1061 | |
Tatu Saloranta | f4e9657 | 2014-06-18 15:26:43 -0700 | [diff] [blame] | 1062 | Special one-off "micro patch" for: |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 1063 | |
| 1064 | #491: Temporary work-around for issue #490 (full fix for 2.5 needs to be |
| 1065 | in `jackson-annotations`) |
Tatu | cc9623e | 2014-08-13 12:38:09 -0700 | [diff] [blame] | 1066 | #506: Index is never set for Collection and Array in InvalidFormatException.Reference |
| 1067 | (reported by Fabrice D, fabdouglas@github) |
| 1068 | - Fixed a problem related to [jackson-dataformat-smile#19]. |
Tatu Saloranta | 9ae3610 | 2014-06-09 16:55:57 -0700 | [diff] [blame] | 1069 | |
| 1070 | 2.4.1 (17-Jun-2014) |
Tatu Saloranta | 54fd6d6 | 2014-06-15 15:43:07 -0700 | [diff] [blame] | 1071 | |
| 1072 | #479: NPE on trying to deserialize a `String[]` that contains null |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 1073 | (reported by huxi@github) |
Tatu | 8705212 | 2014-06-10 11:45:43 -0700 | [diff] [blame] | 1074 | #482: Make date parsing error behavior consistent with JDK |
| 1075 | (suggested by Steve S, sanbeg@github) |
Tatu Saloranta | 9c8022e | 2014-05-16 16:03:44 -0700 | [diff] [blame] | 1076 | #489 (partial): TypeFactory cache prevents garbage collection of custom ClassLoader |
| 1077 | (reported by sftwrengnr@github) |
| 1078 | |
| 1079 | 2.4.0 (02-Jun-2014) |
Tatu Saloranta | 0e1e878 | 2014-01-11 19:51:21 -0800 | [diff] [blame] | 1080 | |
| 1081 | #81: Allow use of @JsonUnwrapped with typed (@JsonTypeInfo) classes, provided |
Tatu Saloranta | 1847015 | 2014-03-16 22:56:04 -0700 | [diff] [blame] | 1082 | that (new) feature `SerializationFeature.FAIL_ON_UNWRAPPED_TYPE_IDENTIFIERS` |
| 1083 | is disabled |
Tatu Saloranta | 77f4497 | 2014-03-16 23:00:04 -0700 | [diff] [blame] | 1084 | (constributed by Ben F, UnquietCode@github) |
| 1085 | #88: Prevent use of type information for `JsonNode` via default typing |
Tatu Saloranta | 6809c86 | 2014-04-14 20:10:15 -0700 | [diff] [blame] | 1086 | (reported by electricmonk@github) |
| 1087 | #149: Allow use of "stringified" indexes for Enum values |
Tatu Saloranta | 85841c9 | 2014-05-05 21:00:59 -0700 | [diff] [blame] | 1088 | (requested by chenboxiang@github) |
| 1089 | #176: Allow use external Object Id resolver (to use with @JsonIdentityInfo etc) |
Tatu Saloranta | 4e387c2 | 2014-05-07 22:51:56 -0700 | [diff] [blame] | 1090 | (implemented by Pascal G) |
Tatu Saloranta | bad574a | 2014-04-12 14:03:07 -0700 | [diff] [blame] | 1091 | #193: Conflicting property name definitions |
Tatu Saloranta | ff56edf | 2014-04-12 14:39:01 -0700 | [diff] [blame] | 1092 | (reported by Stuart J, sgjohnston@github) |
Tatu Saloranta | 5df4c4e | 2014-03-14 12:54:09 -0700 | [diff] [blame] | 1093 | #323: Serialization of the field with deserialization config |
| 1094 | (reported by metanet@github) |
Tatu Saloranta | 8d6fa48 | 2014-03-17 21:06:11 -0700 | [diff] [blame] | 1095 | #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] | 1096 | #335: Allow use of `@JsonPropertyOrder(alphabetic=true)` for Map properties |
Tatu Saloranta | 4c55625 | 2016-06-07 19:35:14 -0700 | [diff] [blame] | 1097 | #351: ObjectId does not properly handle forward references during deserialization |
| 1098 | (contributed by pgelinas) |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 1099 | #352 Add `ObjectMapper.setConfig()` for overriding `SerializationConfig`/`DeserializationConfig` |
| 1100 | #353: Problems with polymorphic types, `JsonNode` (related to #88) |
Tatu Saloranta | 11f7811 | 2014-03-14 20:55:09 -0700 | [diff] [blame] | 1101 | (reported by cemo@github) |
Tatu Saloranta | 8d6fa48 | 2014-03-17 21:06:11 -0700 | [diff] [blame] | 1102 | #359: Converted object not using explicitly annotated serializer |
| 1103 | (reported by Florian S [fschopp@github]) |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 1104 | #369: Incorrect comparison for renaming in `POJOPropertyBuilder` |
Tatu Saloranta | 478d4a4 | 2014-03-16 21:53:33 -0700 | [diff] [blame] | 1105 | #375: Add `readValue()`/`readPropertyValue()` methods in `DeserializationContext` |
Tatu | bc43fb4 | 2014-05-21 16:07:20 -0700 | [diff] [blame] | 1106 | #376: Add support for `@JsonFormat(shape=STRING)` for number serializers |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 1107 | #381: Allow inlining/unwrapping of value from single-component JSON array |
| 1108 | (contributed by yinzara@github) |
Tatu Saloranta | 02a6394 | 2014-03-14 18:53:45 -0700 | [diff] [blame] | 1109 | #390: Change order in which managed/back references are resolved (now back-ref |
| 1110 | first, then forward) |
| 1111 | (requested by zAlbee@github) |
Tatu Saloranta | 3ca881e | 2014-02-25 22:06:04 -0800 | [diff] [blame] | 1112 | #407: Properly use null handlers for value types when serializer Collection |
| 1113 | and array types |
| 1114 | (contributed by Will P) |
Tatu Saloranta | 97a0dea | 2014-05-19 23:55:15 -0700 | [diff] [blame] | 1115 | #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] | 1116 | #428: `PropertyNamingStrategy` will rename even explicit name from `@JsonProperty` |
Tatu | 054467f | 2014-03-28 16:09:51 -0700 | [diff] [blame] | 1117 | (reported by turskip@github) |
Tatu Saloranta | dceaec5 | 2014-05-05 21:03:37 -0700 | [diff] [blame] | 1118 | #435: Performance bottleneck in TypeFactory._fromClass |
| 1119 | (reported by Sean D, sdonovanuk@github) |
Tatu | e2f9ea5 | 2014-04-07 09:58:56 -0700 | [diff] [blame] | 1120 | #434: Ensure that DecimalNodes with mathematically equal values are equal |
| 1121 | (contributed by Francis G) |
Tatu Saloranta | 2f58c93 | 2014-04-09 18:46:22 -0700 | [diff] [blame] | 1122 | #435: Performance bottleneck in TypeFactory._fromClass |
| 1123 | (reported by sdonovanuk@github) |
Tatu Saloranta | ab53ab4 | 2014-04-12 12:57:43 -0700 | [diff] [blame] | 1124 | #438: Add support for accessing `@JsonProperty(index=N)` annotations |
Tatu Saloranta | d0b0273 | 2014-04-22 19:17:57 -0700 | [diff] [blame] | 1125 | #442: Make `@JsonUnwrapped` indicate property inclusion |
| 1126 | (suggested by Ben F) |
Tatu Saloranta | f249d9e | 2014-05-19 23:14:51 -0700 | [diff] [blame] | 1127 | #447: ArrayNode#addAll should accept Collection<? extends JsonNode> |
| 1128 | (suggested by alias@github) |
Tatu Saloranta | f339b5c | 2014-05-18 21:12:27 -0700 | [diff] [blame] | 1129 | #461: Add new standard naming strategy, `PropertyNamingStrategy.LowerCaseStrategy` |
Tatu | 7003462 | 2014-05-21 14:41:45 -0700 | [diff] [blame] | 1130 | #463: Add 'JsonNode.asText(String defaultValue)` |
| 1131 | (suggested by Chris C) |
Tatu | 4bc7a73 | 2014-05-27 16:20:01 -0700 | [diff] [blame] | 1132 | #464: Include `JsonLocation` in more mapping exceptions |
| 1133 | (contributed by Andy C (q3aiml@github)) |
Tatu | 5087367 | 2014-05-21 15:20:08 -0700 | [diff] [blame] | 1134 | #465: Make it easier to support serialization of custom subtypes of `Number` |
Tatu Saloranta | 9c5fec2 | 2014-05-28 21:53:45 -0700 | [diff] [blame] | 1135 | #467: Unwanted POJO's embedded in tree via serialization to tree |
| 1136 | (reported by Benson M) |
Tatu Saloranta | bad574a | 2014-04-12 14:03:07 -0700 | [diff] [blame] | 1137 | - Slightly improve `SqlDateSerializer` to support `@JsonFormat` |
Tatu Saloranta | b6da866 | 2014-05-04 18:49:20 -0700 | [diff] [blame] | 1138 | - Improve handling of native type ids (YAML, CBOR) to use non-native type ids |
| 1139 | as fallback |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 1140 | |
Cowtowncoder | 32a52b2 | 2015-09-11 10:11:59 -0700 | [diff] [blame] | 1141 | 2.3.5 (13-Jan-2015) |
| 1142 | |
| 1143 | #496: Wrong result for TextNode("false").asBoolean(true) |
| 1144 | (reported by Ivar R, ivarru@github) |
| 1145 | #543: Problems resolving self-referential generic types. |
| 1146 | #656: defaultImpl configuration is ignored for WRAPPER_OBJECT |
| 1147 | |
Tatu Saloranta | 6822f33 | 2014-11-21 20:37:18 -0800 | [diff] [blame] | 1148 | 2.3.4 (17-Jul-2014) |
| 1149 | |
| 1150 | #459: BeanDeserializerBuilder copy constructor not copying `_injectables` |
| 1151 | #462: Annotation-provided Deserializers are not contextualized inside CreatorProperties |
| 1152 | (reported by aarondav@github) |
| 1153 | |
Tatu Saloranta | 1c4a7b1 | 2014-04-14 20:24:48 -0700 | [diff] [blame] | 1154 | 2.3.3 (10-Apr-2014) |
| 1155 | |
| 1156 | #420: Remove 'final' modifier from `BeanDeserializerBase.deserializeWithType` |
| 1157 | (requested by Ghoughpteighbteau@github) |
| 1158 | #422: Allow use of "True" and "False" as aliases for booleans when coercing from |
| 1159 | JSON String |
| 1160 | #423: Fix `CalendarSerializer` to work with custom format |
| 1161 | (reported by sergeymetallic@github) |
| 1162 | #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects into a POJONode |
| 1163 | (reported by Francis G) |
| 1164 | - Fix null-handling for `CollectionSerializer` |
| 1165 | |
Tatu Saloranta | 397e457 | 2014-03-06 20:24:47 -0800 | [diff] [blame] | 1166 | 2.3.2 (01-Mar-2014) |
| 1167 | |
| 1168 | #378: Fix a problem with custom enum deserializer construction |
| 1169 | (reported by BokoEnos@github) |
| 1170 | #379: Fix a problem with (re)naming of Creator properties; needed to make |
| 1171 | Paranamer module work with NamingStrategy. |
| 1172 | (reported by Chris P, cpilsworth@github) |
| 1173 | #398: Should deserialize empty (not null) URI from empty String |
| 1174 | (reported by pgieser@github) |
| 1175 | #406: @JsonTypeIdResolver not working with external type ids |
| 1176 | (reported by Martin T) |
| 1177 | #411: NumberDeserializers throws exception with NaN and +/- Infinity |
| 1178 | (reported by clarkbreyman@github) |
| 1179 | #412: ObjectMapper.writerWithType() does not change root name being used |
| 1180 | (repoted by jhalterman@github) |
| 1181 | - Added `BeanSerializerBase._serializeObjectId()` needed by modules that |
| 1182 | override standard BeanSerializer; specifically, XML module. |
| 1183 | |
Tatu Saloranta | c29e06e | 2013-12-27 19:00:17 -0800 | [diff] [blame] | 1184 | 2.3.1 (28-Dec-2013) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 1185 | |
Tatu Saloranta | 37cf6f2 | 2013-11-15 19:31:46 -0800 | [diff] [blame] | 1186 | #346: Fix problem deserializing `ObjectNode`, with @JsonCreator, empty |
| 1187 | JSON Object |
| 1188 | (reported by gaff78@github) |
Tatu Saloranta | ce457af | 2013-12-03 22:27:20 -0800 | [diff] [blame] | 1189 | #358: `IterableSerializer` ignoring annotated content serializer |
| 1190 | (reported by Florian S) |
Tatu | a5810c2 | 2014-02-28 14:15:02 -0800 | [diff] [blame] | 1191 | #361: Reduce sync overhead for SerializerCache by using volatile, double-locking |
Tatu Saloranta | ee7b6d8 | 2013-12-10 19:46:46 -0800 | [diff] [blame] | 1192 | (contributed by stuartwdouglas@github) |
Tatu Saloranta | 9077a58 | 2013-12-07 20:58:58 -0800 | [diff] [blame] | 1193 | #362: UUID output as Base64 String with ObjectMapper.convertValue() |
| 1194 | (reported by jknack@github) |
Tatu Saloranta | df4f7f2 | 2013-12-13 19:55:00 -0800 | [diff] [blame] | 1195 | #367: Make `TypeNameIdResolver` call `TypeResolver` for resolving base type |
| 1196 | (suggested by Ben F) |
Tatu Saloranta | 69b8487 | 2013-12-18 20:17:24 -0800 | [diff] [blame] | 1197 | #370: Fail to add Object Id for POJO with no properties |
| 1198 | (reported by jh3141@github) |
Tatu Saloranta | 00255f2 | 2013-12-10 20:07:07 -0800 | [diff] [blame] | 1199 | - Fix for [jackson-module-afterburner#38]: need to remove @JacksonStdImpl from |
| 1200 | `RawSerializer`, to avoid accidental removal of proper handling. |
Tatu Saloranta | 37cf6f2 | 2013-11-15 19:31:46 -0800 | [diff] [blame] | 1201 | |
Tatu Saloranta | 414b884 | 2013-11-15 08:08:02 -0800 | [diff] [blame] | 1202 | 2.3.0 (13-Nov-2013) |
Tatu Saloranta | df7fb3d | 2013-06-06 14:29:52 -0700 | [diff] [blame] | 1203 | |
Tatu Saloranta | a9f447a | 2013-07-05 10:10:47 -0700 | [diff] [blame] | 1204 | #48: Add support for `InetSocketAddress` |
| 1205 | (contributed by Nick T) |
Tatu | 14722dc | 2013-09-24 11:52:48 -0700 | [diff] [blame] | 1206 | #152: Add support for traversing `JsonNode` with (new!) `JsonPointer` implementation |
| 1207 | (suggested by fge@github) |
Tatu Saloranta | efdc0d4 | 2013-07-10 19:48:39 -0700 | [diff] [blame] | 1208 | #208: Accept "fromString()" as an implicit Creator (factory) method (alias for "valueOf()") |
| 1209 | (requested by David P) |
Tatu Saloranta | 21a81e1 | 2013-06-06 17:31:07 -0700 | [diff] [blame] | 1210 | #215: Allow registering custom `CharacterEscapes` to use for serialization, |
| 1211 | via `ObjectWriter.with(CharacterEscapes)` (and `ObjectMapper.writer(CharacterEscapes)`) |
Tatu Saloranta | e4708eb | 2013-06-06 17:07:10 -0700 | [diff] [blame] | 1212 | #227: Allow "generic" Enum serializers, deserializers, via `SimpleModule` |
Tatu Saloranta | 6f4306b | 2013-08-12 20:25:37 -0700 | [diff] [blame] | 1213 | #234: Incorrect type information for deeply nested Maps |
| 1214 | (reported by Andrei P) |
Tatu Saloranta | 3955abb | 2013-06-06 15:29:58 -0700 | [diff] [blame] | 1215 | #237: Add `DeserializationFeature.FAIL_ON_READING_DUP_TREE_KEY` to optionally |
| 1216 | throw `JsonMappingException` on duplicate keys, tree model (`JsonNode`) |
Tatu Saloranta | 833680a | 2013-07-10 19:37:14 -0700 | [diff] [blame] | 1217 | #238: Allow existence of overlapping getter, is-getter (choose 'regular' getter) |
Tatu Saloranta | f0af8c1 | 2013-07-11 10:20:22 -0700 | [diff] [blame] | 1218 | #239: Support `ByteBuffer` |
| 1219 | (suggested by mckamey@github) |
Tatu Saloranta | 0a42b40 | 2013-08-06 20:39:12 -0700 | [diff] [blame] | 1220 | #240: Make sure `@JsonSerialize.include` does not accidentally override |
| 1221 | class inclusion settings |
| 1222 | (requested by thierryhenrio@github) |
Tatu Saloranta | c6eaf4b | 2013-07-04 20:25:17 -0700 | [diff] [blame] | 1223 | #253: `DelegatingDeserializer` causes problems for Managed/BackReferences |
| 1224 | (reported by bfelaco@github) |
Tatu Saloranta | ae242d7 | 2013-09-20 20:37:21 -0700 | [diff] [blame] | 1225 | #257: Make `UntypedObjectDeserializer` support overides for `List`, `Map` etc |
Tatu Saloranta | 4ec01ea | 2013-11-15 14:25:01 -0800 | [diff] [blame] | 1226 | #268: Add new variant of `ObjectMapper.canSerialize()` that can return `Throwable` |
Tatu Saloranta | af263c3 | 2013-10-24 16:18:50 -0700 | [diff] [blame] | 1227 | that caused false to be returned (if any) |
Tatu Saloranta | 105c58a | 2013-07-26 16:33:43 -0700 | [diff] [blame] | 1228 | #269: Add support for new `@JsonPropertyDescription` via `AnnotationIntrospector` |
| 1229 | as well as `BeanProperty.getMedata().getDescription()` |
Tatu Saloranta | cded3a2 | 2013-08-06 20:29:18 -0700 | [diff] [blame] | 1230 | #270: Add `SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID` to allow use of equality |
| 1231 | (instead of identity) for figuring out when to use Object Id |
| 1232 | (requested by beku8@github) |
Tatu Saloranta | aa321ee | 2013-09-19 19:53:28 -0700 | [diff] [blame] | 1233 | #271: Support handling of `@JsonUnwrapped` for in-built JSON Schema generation |
Tatu Saloranta | bb0e2b5 | 2013-09-12 21:07:31 -0700 | [diff] [blame] | 1234 | #277: Make `TokenBuffer` support new native type and object ids |
Tatu Saloranta | 545e35e | 2013-09-18 14:18:53 -0700 | [diff] [blame] | 1235 | #302: Add `setNamingStrategy` in `Module.SetupContext` |
| 1236 | (suggested by Miguel C) |
Tatu Saloranta | 8caf1b4 | 2013-09-28 16:49:50 -0700 | [diff] [blame] | 1237 | #305: Add support for accessing `TypeFactory` via `TypeIdResolverBase` |
| 1238 | (not yet via `TypeIdResolver` interface), other configuration |
Tatu Saloranta | bb0e2b5 | 2013-09-12 21:07:31 -0700 | [diff] [blame] | 1239 | #306: Allow use of `@JsonFilter` for properties, not just classes |
Tatu Saloranta | cc7524c | 2013-10-19 16:46:17 -0700 | [diff] [blame] | 1240 | #307: Allow use of `@JsonFilter` for Maps in addition to POJOs |
Tatu Saloranta | fae643b | 2013-09-13 23:34:31 -0700 | [diff] [blame] | 1241 | #308: Improve serialization and deserialization speed of `java.util.UUID` by 4x |
| 1242 | (suggested by David P) |
Tatu Saloranta | 616d3e5 | 2013-09-18 14:11:36 -0700 | [diff] [blame] | 1243 | #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] | 1244 | #311: Make sure that "creator properties" are alphabetically ordered too, if |
| 1245 | so requested. |
Tatu Saloranta | b69857b | 2013-10-14 20:57:31 -0700 | [diff] [blame] | 1246 | #315: Allow per-property definition of null serializer to use, using |
| 1247 | new `@JsonSerialize(nullsUsing=xxx)` annotation property |
Tatu Saloranta | 7012c75 | 2013-10-03 15:27:16 -0700 | [diff] [blame] | 1248 | #317: Fix `JsonNode` support for nulls bound to `ObjectNode`, `ArrayNode` |
| 1249 | (contributed by Seth P) |
Tatu Saloranta | b009194 | 2013-10-18 23:52:30 -0700 | [diff] [blame] | 1250 | #318: Problems with `ObjectMapper.updateValue()`, creator property-backed accessors |
Tatu Saloranta | 09ebacb | 2013-10-07 20:58:53 -0700 | [diff] [blame] | 1251 | #319: Add support for per-call ("contextual") attributes, with defaulting, |
| 1252 | to allow keeping track of state during (de)serialization |
Tatu Saloranta | e4670a7 | 2013-10-14 19:31:39 -0700 | [diff] [blame] | 1253 | #324: Make sure to throw `JsonMappingException` from `EnumDeserializer` creator, |
| 1254 | not `IllegalArgumentException` |
| 1255 | (reported by beverku@github) |
Tatu Saloranta | 34a2e5b | 2013-10-17 22:37:10 -0700 | [diff] [blame] | 1256 | #326: Support `@JsonFilter` for "any getter" properties |
Tatu Saloranta | 2322ce6 | 2013-10-23 22:18:32 -0700 | [diff] [blame] | 1257 | #334: Make `ArrayNode`, `ObjectNode` non-final again |
Tatu Saloranta | 2f04491 | 2013-11-02 20:05:23 -0700 | [diff] [blame] | 1258 | #337: `AnySetter` does not support polymorphic types |
| 1259 | (reported by askvortsov@github) |
Tatu Saloranta | 11f7304 | 2013-11-07 22:25:55 -0800 | [diff] [blame] | 1260 | #340: AtomicReference not working with polymorphic types |
| 1261 | #342: Add `DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES` to make `ObjectMapper` |
| 1262 | throw exception when encountering explicitly ignored properties |
| 1263 | (requested by Ruslan M) |
Tatu Saloranta | b4b5903 | 2013-07-16 14:34:53 -0700 | [diff] [blame] | 1264 | [JACKSON-890]: Support managed/back-references for polymorphic (abstract) types |
Tatu Saloranta | eb68099 | 2013-06-24 19:58:32 -0700 | [diff] [blame] | 1265 | - Add 'BeanPropertyWriter.isUnwrapping()' for future needs (by Afterburner) |
Tatu Saloranta | 955d1f9 | 2013-08-10 19:41:47 -0700 | [diff] [blame] | 1266 | - 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] | 1267 | - Add `JsonDeserializer.handledType()` |
Tatu Saloranta | 3955abb | 2013-06-06 15:29:58 -0700 | [diff] [blame] | 1268 | |
Tatu Saloranta | 252d37c | 2014-08-09 11:47:17 -0700 | [diff] [blame] | 1269 | 2.2.4 (10-Jun-2014) |
| 1270 | |
| 1271 | #292: Problems with abstract `Map`s, `Collection`s, polymorphic deserialization |
| 1272 | #324: EnumDeserializer should throw JsonMappingException, not IllegalArgumentException |
| 1273 | #346: Problems deserializing `ObjectNode` from empty JSON Object, with @JsonCreator |
| 1274 | |
| 1275 | 2.2.3 (22-Aug-2013) |
| 1276 | |
| 1277 | #234: Problems with serializing types for deeply nested generic Maps, default typing |
| 1278 | #251: SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN ignored with JsonNode |
| 1279 | serialization |
| 1280 | (reported by fge@github) |
| 1281 | #259: Fix a problem with JSON Schema generation for `@JsonValue` |
| 1282 | (reported by Lior L) |
| 1283 | #267: Handle negative, stringified timestamps |
| 1284 | (reported by Drecth@github) |
| 1285 | #281: Make `NullNode` use configured null-value serializer |
| 1286 | #287: Fix problems with converters, Maps with Object values |
| 1287 | (reported by antubis@github) |
| 1288 | #288: Fix problem with serialization converters assigned with annotations |
| 1289 | (reported by cemo@github) |
| 1290 | |
Tatu Saloranta | df7fb3d | 2013-06-06 14:29:52 -0700 | [diff] [blame] | 1291 | 2.2.2 (26-May-2013) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 1292 | |
Tatu Saloranta | b7d896f | 2013-05-17 21:54:11 -0700 | [diff] [blame] | 1293 | #216: Problems with Android, 1.6-only types |
Tatu Saloranta | ded6b8a | 2013-05-17 21:07:40 -0700 | [diff] [blame] | 1294 | #217: JsonProcessingExceptions not all wrapped as expected |
| 1295 | (reported by karldmoore@github) |
Tatu Saloranta | 29552ca | 2013-05-17 20:36:07 -0700 | [diff] [blame] | 1296 | #220: ContainerNode missing 'createNumber(BigInteger)' |
| 1297 | (reported by Pascal G) |
Tatu Saloranta | 88f44d8 | 2013-05-17 20:05:18 -0700 | [diff] [blame] | 1298 | #223: Duplicated nulls with @JsonFormat(shape=Shape.ARRAY) |
| 1299 | (reported by lukegh@github) |
Tatu Saloranta | d12a42f | 2013-05-25 21:04:52 -0700 | [diff] [blame] | 1300 | #226: Field mapping fail on deserialization to common referenced object when |
| 1301 | @JsonUnwrapped is used |
| 1302 | (reported by ikvia@github) |
Tatu Saloranta | d2ec7c3 | 2013-05-25 17:02:32 -0700 | [diff] [blame] | 1303 | #232: Converting bound BigDecimal value to tree fails with WRITE_BIGDECIMAL_AS_PLAIN |
| 1304 | (reported by celkings@github) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 1305 | - Minor fix to handle primitive types for key deserializer lookups |
Tatu Saloranta | 580b85f | 2013-05-01 21:37:09 -0700 | [diff] [blame] | 1306 | - Add convenience method `MappingIterator.getCurrentLocation()` |
| 1307 | (suggested by Tomdz@github) |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 1308 | |
Tatu Saloranta | ef9e64f | 2013-05-26 22:18:44 -0700 | [diff] [blame] | 1309 | 2.2.1 (03-May-2013) |
| 1310 | |
| 1311 | #214: Problem with LICENSE, NOTICE, Android packaging |
| 1312 | (reported by thierryd@github) |
| 1313 | |
Tatu Saloranta | 688cbc1 | 2013-04-23 22:58:26 -0700 | [diff] [blame] | 1314 | 2.2.0 (22-Apr-2013) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 1315 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 1316 | Fixes: |
| 1317 | |
Tatu Saloranta | 43307b4 | 2013-03-15 15:37:45 -0700 | [diff] [blame] | 1318 | #23: Fixing typing of root-level collections |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1319 | #118: JsonTypeInfo.as.EXTERNAL_PROPERTY not working correctly |
Tatu Saloranta | a795fa2 | 2013-01-18 20:05:11 -0800 | [diff] [blame] | 1320 | with missing type id, scalar types |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1321 | #130: TimeZone not set for GregorianCalendar, even if configured |
| 1322 | #144: MissingNode.isValueNode() should return 'false' |
Tatu Saloranta | 99d9d18 | 2013-01-11 11:47:38 -0800 | [diff] [blame] | 1323 | (reported by 'fge@github') |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1324 | #146: Creator properties were not being renamed as expected |
Tatu Saloranta | f6ce07d | 2013-01-12 11:29:46 -0800 | [diff] [blame] | 1325 | (contributed by Christoper C) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1326 | #188: Problem with ObjectId serialization, 'alwaysAsId' references |
Tatu Saloranta | 99d9d18 | 2013-01-11 11:47:38 -0800 | [diff] [blame] | 1327 | |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 1328 | Improvements: |
| 1329 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1330 | #116: JavaType implements `java.lang.reflect.Type` (as does `TypeReference`) |
| 1331 | #147: Defer reporting of problems with missing creator parameters |
Tatu Saloranta | 6f93156 | 2013-01-12 14:13:42 -0800 | [diff] [blame] | 1332 | (contributed by Christoper C) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1333 | #155: Make `ObjectNode` and `ArrayNode` final (other node types already were) |
Tatu Saloranta | 8640b59 | 2013-02-08 11:04:22 -0800 | [diff] [blame] | 1334 | (requested by fge@github) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1335 | #161: Add deserializer for java.util.concurrent.ArrayBlockingQueue |
| 1336 | #173: Add 'JsonNode.traverse(ObjectCodec)' for convenience |
Tatu Saloranta | 1e0a766 | 2013-04-08 15:34:02 -0700 | [diff] [blame] | 1337 | #181: Improve error reporting for missing '_valueDeserializer' |
Tatu Saloranta | dfb697a | 2013-03-28 15:11:48 -0700 | [diff] [blame] | 1338 | #194: Add `FloatNode` type in tree model (JsonNode) |
| 1339 | (requested by msteiger@github) |
Tatu Saloranta | 10dc5c9 | 2013-04-07 16:11:10 -0700 | [diff] [blame] | 1340 | #199: Allow deserializing `Iterable` instances (as basic `Collection`s) |
| 1341 | (requested by electrum@github) |
Tatu Saloranta | 9adb08e | 2013-04-11 16:29:59 -0700 | [diff] [blame] | 1342 | #206: Make 'ObjectMapper.createDeserializationContext()' overridable |
| 1343 | (requested by noter@github) |
Tatu Saloranta | 0a4a031 | 2013-04-16 20:02:37 -0700 | [diff] [blame] | 1344 | #207: Add explicit support for `short` datatypes, for tree model |
| 1345 | (contributed by msteiger@github) |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 1346 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 1347 | New features: |
| 1348 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1349 | #120: Extend BeanDeserializerModifier to work with non-POJO deserializers |
| 1350 | #121: Extend BeanSerializerModifier to work with non-POJO serializers |
| 1351 | #124: Add support for serialization converters (@JsonSerializer(converter=...)) |
| 1352 | #124: Add support for deserialization converters (@JsonDeserializer(converter=...)) |
| 1353 | #140: Add 'SerializationFeature.WRITE_BIGDECIMAL_AS_PLAIN' to allow forcing |
Tatu Saloranta | ac5edb8 | 2013-01-06 08:27:50 -0800 | [diff] [blame] | 1354 | of non-scientific notation when serializing BigDecimals. |
| 1355 | (suggested by phedny@github) |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1356 | #148: Add 'DeserializationFeature.FAIL_ON_INVALID_SUBTYPE`, which allows mapping |
Tatu Saloranta | 192c1dc | 2013-02-06 22:28:58 -0800 | [diff] [blame] | 1357 | entries with missing or invalid type id into null references (instead of failing). |
| 1358 | Also allows use of '@JsonTypeInfo.defaultImpl = NoClass.class' as alternative. |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1359 | #159: Add more accessors in 'MappingIterator': getParser(), getParserSchema(), |
Tatu Saloranta | de7e924 | 2013-02-04 16:24:40 -0800 | [diff] [blame] | 1360 | readAll() |
| 1361 | (suggested by Tom D) |
Tatu Saloranta | 8f2ea6c | 2013-03-28 15:46:06 -0700 | [diff] [blame] | 1362 | #190: Add 'MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS' (default: true) for |
| 1363 | pruning out final fields (to avoid using as mutators) |
| 1364 | (requested by Eric T) |
Tatu Saloranta | 21d8357 | 2013-03-28 14:18:48 -0700 | [diff] [blame] | 1365 | #195: Add 'MapperFeature.INFER_PROPERTY_MUTATORS' (default: enabled) for finer |
| 1366 | control of what mutators are auto-detected. |
| 1367 | (requested by Dain S) |
Tatu Saloranta | 4208653 | 2013-04-11 16:42:08 -0700 | [diff] [blame] | 1368 | #198: Add SPI metadata, handling in ObjectMapper (findModules()), for |
| 1369 | automatic registration of auto-detected extension modules |
| 1370 | (suggested by 'beamerblvd@github') |
Tatu Saloranta | c7112ff | 2013-04-09 15:47:23 -0700 | [diff] [blame] | 1371 | #203: Added new features to support advanced date/time handling: |
| 1372 | - SerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS |
| 1373 | - DeserializationFeature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS |
| 1374 | - DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE |
Tatu Saloranta | d8b4071 | 2012-11-20 19:01:14 -0800 | [diff] [blame] | 1375 | |
Tatu Saloranta | 4f62fed | 2013-01-11 19:43:26 -0800 | [diff] [blame] | 1376 | Other: |
| 1377 | |
Tatu Saloranta | 20d53b0 | 2013-03-10 22:56:23 -0700 | [diff] [blame] | 1378 | #126: Update JDK baseline to 1.6 |
Tatu Saloranta | a795fa2 | 2013-01-18 20:05:11 -0800 | [diff] [blame] | 1379 | * API under 'com.fasterxml.jackson.databind.jsonFormatVisitors' changed significantly |
| 1380 | based on experiences with external JSON Schema generator. |
| 1381 | * Version information accessed via code-generated access class, instead of reading |
| 1382 | VERSION.txt |
Tatu Saloranta | cc73752 | 2013-03-03 13:11:25 -0800 | [diff] [blame] | 1383 | * Added 2 methods in Converter interface: getInputType(), getOutputType(), |
| 1384 | to allow programmatic overrides (needed by JAXB annotation module) |
Tatu Saloranta | 4f62fed | 2013-01-11 19:43:26 -0800 | [diff] [blame] | 1385 | |
Tatu Saloranta | 7126f55 | 2013-03-10 20:14:41 -0700 | [diff] [blame] | 1386 | 2.1.4 (26-Feb-2013) |
| 1387 | |
| 1388 | * [JACKSON-887]: StackOverflow with parameterized sub-class field |
| 1389 | (reported by Alexander M) |
| 1390 | * [#130]: TimeZone not set for GregorianCalendar, when deserializing |
| 1391 | * [#157]: NPE when registering module twice |
| 1392 | * [#162]: JsonNodeFactory: work around an old bug with BigDecimal and zero |
| 1393 | (submitted by fge@github) |
| 1394 | * [#166]: Incorrect optimization for `ObjectMapper.convertValue(Class)` |
| 1395 | (reported by Eric T) |
| 1396 | * [#167]: Problems with @JsonValue, polymorphic types (regression from 1.x) |
| 1397 | (reported by Eric T) |
| 1398 | * [#170]: Problems deserializing `java.io.File` if creator auto-discovery disabled |
| 1399 | (reported by Eric T) |
| 1400 | * [#175]: NPE for JsonMappingException, if no path is specified |
| 1401 | (reported by bramp@github) |
| 1402 | |
| 1403 | 2.1.3 (19-Jan-2013) |
| 1404 | |
| 1405 | * [Issue#141]: ACCEPT_EMPTY_STRING_AS_NULL_OBJECT not working for enums |
| 1406 | * [Issue#142]: Serialization of class containing EnumMap with polymorphic enum |
| 1407 | fails to generate class type data |
| 1408 | (reported by kidavis4@github) |
| 1409 | |
| 1410 | 2.1.2 (04-Dec-2012) |
| 1411 | |
| 1412 | * [Issue#106]: NPE in ObjectArraySerializer.createContextual(...) |
| 1413 | * [Issue#117]: HandlerInstantiator defaulting not working |
| 1414 | (reported by Alexander B) |
| 1415 | * [Issue#118]: Problems with JsonTypeInfo.As.EXTERNAL_PROPERTY, scalar values |
| 1416 | (reported by Adva11@github) |
| 1417 | * [Issue#119]: Problems with @JsonValue, JsonTypeInfo.As.EXTERNAL_PROPERTY |
| 1418 | (reported by Adva11@github) |
| 1419 | * [Issue#122]: ObjectMapper.copy() was not copying underlying mix-in map |
| 1420 | (reported by rzlo@github) |
| 1421 | |
Tatu Saloranta | 6426e04 | 2012-11-12 14:31:50 -0800 | [diff] [blame] | 1422 | 2.1.1 (11-Nov-2012) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 1423 | |
| 1424 | Fixes: |
| 1425 | |
Tatu Saloranta | 002b54f | 2012-11-08 13:21:50 -0800 | [diff] [blame] | 1426 | * [JACKSON-875]: Enum values not found if Feature.USE_ANNOTATIONS disabled |
| 1427 | (reported by Laurent P) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 1428 | * [Issue#93]: ObjectNode.setAll() broken; would not add anything for |
| 1429 | empty ObjectNodes. |
| 1430 | (reported by Francis G) |
Tatu Saloranta | a50e76b | 2012-11-01 19:34:49 -0700 | [diff] [blame] | 1431 | * Making things implement java.io.Serializable: |
Tatu Saloranta | 9252171 | 2012-11-06 16:59:51 -0800 | [diff] [blame] | 1432 | - Issues: #94, #99, #100, #102 |
| 1433 | (reported by Sean B) |
Tatu Saloranta | 231be53 | 2012-10-26 18:19:42 -0700 | [diff] [blame] | 1434 | * [Issue#96]: Problem with JsonTypeInfo.As.EXTERNAL_PROPERTY, defaultImpl |
| 1435 | (reported by Adva11@github) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 1436 | |
Tatu Saloranta | a50e76b | 2012-11-01 19:34:49 -0700 | [diff] [blame] | 1437 | 2.1.0 (08-Oct-2012) |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 1438 | |
Tatu Saloranta | 3e96cf6 | 2012-10-05 21:38:16 -0700 | [diff] [blame] | 1439 | New minor version for 2.x series. Major improvements in multiple areas, |
| 1440 | including: |
| 1441 | |
| 1442 | - Dataformat auto-detection |
| 1443 | - More `@JsonFormat.shape` variant to serialize Collections as |
| 1444 | JSON Objects, POJOs as JSON Arrays (csv-like). |
| 1445 | - Much more configuration accessible via ObjectReader, ObjectWriter |
| 1446 | - New mechanism for JSON Schema generation, other uses (in future) |
Tatu Saloranta | c277641 | 2012-05-14 19:40:57 -0700 | [diff] [blame] | 1447 | |
| 1448 | Fixes: |
| 1449 | |
Tatu Saloranta | 01006e3 | 2012-08-24 14:35:55 -0700 | [diff] [blame] | 1450 | * [JACKSON-830]/[Issue#19]: Change OSGi bundle name to be fully-qualified |
Tatu Saloranta | e8c1b53 | 2012-08-29 11:49:21 -0700 | [diff] [blame] | 1451 | * ]JACKSON-847]: Make @JsonIdentityInfo work with property-based creator |
Tatu Saloranta | bc483d1 | 2012-08-01 23:35:59 -0700 | [diff] [blame] | 1452 | * [JACKSON-851]: State corruption with ObjectWriter, DefaultPrettyPrinter |
| 1453 | (reported by Duncan A) |
Tatu Saloranta | 8075bfa | 2012-09-29 22:55:20 -0700 | [diff] [blame] | 1454 | * [Issue#75]: Too aggressive KeySerializer caching |
Tatu Saloranta | 01006e3 | 2012-08-24 14:35:55 -0700 | [diff] [blame] | 1455 | * Minor fix wrt [Issue#11], coercion needed extra checks |
Tatu Saloranta | fcbce11 | 2012-06-28 14:43:43 -0700 | [diff] [blame] | 1456 | |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 1457 | Improvements: |
| 1458 | |
Tatu Saloranta | ac1f2ab | 2012-08-01 19:49:20 -0700 | [diff] [blame] | 1459 | * [JACKSON-758]: Remove 'IOException' from throws clauses of "writeValueAsString" |
| 1460 | and "writeValueAsBytes" of ObjectMapper/ObjectWriter |
| 1461 | (suggested by G-T Chen) |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 1462 | * [JACKSON-839]: Allow "upgrade" of integer number types for |
| 1463 | UntypedObjectDeserializer, even with default typing enabled. |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 1464 | * [JACKSON-850]: Allow use of zero-arg factory methods as "default creator" |
| 1465 | (suggested by Razvan D) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1466 | * [Issue#9]: Implement 'required' JSON Schema attribute for bean properties |
| 1467 | * [Issue#20]: Add new exception type, InvalidFormatException (sub-type of |
Tatu Saloranta | dd34856 | 2012-07-18 17:25:02 -0700 | [diff] [blame] | 1468 | JsonMappingException) to indicate data format problems |
| 1469 | (suggested by HolySamosa@github) |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 1470 | * [Issue#30]: ObjectReader and ObjectWriter now try to pre-fetch root |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 1471 | (de)serializer if possible; minor performance improvement (2% for small POJOs). |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 1472 | * [Issue#33]: Simplified/clarified definition of 'ObjectReader.readValues()'; |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 1473 | minor change in behavior for JSON Array "wrapped" sequences |
Tatu Saloranta | 2aa6dc8 | 2012-08-29 23:06:06 -0700 | [diff] [blame] | 1474 | * [Issue#60]: Add 'JsonNode.hasNonNull(...)' method(s) |
| 1475 | (suggested by Jeff S on mailing list) |
Tatu Saloranta | eb4e6b1 | 2012-08-30 19:02:17 -0700 | [diff] [blame] | 1476 | * [Issue#64]: Add new "standard" PropertyNamingStrategy, PascalCaseStrategy |
| 1477 | (PropertyNamingStrategy.PASCAL_CASE_TO_CAMEL_CASE) |
| 1478 | (contributed by Sean B) |
Tatu Saloranta | 0dc8dec | 2012-09-06 17:08:29 -0700 | [diff] [blame] | 1479 | * [Issue#65]: Add getters to `ObjectMapper`, DeserializationContext/-Factory. |
| 1480 | (contributed by Dmitry K) |
Tatu Saloranta | ab374c7 | 2012-09-04 22:10:52 -0700 | [diff] [blame] | 1481 | * [Issue#69]: Add `PropertyName` abstraction, new methods in AnnotationIntrospector |
Tatu Saloranta | 4984d59 | 2012-09-30 18:04:39 -0700 | [diff] [blame] | 1482 | * [Issue#80]: Make `DecimalNode` normalize input, to make "1.0" and "1.00"equal |
| 1483 | (reported by fge@github) |
Tatu Saloranta | ce7398c | 2012-05-30 20:45:03 -0700 | [diff] [blame] | 1484 | |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 1485 | New features: |
| 1486 | |
Tatu Saloranta | d163f5e | 2012-08-20 16:49:15 -0700 | [diff] [blame] | 1487 | * [Issue#15]: Support data format auto-detection via ObjectReader (added |
| 1488 | 'withFormatDetection(...)' fluent factories) |
Tatu Saloranta | 767cead | 2012-08-13 16:27:45 -0700 | [diff] [blame] | 1489 | * [Issue#21]: Add 'ObjectNode.set(...)' method (and related) to improve |
| 1490 | chaining, semantic consistency of Tree Model API |
| 1491 | (suggested by fge@Github) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1492 | * [Issue#22]: Add 'ObjectMapper.setAnnotationIntrospectors()' which allows |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 1493 | defining different introspectors for serialization, deserialization |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1494 | * [Issue#24]: Allow serialization of Enums as JSON Objects |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 1495 | (suggested by rveloso@github) |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1496 | * [Issue#28]: Add 'ObjectMapper.copy()', to create non-linked copy of |
| 1497 | mapper, with same configuration settings |
| 1498 | * [Issue#29]: Allow serializing, deserializing POJOs as JSON Arrays |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 1499 | by using `@JsonFormat(shape=Shape.ARRAY)` |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1500 | * [Issue#40]: Allow serialization of Collections as JSON Objects |
Tatu Saloranta | 15d6ea2 | 2012-08-03 18:29:23 -0700 | [diff] [blame] | 1501 | (and deserialization from) |
Tatu Saloranta | 8d2cdd7 | 2012-08-13 23:10:51 -0700 | [diff] [blame] | 1502 | (suggested by 'rveloso@github') |
| 1503 | * [Issue#42]: Allow specifying Base64 variant to use for Base64-encoded data |
| 1504 | using ObjectReader.with(Base64Variant), ObjectWriter.with(Base64Variant). |
| 1505 | (suggested by 'mpfau@github') |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 1506 | * [Issue#45]: Add '@JsonNaming' annotation to define per-class PropertyNamingStrategy |
| 1507 | (suggested by Mark W) |
Tatu Saloranta | 4526796 | 2012-08-28 10:10:43 -0700 | [diff] [blame] | 1508 | * [Pull#58]: Make 'MappingIterator' implement 'Closable' |
| 1509 | (contributed by Pascal G) |
Tatu Saloranta | f412e85 | 2012-09-11 22:05:51 -0700 | [diff] [blame] | 1510 | * [Issue#72]: Add 'MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME' to use |
| 1511 | wrapper name annotations for renaming properties |
Tatu Saloranta | 06a23ce | 2012-10-03 17:18:47 -0700 | [diff] [blame] | 1512 | * [Issue#87]: Add 'StdDelegatingSerializer', 'StdDelegatingDeserializer' to |
| 1513 | simplify writing of two-step handlers |
Tatu Saloranta | 88040e2 | 2012-08-24 13:33:00 -0700 | [diff] [blame] | 1514 | * (issue #4 of jackson-annotations): Add `@JsonIdentityReference(alwaysAsId=true)` |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 1515 | 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] | 1516 | * Added 'ObjectReader#withHandler' to allow for reconfiguring deserialization |
| 1517 | problem handler |
| 1518 | (suggested by 'electricmonk') |
Tatu Saloranta | 6cada0a | 2012-07-31 22:24:03 -0700 | [diff] [blame] | 1519 | |
Tatu Saloranta | 2b4086a | 2012-06-29 20:27:24 -0700 | [diff] [blame] | 1520 | Other changes: |
| 1521 | |
| 1522 | * New variant of AnnotationIntrospector.getFormat(), to support class |
| 1523 | annotations |
Tatu Saloranta | 134d356 | 2012-07-05 21:38:46 -0700 | [diff] [blame] | 1524 | * It is now possible to serialize instances of plain old Object, iff |
| 1525 | 'FAIL_ON_EMPTY_BEANS' is disabled. |
Tatu Saloranta | 9b84796 | 2012-09-11 15:16:41 -0700 | [diff] [blame] | 1526 | * Trying to remove reference to "JSON" in datatype conversion errors |
| 1527 | (since databinding is format-agnostic) |
Tatu Saloranta | 2b4086a | 2012-06-29 20:27:24 -0700 | [diff] [blame] | 1528 | |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 1529 | INCOMPATIBILITIES: (rats!) |
| 1530 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1531 | * Note that [Issue#33] (see above) is, technically speaking, backwards |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 1532 | imcompatible change. It is estimated that it should NOT affect most |
| 1533 | users, as changes are to edge cases (and undocumented ones at that). |
| 1534 | However, it can potentially cause problems with upgrade. |
Tatu Saloranta | 45c7f24 | 2012-10-03 22:36:17 -0700 | [diff] [blame] | 1535 | * Implementation of `JsonFormatVisitable` resulting in 2 new methods |
| 1536 | being added in `BeanPropertyFilter` interface -- this is unfortunate, |
| 1537 | but was required to support full traversability. |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 1538 | |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 1539 | 2.0.4 (26-Jun-2012) |
| 1540 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1541 | * [Issue#6]: element count for PrettyPrinter, endObject wrong |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 1542 | (reported by "thebluemountain") |
| 1543 | * [JACKSON-838]: Utf8StreamParser._reportInvalidToken() skips letters |
| 1544 | from reported token name |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 1545 | (reported by Lóránt Pintér) |
Tatu Saloranta | a12061f | 2012-07-20 21:42:26 -0700 | [diff] [blame] | 1546 | * [JACKSON-841] Data is doubled in SegmentedStringWriter output |
| 1547 | (reported by Scott S) |
| 1548 | * [JACKSON-842] ArrayIndexOutOfBoundsException when skipping C-style comments |
| 1549 | (reported by Sebastien R) |
| 1550 | |
| 1551 | 2.0.3: no version 2.0.3 released -- only used for extension modules |
| 1552 | |
Tatu Saloranta | c277641 | 2012-05-14 19:40:57 -0700 | [diff] [blame] | 1553 | 2.0.2 [14-May-2012] |
Tatu Saloranta | 23e267c | 2012-04-23 19:22:04 -0700 | [diff] [blame] | 1554 | |
| 1555 | Fixes: |
| 1556 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1557 | * [Issue#14]: Annotations were not included from parent classes of |
Tatu Saloranta | 1b30b1a | 2012-04-28 00:43:34 -0700 | [diff] [blame] | 1558 | mix-in classes |
| 1559 | (reported by @guillaup) |
Tatu Saloranta | e16034e | 2012-04-30 22:51:36 -0700 | [diff] [blame] | 1560 | * [JACKSON-824]: Combination of JSON Views, ObjectMapper.readerForUpdating() |
| 1561 | was not working |
| 1562 | (reported by Nir S) |
Tatu Saloranta | b8f79ed | 2012-05-14 19:04:53 -0700 | [diff] [blame] | 1563 | (and all fixes from 1.9.7) |
Tatu Saloranta | 1b30b1a | 2012-04-28 00:43:34 -0700 | [diff] [blame] | 1564 | |
Tatu Saloranta | cfa2fc1 | 2012-04-27 19:31:28 -0700 | [diff] [blame] | 1565 | Improvements: |
| 1566 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1567 | * [Issue#11]: Improve ObjectMapper.convertValue()/.treeToValue() to use |
Tatu Saloranta | cfa2fc1 | 2012-04-27 19:31:28 -0700 | [diff] [blame] | 1568 | cast if possible |
| 1569 | |
Tatu Saloranta | 23e267c | 2012-04-23 19:22:04 -0700 | [diff] [blame] | 1570 | 2.0.1 [23-Apr-2012] |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 1571 | |
| 1572 | Fixes: |
| 1573 | |
Tatu Saloranta | fc3db39 | 2012-04-23 18:49:08 -0700 | [diff] [blame] | 1574 | * [JACKSON-827] Ensure core packages work on JDK 1.5 |
| 1575 | (reported by Pascal g) |
Tatu Saloranta | ae4ea6e | 2012-04-19 19:47:53 -0700 | [diff] [blame] | 1576 | * [JACKSON-829] Custom serializers not working for List<String> properties, |
| 1577 | @JsonSerialize(contentUsing) |
| 1578 | (reported by James R) |
| 1579 | |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 1580 | Improvements: |
| 1581 | |
Tatu Saloranta | 7ccce01 | 2012-08-04 16:17:54 -0700 | [diff] [blame] | 1582 | * [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] | 1583 | StdKeyDeserializers |
| 1584 | (contributed by Ryan G) |
| 1585 | |
Tatu Saloranta | fc3db39 | 2012-04-23 18:49:08 -0700 | [diff] [blame] | 1586 | 2.0.0 [25-Mar-2012] |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 1587 | |
| 1588 | Fixes: |
| 1589 | |
Tatu Saloranta | 337feca | 2012-03-19 19:11:21 -0700 | [diff] [blame] | 1590 | * [JACKSON-368]: Problems with managed references, abstract types |
Tatu | 3af61ff | 2012-01-19 15:58:41 -0800 | [diff] [blame] | 1591 | * [JACKSON-711]: Delegating @JsonCreator did not work with Injectable values |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 1592 | * [JACKSON-798]: Problem with external type id, creators |
| 1593 | (reported by Casey L) |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 1594 | (and all fixes up until and including 1.9.6) |
Tatu | 9e6c28f | 2012-01-19 15:58:08 -0800 | [diff] [blame] | 1595 | |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 1596 | Improvements: |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 1597 | |
Tatu Saloranta | 28ff1a9 | 2012-01-17 17:54:51 -0800 | [diff] [blame] | 1598 | * [JACKSON-546]: Indicate end-of-input with JsonMappingException instead |
| 1599 | of EOFException, when there is no parsing exception |
Tatu Saloranta | ee6e3d1 | 2012-01-17 17:28:39 -0800 | [diff] [blame] | 1600 | * [JACKSON-664]: Reduce overhead of type resolution by adding caching |
| 1601 | in TypeFactory |
Tatu Saloranta | 7555fa2 | 2012-01-14 23:03:04 -0800 | [diff] [blame] | 1602 | * [JACKSON-690]: Pass DeserializationContext through ValueInstantiator |
Tatu | 418a239 | 2012-01-12 21:52:07 -0800 | [diff] [blame] | 1603 | * [JACKSON-695]: Add 'isEmpty(value)' in JsonSerializer to allow |
| 1604 | customizing handling of serialization of empty values |
Tatu Saloranta | 15fb6ff | 2012-01-14 10:31:35 -0800 | [diff] [blame] | 1605 | * [JACKSON-710]: 'ObjectMapper.convertValue()' should ignore root value |
| 1606 | wrapping/unwrapping settings |
Tatu | 6066826 | 2012-01-19 14:21:12 -0800 | [diff] [blame] | 1607 | * [JACKSON-730] Split various features (JsonParser, JsonGenerator, |
| 1608 | SerializationConfig, DeserializationConfig) into per-factory |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 1609 | features (MapperFeature, JsonFactory.Feature) an per |
Tatu | 6066826 | 2012-01-19 14:21:12 -0800 | [diff] [blame] | 1610 | instance features (existing ones) |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 1611 | * [JACKSON-732]: Allow 'AnnotationIntrospector.findContentDeserializer()' |
| 1612 | (and similar) to return instance, not just Class<?> for instance |
| 1613 | (requested by James R) |
Tatu Saloranta | 4b02e9e | 2012-02-03 18:41:29 -0800 | [diff] [blame] | 1614 | * [JACKSON-736]: Add (more) access to array, container and map serializers |
Tatu Saloranta | c166fa3 | 2012-02-03 19:42:41 -0800 | [diff] [blame] | 1615 | * [JACKSON-737]: Allow accessing of "creator properties" for BeanDeserializer |
Tatu | cbbfbd3 | 2012-01-20 16:07:51 -0800 | [diff] [blame] | 1616 | * [JACKSON-748]: Add 'registerSubtypes' to 'Module.setupContext' (and SimpleModule) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 1617 | * [JACKSON-749]: Make @JsonValue work for Enum deserialization |
Tatu | b471a04 | 2012-01-27 11:51:39 -0800 | [diff] [blame] | 1618 | * [JACKSON-769]: ObjectNode/ArrayNode: change 'put', 'insert', 'add' to return |
| 1619 | 'this node' (unless already returning something) |
Tatu Saloranta | e5d7769 | 2012-01-29 11:20:26 -0800 | [diff] [blame] | 1620 | * [JACKSON-770]: Simplify method naming for JsonNode, drop unnecessary 'get' prefix |
| 1621 | from methods like 'getTextValue()' (becomes 'textValue()') |
Tatu | 9610aff | 2012-02-02 11:30:08 -0800 | [diff] [blame] | 1622 | * [JACKSON-777]: Rename 'SerializationConfig.Feature' as 'SerializationFeature', |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 1623 | 'DeserializationConfig.Feature' as 'DeserializationFeature' |
Tatu Saloranta | dfc4c88 | 2012-02-11 13:54:27 -0800 | [diff] [blame] | 1624 | * [JACKSON-780]: MissingNode, NullNode should return 'defaultValue' from 'asXxx' methods, |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 1625 | (not 0 for numbers), as they are not numeric types |
Tatu Saloranta | 3ae9c39 | 2012-05-18 16:45:47 -0700 | [diff] [blame] | 1626 | * [JACKSON-787]: Allow use of @JsonIgnoreProperties for properties (fields, getters, setters) |
Tatu Saloranta | 2880872 | 2012-02-24 18:35:50 -0800 | [diff] [blame] | 1627 | * [JACKSON-795]: @JsonValue was not working for Maps, Collections |
Tatu Saloranta | cf5d547 | 2012-03-03 11:47:51 -0800 | [diff] [blame] | 1628 | * [JACKSON-800]: Add 'Module.SetupContext#addDeserializationProblemHandler' |
| 1629 | (suggested by James R) |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 1630 | |
| 1631 | New features: |
| 1632 | |
Tatu Saloranta | c99a784 | 2012-02-22 18:09:00 -0800 | [diff] [blame] | 1633 | * [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs), |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 1634 | with @JsonIdentityInfo |
Tatu Saloranta | 26b2e1b | 2012-02-22 22:50:21 -0800 | [diff] [blame] | 1635 | * [JACKSON-435]: Allow per-property Date formatting using @JsonFormat. |
Tatu Saloranta | 8958048 | 2012-01-20 22:08:56 -0800 | [diff] [blame] | 1636 | * [JACKSON-437]: Allow injecting of type id as POJO property, by setting |
| 1637 | new '@JsonTypeInfo.visible' property to true. |
Tatu Saloranta | 17ad21f | 2012-02-19 10:01:31 -0800 | [diff] [blame] | 1638 | * [JACKSON-469]: Support "Builder pattern" for deserialiation; that is, allow |
| 1639 | use of separate Builder object for data binding, creating actual value |
Tatu Saloranta | 7324b9b | 2012-02-02 21:51:16 -0800 | [diff] [blame] | 1640 | * [JACKSON-608]: Allow use of JSON Views for deserialization |
Tatu Saloranta | 49117e0 | 2012-03-03 16:01:12 -0800 | [diff] [blame] | 1641 | * [JACKSON-636]: Add 'SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS' to allow |
| 1642 | forced sorting of Maps during serialization |
| 1643 | (suggested by Joern H) |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 1644 | * [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties |
| 1645 | (requested by Aner P) |
Tatu Saloranta | f0e232d | 2012-01-29 16:44:28 -0800 | [diff] [blame] | 1646 | * [JACKSON-707]: Add 'JsonNode.deepCopy()', to create safe deep copies |
| 1647 | of ObjectNodes, ArrayNodes. |
Tatu Saloranta | ff8c08c | 2012-02-21 22:21:21 -0800 | [diff] [blame] | 1648 | * [JACKSON-714]: Add general-purpose @JsonFormat annotation |
Tatu | bc4153e | 2012-01-18 15:05:44 -0800 | [diff] [blame] | 1649 | * [JACKSON-718]: Added 'JsonNode.canConvertToInt()', 'JsonNode.canConvertToLong()' |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 1650 | * [JACKSON-747]: Allow changing of 'SerializationFeature' for ObjectWriter, |
| 1651 | 'DeserializationFeature' for ObjectReader. |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 1652 | * [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include) |
Tatu Saloranta | f7c45bf | 2012-01-16 18:26:47 -0800 | [diff] [blame] | 1653 | * [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation |
| 1654 | bundles" (also: AnnotationIntrospector.isAnnotationBundle()) |
Tatu | bbebf46 | 2012-02-03 17:44:31 -0800 | [diff] [blame] | 1655 | * [JACKSON-762]: Allow using @JsonTypeId to specify property to use as |
| 1656 | type id, instead of using separate type id resolver. |
Tatu Saloranta | e196174 | 2012-01-22 16:03:47 -0800 | [diff] [blame] | 1657 | * [JACKSON-764]: Allow specifying "root name" to use for root wrapping |
| 1658 | via ObjectReader, ObjectWriter. |
Tatu Saloranta | 361c0a8 | 2012-02-24 18:16:29 -0800 | [diff] [blame] | 1659 | * [JACKSON-772]: Add 'JsonNode.withArray()' to use for traversing Array nodes. |
| 1660 | * [JACKSON-793]: Add support for configurable Locale, TimeZone to use |
| 1661 | (via SerializationConfig, DeserializationConfig) |
Tatu Saloranta | 048832d | 2012-03-09 21:48:40 -0800 | [diff] [blame] | 1662 | * [JACKSON-805]: Add 'SerializationFeature.WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED' |
| 1663 | to improve interoperability with BadgerFish/Jettison |
Tatu Saloranta | f293cc4 | 2012-03-24 21:10:18 -0700 | [diff] [blame] | 1664 | * [JACKSON-810]: Deserialization Feature: Allow unknown Enum values via |
| 1665 | 'DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL' |
| 1666 | (suggested by Raymond R) |
Tatu Saloranta | 33a9a93 | 2012-03-21 18:12:14 -0700 | [diff] [blame] | 1667 | * [JACKSON-813]: Add '@JsonSerializableSchema.id' attribute, to indicate |
| 1668 | 'id' value to add to generated JSON Schemas. |
Tatu Saloranta | 2aa6484 | 2012-01-14 22:25:08 -0800 | [diff] [blame] | 1669 | |
Tatu Saloranta | 703bf4a | 2012-01-11 22:14:37 -0800 | [diff] [blame] | 1670 | [entries for versions 1.x and earlier not retained; refer to earlier releases) |