Tatu Saloranta | bc2666d | 2013-12-10 19:30:47 -0800 | [diff] [blame] | 1 | Here are people who have contributed to the development of Jackson JSON processor |
Tatu Saloranta | 4efb7c6 | 2013-01-11 10:43:04 -0800 | [diff] [blame] | 2 | databind core component, version 2.x |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 3 | (version numbers in brackets indicate release in which the problem was fixed) |
| 4 | |
Tatu Saloranta | 4efb7c6 | 2013-01-11 10:43:04 -0800 | [diff] [blame] | 5 | (note: for older credits, check out release notes for 1.x versions) |
| 6 | |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 7 | Tatu Saloranta, tatu.saloranta@iki.fi: author |
| 8 | |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 9 | Pascal Glinas: |
Tatu Saloranta | 91c7b74 | 2012-08-28 10:38:09 -0700 | [diff] [blame] | 10 | * Contributed fixes to 'MappingIterator' handling (Pull#58 and Pull#59) |
| 11 | (2.1.0) |
Tatu Saloranta | 29552ca | 2013-05-17 20:36:07 -0700 | [diff] [blame] | 12 | * Reported #220: ContainerNode missing 'createNumber(BigInteger)' |
| 13 | (2.2.2) |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 14 | |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 15 | Joern Huxhorn: (huxi@github) |
Tatu Saloranta | 49117e0 | 2012-03-03 16:01:12 -0800 | [diff] [blame] | 16 | * Suggested [JACKSON-636]: Add 'SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS' to allow |
| 17 | forced sorting of Maps during serialization |
Tatu Saloranta | 91c7b74 | 2012-08-28 10:38:09 -0700 | [diff] [blame] | 18 | (2.0.0) |
Tatu Saloranta | af53189 | 2014-06-04 18:29:07 -0700 | [diff] [blame] | 19 | * Reported #479: NPE on trying to deserialize a `String[]` that contains null |
| 20 | (2.4.1) |
Tatu Saloranta | a1d0251 | 2016-10-12 23:02:32 -0700 | [diff] [blame] | 21 | * Reported #1411: MapSerializer._orderEntries should check for null keys |
| 22 | (2.7.9) |
Tatu Saloranta | 49117e0 | 2012-03-03 16:01:12 -0800 | [diff] [blame] | 23 | |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 24 | James Roper: |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 25 | * Requested [JACKSON-732]: Allow 'AnnotationIntrospector.findContentDeserializer()' |
Tatu Saloranta | a03e0eb | 2012-01-14 14:01:39 -0800 | [diff] [blame] | 26 | (and similar) to return instance, not just Class<?> for instance |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 27 | (2.0.0) |
| 28 | * Suggested [JACKSON-800]: Adding a method for letting modules register |
Tatu Saloranta | cf5d547 | 2012-03-03 11:47:51 -0800 | [diff] [blame] | 29 | DeserializationProblemHandlers |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 30 | (2.0.0) |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 31 | |
| 32 | Casey Lucas: |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 33 | * Reported [JACKSON-798]: Problem with external type id, creators |
| 34 | (2.0.0) |
Tatu Saloranta | e1ceccd | 2012-03-04 19:52:36 -0800 | [diff] [blame] | 35 | |
Tatu Saloranta | 724bea3 | 2012-03-19 18:11:29 -0700 | [diff] [blame] | 36 | Tammo van Lessen: |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 37 | * Reported [JACKSON-811]: Problems with @JsonIdentityInfo, abstract types |
| 38 | (2.0.0) |
| 39 | * Reported [JACKSON-814]: Parsing RFC822/RFC1123 dates failes on non-US locales |
| 40 | (2.0.0) |
Tatu Saloranta | f293cc4 | 2012-03-24 21:10:18 -0700 | [diff] [blame] | 41 | |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 42 | Raymond Myers: |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 43 | * Suggested [JACKSON-810]: Deserialization Feature: Allow unknown Enum values via |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 44 | 'DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL' |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 45 | (2.0.0) |
Tatu Saloranta | f293cc4 | 2012-03-24 21:10:18 -0700 | [diff] [blame] | 46 | |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 47 | Ryan Gardner: |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 48 | * Contributed #5 -- Add support for maps with java.util.Locale keys |
Tatu Saloranta | 737ad05 | 2012-04-02 21:04:47 -0700 | [diff] [blame] | 49 | to the set of StdKeyDeserializers |
Tatu Saloranta | 11cec4d | 2012-07-22 22:33:20 -0700 | [diff] [blame] | 50 | (2.0.1) |
| 51 | |
| 52 | Razvan Dragut: |
| 53 | * Suggested [JACKSON-850]: Allow use of zero-arg factory methods as "default creator" |
| 54 | (2.1.0) |
Tatu Saloranta | bc483d1 | 2012-08-01 23:35:59 -0700 | [diff] [blame] | 55 | |
| 56 | Duncan Atkinson: |
| 57 | * Reported [JACKSON-851]: State corruption with ObjectWriter, DefaultPrettyPrinter |
| 58 | (2.1.0) |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 59 | |
| 60 | Mark Wolfe: |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 61 | * Suggested #45: Add `@JsonNaming()` for per-class naming strategy overrides |
Tatu Saloranta | 023d8bd | 2012-08-13 22:17:28 -0700 | [diff] [blame] | 62 | (2.1.0) |
Tatu Saloranta | 0dc8dec | 2012-09-06 17:08:29 -0700 | [diff] [blame] | 63 | |
| 64 | Dmitry Katsubo: |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 65 | * Contributed patch for #65: Add getters to `ObjectMapper`, DeserializationContext, |
Tatu Saloranta | 0dc8dec | 2012-09-06 17:08:29 -0700 | [diff] [blame] | 66 | DeserializationFactory. |
| 67 | (2.1.0) |
| 68 | |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 69 | Francis Galiegue: |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 70 | * Reported #93 (and suggested fix): bug in `ObjectMapper.setAll(...)' |
Tatu Saloranta | 41a152a | 2012-10-20 11:18:03 -0700 | [diff] [blame] | 71 | implementation |
| 72 | (2.1.1) |
Tatu | e2f9ea5 | 2014-04-07 09:58:56 -0700 | [diff] [blame] | 73 | * Reported #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects |
Tatu Saloranta | 511f289 | 2014-04-04 19:22:48 -0700 | [diff] [blame] | 74 | into a POJONode |
| 75 | (2.3.3) |
Tatu | e2f9ea5 | 2014-04-07 09:58:56 -0700 | [diff] [blame] | 76 | * Contributed #434: Ensure that DecimalNodes with mathematically equal values are equal |
| 77 | (2.4.0) |
Tatu Saloranta | 6d5772d | 2013-02-01 11:33:09 -0800 | [diff] [blame] | 78 | |
| 79 | kelaneren@github: |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 80 | * Reported #157, contributed unit test: NPE when registering same module twice. |
Tatu Saloranta | 94fb249 | 2013-02-19 18:56:54 -0800 | [diff] [blame] | 81 | (2.1.4) |
| 82 | |
| 83 | Eric Tschetter (cheddar@github): |
| 84 | * Reported issues #166, #167, #170 (regressions from 1.9.x to 2.x) |
| 85 | (2.1.4) |
Tatu Saloranta | 88f44d8 | 2013-05-17 20:05:18 -0700 | [diff] [blame] | 86 | |
| 87 | Thierry D (thierryd@github) |
| 88 | * Reported #214: Problem with LICENSE, NOTICE, Android packaging |
| 89 | (2.2.2) |
| 90 | |
| 91 | Luke G-H (lukegh@github) |
| 92 | * Reported #223: Duplicated nulls with @JsonFormat(shape=Shape.ARRAY) |
| 93 | (2.2.2) |
Tatu Saloranta | ded6b8a | 2013-05-17 21:07:40 -0700 | [diff] [blame] | 94 | |
| 95 | Karl Moore (karldmoore@github) |
| 96 | * Reported #217: JsonProcessingExceptions not all wrapped as expected |
| 97 | (2.2.2) |
Tatu Saloranta | fae643b | 2013-09-13 23:34:31 -0700 | [diff] [blame] | 98 | |
| 99 | David Phillips: |
| 100 | * Requested #308: Improve serialization and deserialization speed of `java.util.UUID` |
| 101 | (2.3.0) |
| 102 | |
Tatu Saloranta | 7012c75 | 2013-10-03 15:27:16 -0700 | [diff] [blame] | 103 | Seth Pellegrino (jivesoft): |
| 104 | * Contributed #317: Fix `JsonNode` support for nulls bound to `ObjectNode`, `ArrayNode` |
| 105 | (2.3.0) |
Tatu Saloranta | ce457af | 2013-12-03 22:27:20 -0800 | [diff] [blame] | 106 | |
| 107 | Florian Schoppmann (fschopp@github) |
Tatu Saloranta | 5ada97c | 2015-11-05 09:19:16 -0800 | [diff] [blame] | 108 | * Reported #357: StackOverflowError with contentConverter that returns array type |
| 109 | (2.7.0) |
Tatu Saloranta | ce457af | 2013-12-03 22:27:20 -0800 | [diff] [blame] | 110 | * Reported #358: `IterableSerializer` ignoring annotated content serializer |
| 111 | (2.3.1) |
Tatu Saloranta | 6da83fc | 2014-03-17 21:07:28 -0700 | [diff] [blame] | 112 | * Reported #359: Converted object not using explicitly annotated serializer |
| 113 | (2.4.0) |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 114 | |
Tatu | b1283aa | 2014-02-14 13:14:26 -0800 | [diff] [blame] | 115 | Martin Traverso: |
| 116 | * Reported #406: Cannot use external type id + @JsonTypeIdResolver |
| 117 | (2.3.2) |
| 118 | |
Tatu Saloranta | 0f7358f | 2014-01-10 09:59:14 -0800 | [diff] [blame] | 119 | Matthew Morrissette: |
| 120 | * Contributed #381: Allow inlining/unwrapping of value from single-component JSON array |
| 121 | (2.4.0) |
Tatu Saloranta | 3ca881e | 2014-02-25 22:06:04 -0800 | [diff] [blame] | 122 | |
| 123 | Will Palmeri: (wpalmeri@github) |
| 124 | * Contributed #407: Make array and Collection serializers use configured value null handler |
| 125 | (2.4.0) |
| 126 | |
Tatu Saloranta | 5df4c4e | 2014-03-14 12:54:09 -0700 | [diff] [blame] | 127 | Cemalettin Koc: (cemo@github) |
Tatu Saloranta | 5df4c4e | 2014-03-14 12:54:09 -0700 | [diff] [blame] | 128 | * Reported #353: Problems with polymorphic types, `JsonNode` (related to #88) |
| 129 | (2.4.0) |
Tatu Saloranta | 3ca881e | 2014-02-25 22:06:04 -0800 | [diff] [blame] | 130 | |
Tatu Saloranta | d0b0273 | 2014-04-22 19:17:57 -0700 | [diff] [blame] | 131 | Ben Fagin: (UnquietCode@github) |
| 132 | * Suggested #442: Make `@JsonUnwrapped` indicate property inclusion |
| 133 | (2.4.0) |
Tatu Saloranta | 9c8022e | 2014-05-16 16:03:44 -0700 | [diff] [blame] | 134 | * Contributed #81/#455: Allow use of @JsonUnwrapped with typed (@JsonTypeInfo) classes, |
Tatu | 7003462 | 2014-05-21 14:41:45 -0700 | [diff] [blame] | 135 | provided that (new) feature `SerializationFeature.FAIL_ON_UNWRAPPED_TYPE_IDENTIFIERS` |
| 136 | is disabled |
Tatu Saloranta | 9c8022e | 2014-05-16 16:03:44 -0700 | [diff] [blame] | 137 | (2.4.0) |
| 138 | |
Tatu | 7003462 | 2014-05-21 14:41:45 -0700 | [diff] [blame] | 139 | Chris Cleveland: |
| 140 | * Suggested #463: Add 'JsonNode.asText(String defaultValue)` |
| 141 | (2.4.0) |
Tatu Saloranta | dfc7f86 | 2014-05-28 21:54:33 -0700 | [diff] [blame] | 142 | |
| 143 | Benson Margulies: |
| 144 | * Reported #467: Unwanted POJO's embedded in tree via serialization to tree |
| 145 | (2.4.0) |
Tatu Saloranta | fd4eb1b | 2014-11-08 20:08:34 -0800 | [diff] [blame] | 146 | * Reported #601: ClassCastException for a custom serializer for enum key in `EnumMap` |
| 147 | (2.4.4) |
Cowtowncoder | e2736f1 | 2015-09-24 17:03:40 -0700 | [diff] [blame] | 148 | * Contributed 944: Failure to use custom deserializer for key deserializer |
| 149 | (2.6.3) |
Tatu Saloranta | 7a3b0b1 | 2016-02-09 16:52:28 -0800 | [diff] [blame] | 150 | * Reported #1120: String value omitted from weirdStringException |
| 151 | (2.6.6) |
Tatu Saloranta | d01e3ab | 2016-05-19 09:31:38 -0700 | [diff] [blame] | 152 | * Reported, fixed #1235: `java.nio.file.Path` support incomplete |
| 153 | (2.8.0) |
Tatu Saloranta | 36631a9 | 2016-06-19 22:49:28 -0700 | [diff] [blame] | 154 | * Reported #1270: Generic type returned from type id resolver seems to be ignored |
| 155 | (2.8.0) |
Tatu Saloranta | 9ae3610 | 2014-06-09 16:55:57 -0700 | [diff] [blame] | 156 | |
| 157 | Steve Sanbeg: (sanbeg@github) |
| 158 | * Contributed #482: Make date parsing error behavior consistent with JDK |
| 159 | (2.4.1) |
Tatu Saloranta | 09ad682 | 2014-09-23 22:11:12 -0700 | [diff] [blame] | 160 | |
Cowtowncoder | c28f74c | 2014-10-14 17:21:28 -0700 | [diff] [blame] | 161 | Ian Barfield: (tea-dragon@github) |
Tatu Saloranta | bcccd3e | 2014-10-28 20:32:47 -0700 | [diff] [blame] | 162 | * Reported #580: delegate deserializers choke on a (single) abstract/polymorphic parameter |
Tatu Saloranta | f6850c3 | 2014-10-28 20:35:52 -0700 | [diff] [blame] | 163 | (2.4.4) |
Cowtowncoder | 726b6e0 | 2015-07-01 12:49:45 -0700 | [diff] [blame] | 164 | * Reported #844: Using JsonCreator still causes invalid path references in JsonMappingException |
| 165 | (2.5.5) |
Cowtowncoder | c28f74c | 2014-10-14 17:21:28 -0700 | [diff] [blame] | 166 | |
Tatu Saloranta | bcccd3e | 2014-10-28 20:32:47 -0700 | [diff] [blame] | 167 | Eugene Lukash |
| 168 | * Reported #592: Wrong `TokenBuffer` delegate deserialization using `@JsonCreator` |
Tatu Saloranta | f6850c3 | 2014-10-28 20:35:52 -0700 | [diff] [blame] | 169 | (2.4.4) |
Cowtowncoder | c28f74c | 2014-10-14 17:21:28 -0700 | [diff] [blame] | 170 | |
Cowtowncoder | d7a94ed | 2014-11-12 10:00:11 -0800 | [diff] [blame] | 171 | Fernando Otero (zeitos@github) |
| 172 | * Contributed fix for #610: Problem with forward reference in hierarchies |
| 173 | (2.4.4) |
Cowtowncoder | e1fd0e9 | 2014-11-12 10:01:01 -0800 | [diff] [blame] | 174 | |
Tatu Saloranta | 09ad682 | 2014-09-23 22:11:12 -0700 | [diff] [blame] | 175 | Lovro Pandžić (lpandzic@github) |
| 176 | * Reported #421: @JsonCreator not used in case of multiple creators with parameter names |
| 177 | (2.5.0) |
Tatu Saloranta | 3261453 | 2014-10-07 20:48:01 -0700 | [diff] [blame] | 178 | |
| 179 | Adam Stroud (adstro@github) |
| 180 | * Contributed #576: Add fluent API for adding mixins |
| 181 | (2.5.0) |
| 182 | |
Tatu Saloranta | b5dd785 | 2014-10-15 19:26:24 -0700 | [diff] [blame] | 183 | David Fleeman (fleebytes@github) |
| 184 | * Contributed #528 implementation: Add support for `JsonType.As.EXISTING_PROPERTY` |
| 185 | (2.5.0) |
Cowtowncoder | 1b0e53d | 2014-11-04 09:37:32 -0800 | [diff] [blame] | 186 | |
| 187 | Aurélien Leboulanger (herau@github) |
| 188 | * Contributed improvement for #597: Improve error messaging for cases where JSON Creator |
| 189 | returns null (which is illegal) |
| 190 | (2.5.0) |
Cowtowncoder | 531fac6 | 2014-12-01 09:56:32 -0800 | [diff] [blame] | 191 | |
Tatu Saloranta | 761c9ae | 2014-12-11 19:29:49 -0800 | [diff] [blame] | 192 | Michael Spiegel (mspiegel@githib) |
Cowtowncoder | 531fac6 | 2014-12-01 09:56:32 -0800 | [diff] [blame] | 193 | * Contributed #636: `ClassNotFoundException` for classes not (yet) needed during serialization |
| 194 | (2.5.0) |
| 195 | |
Tatu Saloranta | 761c9ae | 2014-12-11 19:29:49 -0800 | [diff] [blame] | 196 | Michael Ressler (mressler@github) |
| 197 | * Contributed #566: Add support for case-insensitive deserialization |
| 198 | (`MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`) |
| 199 | (2.5.0) |
Cowtowncoder | 63b33fb | 2014-12-12 14:19:29 -0800 | [diff] [blame] | 200 | |
| 201 | Konstantin Labun (kulabun@github) |
| 202 | * Reported #647: Deserialization fails when @JsonUnwrapped property contains an object with same property name |
| 203 | (2.5.0) |
| 204 | |
Tatu Saloranta | 28c4ada | 2015-01-01 17:22:42 -0800 | [diff] [blame] | 205 | Christopher Smith (chrylis@github) |
| 206 | * Reported #594: `@JsonValue` on enum not used when enum value is a Map key |
| 207 | (2.5.0) |
Cowtowncoder | 74c8f97 | 2015-01-07 15:40:06 -0800 | [diff] [blame] | 208 | |
| 209 | Alexandre Santana Campelo (alexqi200@github): |
| 210 | * Contributed #671: Adding `java.util.Currency` deserialization support for maps |
| 211 | (2.5.1) |
Tatu Saloranta | 44df4d2 | 2015-01-10 20:24:19 -0800 | [diff] [blame] | 212 | |
| 213 | Zoltan Farkas (zolyfarkas@github) |
Tatu Saloranta | 44df4d2 | 2015-01-10 20:24:19 -0800 | [diff] [blame] | 214 | * Reported #674: Spring CGLIB proxies not handled as intended |
| 215 | (2.5.1) |
Tatu Saloranta | 00bb11e | 2015-01-19 22:14:14 -0800 | [diff] [blame] | 216 | |
| 217 | Ludevik@github: |
| 218 | * Reported #682: Class<?>-valued Map keys not serialized properly |
| 219 | (2.5.1) |
Cowtowncoder | 7e507d1 | 2015-02-06 15:22:29 -0800 | [diff] [blame] | 220 | |
Tatu Saloranta | 6290eef | 2015-02-07 12:52:36 -0800 | [diff] [blame] | 221 | Antibrumm@github: |
| 222 | * Reported #691: Jackson 2.5.0. NullSerializer for MapProperty failing |
| 223 | (2.5.2) |
Cowtowncoder | fe25f7e | 2015-10-28 16:32:31 -0700 | [diff] [blame] | 224 | * Reported #984: JsonStreamContexts are not build the same way for write.. and convert methods |
| 225 | (2.6.4) |
Tatu Saloranta | fc7bd42 | 2015-02-07 12:55:31 -0800 | [diff] [blame] | 226 | |
Cowtowncoder | 618e4f3 | 2015-02-13 11:06:19 -0800 | [diff] [blame] | 227 | Shumpei Akai (flexfrank@github) |
Cowtowncoder | 195e9b5 | 2015-02-13 11:05:19 -0800 | [diff] [blame] | 228 | * Reported #703: Multiple calls to ObjectMapper#canSerialize(Object.class) returns different values |
| 229 | (2.5.2) |
| 230 | |
| 231 | Francisco A. Lozano (flozano@github) |
| 232 | * Contributed fix for #703 (see above) |
| 233 | (2.5.2) |
Cowtowncoder | 618e4f3 | 2015-02-13 11:06:19 -0800 | [diff] [blame] | 234 | |
Cowtowncoder | ec1820d | 2015-03-27 16:55:52 -0700 | [diff] [blame] | 235 | Dylan Scott (dylanscott@github) |
| 236 | * Reported #738: #738: @JsonTypeInfo non-deterministically ignored in 2.5.1 (concurrency |
| 237 | issue) |
| 238 | (2.5.2) |
Cowtowncoder | 6c5826c | 2015-03-27 17:23:38 -0700 | [diff] [blame] | 239 | |
Cowtowncoder | cb7342b | 2015-04-22 14:21:56 -0700 | [diff] [blame] | 240 | Alain Gilbert (agilbert314@github) |
| 241 | * Reporter, contributed #766: Fix Infinite recursion (StackOverflowError) when |
| 242 | serializing a SOAP object |
| 243 | (2.5.3) |
| 244 | |
Cowtowncoder | 3470803 | 2015-04-21 13:34:54 -0700 | [diff] [blame] | 245 | Alexey Gavrilov (Alexey1Gavrilov@github) |
| 246 | * Reported, contributed fix for #761: Builder deserializer: in-compatible type exception |
| 247 | when return type is super type |
| 248 | (2.5.3) |
| 249 | |
Cowtowncoder | 119ddc9 | 2015-04-02 14:32:26 -0700 | [diff] [blame] | 250 | Dmitry Spikhalskiy (Spikhalskiy@github) |
| 251 | * Reported #731, suggested the way to fix it: XmlAdapter result marshaling error in |
| 252 | case of ValueType=Object |
| 253 | (2.5.3) |
Tatu Saloranta | 1bef91c | 2016-11-16 21:48:30 -0800 | [diff] [blame] | 254 | * Reported #1456: `TypeFactory` type resolution broken in 2.7 for generic types |
| 255 | when using `constructType` with context |
| 256 | (2.7.9 / 2.8.6) |
Cowtowncoder | 119ddc9 | 2015-04-02 14:32:26 -0700 | [diff] [blame] | 257 | |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 258 | John Meyer (jpmeyer@github) |
Cowtowncoder | 119ddc9 | 2015-04-02 14:32:26 -0700 | [diff] [blame] | 259 | * Reported, contributed fix for #745: EnumDeserializer.deserializerForCreator() fails |
Cowtowncoder | 50ea083 | 2015-03-31 17:38:17 -0700 | [diff] [blame] | 260 | when used to deserialize a Map key |
| 261 | (2.5.3) |
Cowtowncoder | 31b3b2b | 2015-03-31 17:39:30 -0700 | [diff] [blame] | 262 | |
Tatu Saloranta | db612bb | 2015-04-26 22:42:17 -0700 | [diff] [blame] | 263 | Andrew Duckett (andrewduckett@github) |
| 264 | * Reported #771: Annotation bundles ignored when added to Mixin |
| 265 | (2.5.4) |
| 266 | |
Cowtowncoder | 7db1f44 | 2015-05-08 15:20:18 -0700 | [diff] [blame] | 267 | Charles Allen: |
| 268 | * Contributed #785: Add handlings for classes which are available in |
| 269 | `Thread.currentThread().getContextClassLoader()` |
| 270 | (2.5.4) |
Cowtowncoder | 340439a | 2015-05-08 15:27:16 -0700 | [diff] [blame] | 271 | |
Tatu Saloranta | e9fa042 | 2015-06-04 21:58:09 -0700 | [diff] [blame] | 272 | Andrew Goodale (newyankeecodeshop@github) |
| 273 | * Contributed #816: Allow date-only ISO strings to have no time zone |
| 274 | (2.5.4) |
| 275 | |
Cowtowncoder | ea2c9a4 | 2015-05-22 12:07:16 -0700 | [diff] [blame] | 276 | Kamil Benedykciński (Kamil-Benedykcinski@github) |
| 277 | * Contributed #801: Using `@JsonCreator` cause generating invalid path reference |
| 278 | in `JsonMappingException` |
| 279 | (2.5.4) |
| 280 | |
Cowtowncoder | 4312a24 | 2015-07-28 17:14:33 -0700 | [diff] [blame] | 281 | Chi Kim (chikim79@github) |
| 282 | * Reported #878: serializeWithType on BeanSerializer does not setCurrentValue |
| 283 | (2.5.5 / 2.6.1) |
| 284 | |
Tatu Saloranta | fc7bd42 | 2015-02-07 12:55:31 -0800 | [diff] [blame] | 285 | Charles Allen (drcrallen@github): |
Cowtowncoder | 7e507d1 | 2015-02-06 15:22:29 -0800 | [diff] [blame] | 286 | * Reported #696: Copy constructor does not preserve `_injectableValues` |
| 287 | (2.6.0) |
Tatu Saloranta | 7785dff | 2015-04-01 20:57:14 -0700 | [diff] [blame] | 288 | |
| 289 | Chris Pimlott (pimlottc@github): |
| 290 | * Suggested #348: ObjectMapper.valueToTree does not work with @JsonRawValue |
| 291 | (2.6.0) |
| 292 | |
Tatu Saloranta | 62129d8 | 2015-04-02 20:13:54 -0700 | [diff] [blame] | 293 | Laird Nelson (ljnelson@github) |
| 294 | * Suggested #688: Provide a means for an ObjectMapper to discover mixin annotation |
| 295 | classes on demand |
Cowtowncoder | 7e9519c | 2015-05-08 15:28:42 -0700 | [diff] [blame] | 296 | (2.6.0) |
Tatu Saloranta | e741034 | 2016-01-28 22:09:32 -0800 | [diff] [blame] | 297 | * Reported #1088: NPE possibility in SimpleMixinResolver |
| 298 | (2.6.6) |
Cowtowncoder | 7e9519c | 2015-05-08 15:28:42 -0700 | [diff] [blame] | 299 | |
Tatu Saloranta | c0b9552 | 2015-05-12 23:14:22 -0700 | [diff] [blame] | 300 | Derk Norton (derknorton@github) |
| 301 | * Suggested #689: Add `ObjectMapper.setDefaultPrettyPrinter(PrettyPrinter)` |
| 302 | (2.6.0) |
Tatu Saloranta | cb6dddd | 2015-05-13 23:20:43 -0700 | [diff] [blame] | 303 | |
| 304 | Michal Letynski (mletynski@github) |
| 305 | * Suggested #296: Serialization of transient fields with public getters (add |
| 306 | MapperFeature.PROPAGATE_TRANSIENT_MARKER) |
| 307 | (2.6.0) |
Cowtowncoder | 23e52ab | 2015-05-19 17:53:26 -0700 | [diff] [blame] | 308 | |
| 309 | Jeff Schnitzer (stickfigure@github) |
| 310 | * Suggested #504: Add `DeserializationFeature.USE_LONG_FOR_INTS` |
| 311 | (2.6.0) |
| 312 | |
Tatu Saloranta | c52fb0b | 2015-07-16 19:08:03 -0700 | [diff] [blame] | 313 | Jerry Yang (islanderman@github) |
| 314 | * Contributed #820: Add new method for `ObjectReader`, to bind from JSON Pointer position |
| 315 | (2.6.0) |
| 316 | |
Cowtowncoder | 3ef01e0 | 2015-06-12 15:37:48 -0700 | [diff] [blame] | 317 | Lars Pfannenschmidt (larsp@github) |
| 318 | * Contributed #826: Replaced synchronized HashMap with ConcurrentHashMap in |
| 319 | TypeDeserializerBase._findDeserializer |
| 320 | (2.6.0) |
Cowtowncoder | 0de486d | 2015-06-16 12:05:50 -0700 | [diff] [blame] | 321 | |
| 322 | Stephen A. Goss (thezerobit@github) |
Cowtowncoder | c3d426e | 2015-06-16 16:25:10 -0700 | [diff] [blame] | 323 | * Contributed #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer |
Cowtowncoder | 0de486d | 2015-06-16 12:05:50 -0700 | [diff] [blame] | 324 | (2.6.0) |
Tatu Saloranta | b4ef0a6 | 2015-08-06 22:12:59 -0700 | [diff] [blame] | 325 | |
| 326 | Andy Wilkinson (wilkinsona@github) |
| 327 | * Reported #889: Configuring an ObjectMapper's DateFormat changes time zone |
| 328 | (2.6.1) |
Cowtowncoder | a7b26eb | 2015-08-14 16:34:04 -0700 | [diff] [blame] | 329 | |
| 330 | lufe66@github: |
Cowtowncoder | a7b26eb | 2015-08-14 16:34:04 -0700 | [diff] [blame] | 331 | * Reported 894: When using withFactory on ObjectMapper, the created Factory has a TypeParser |
| 332 | which still has the original Factory |
| 333 | (2.6.2) |
Cowtowncoder | e5b8ff1 | 2015-09-10 14:37:37 -0700 | [diff] [blame] | 334 | |
Cowtowncoder | 5183922 | 2015-09-10 14:44:27 -0700 | [diff] [blame] | 335 | Daniel Walker (dsw2127@github) |
| 336 | * Reported, contributed fix for #913: `ObjectMapper.copy()` does not preserve |
| 337 | `MappingJsonFactory` features |
| 338 | (2.6.2) |
Cowtowncoder | e935213 | 2015-09-10 14:45:14 -0700 | [diff] [blame] | 339 | |
Cowtowncoder | b049739 | 2015-09-23 16:04:09 -0700 | [diff] [blame] | 340 | Sadayuki Furuhashi (frsyuki@github) |
| 341 | * Reported #941: Deserialization from "{}" to ObjectNode field causes |
| 342 | "out of END_OBJECT token" error |
| 343 | (2.6.3) |
Tatu Saloranta | c7e12f4 | 2019-09-20 18:10:11 -0700 | [diff] [blame] | 344 | * Reported #2077: `JsonTypeInfo` with a subtype having `JsonFormat.Shape.ARRAY` |
| 345 | and no fields generates `{}` not `[]` |
| 346 | (2.10.0) |
Cowtowncoder | e6ff003 | 2015-09-23 16:04:51 -0700 | [diff] [blame] | 347 | |
Cowtowncoder | e5b8ff1 | 2015-09-10 14:37:37 -0700 | [diff] [blame] | 348 | David Haraburda (dharaburda@github) |
| 349 | * Contributed #918: Add `MapperFeature.ALLOW_EXPLICIT_PROPERTY_RENAMING` |
| 350 | (2.7.0) |
Cowtowncoder | b51dc40 | 2015-09-24 16:00:43 -0700 | [diff] [blame] | 351 | |
Cowtowncoder | d21210b | 2015-09-24 16:00:14 -0700 | [diff] [blame] | 352 | Sergio Mira (Sergio-Mira@github) |
| 353 | * Contributed #940: Add missing `hashCode()` implementations for `JsonNode` types that did not have them |
| 354 | (2.6.3) |
Tatu Saloranta | 2a9808c | 2015-09-26 16:25:31 -0700 | [diff] [blame] | 355 | |
Tatu Saloranta | d16a507 | 2015-09-27 21:38:56 -0700 | [diff] [blame] | 356 | Andreas Pieber (anpieber@github) |
Tatu Saloranta | 2a9808c | 2015-09-26 16:25:31 -0700 | [diff] [blame] | 357 | * Reported #939: Regression: DateConversionError in 2.6.x |
| 358 | (2.6.3) |
Tatu Saloranta | 795dd01 | 2015-09-27 21:37:17 -0700 | [diff] [blame] | 359 | |
| 360 | Jesse Wilson (swankjesse@github) |
Tatu Saloranta | bfd254d | 2015-09-29 20:21:38 -0700 | [diff] [blame] | 361 | * Contributed #948: Support leap seconds, any number of millisecond digits for ISO-8601 Dates. |
| 362 | (2.6.3) |
Tatu Saloranta | 795dd01 | 2015-09-27 21:37:17 -0700 | [diff] [blame] | 363 | * Contributed #949: Report the offending substring when number parsing fails |
| 364 | (2.6.3) |
Tatu Saloranta | 30b5469 | 2015-09-29 21:10:19 -0700 | [diff] [blame] | 365 | |
| 366 | Warren Bloomer (stormboy@github) |
| 367 | * Reported #942: Handle null type id for polymorphic values that use external type id |
| 368 | (2.6.3) |
Cowtowncoder | d5a25f4 | 2015-10-28 17:22:05 -0700 | [diff] [blame] | 369 | |
| 370 | Ievgen Pianov (pyanoveugen@github) |
| 371 | * Reported #989: Deserialization from "{}" to java.lang.Object causes "out of END_OBJECT token" error |
| 372 | (2.6.3) |
Tatu Saloranta | 77d1b25 | 2015-11-05 10:01:48 -0800 | [diff] [blame] | 373 | |
Tatu Saloranta | 1ed7f38 | 2015-11-20 13:41:09 -0800 | [diff] [blame] | 374 | Jayson Minard (apatrida@github) |
| 375 | * Reported #1005: Synthetic constructors confusing Jackson data binding |
| 376 | (2.6.4) |
Tatu Saloranta | 2dbd816 | 2016-11-13 18:05:33 -0800 | [diff] [blame] | 377 | * Reported #1438: `ACCEPT_CASE_INSENSITIVE_PROPERTIES` is not respected for creator properties |
| 378 | (2.8.5) |
Tatu Saloranta | f75f2bf | 2015-11-20 13:48:26 -0800 | [diff] [blame] | 379 | |
Tatu Saloranta | 660ec8f | 2015-11-20 14:02:01 -0800 | [diff] [blame] | 380 | David Bakin (david-bakin@github) |
| 381 | * Reported #1013: `@JsonUnwrapped` is not treated as assuming `@JsonProperty("")` |
| 382 | (2.6.4) |
Tatu Saloranta | da2f2c9 | 2015-11-20 14:18:48 -0800 | [diff] [blame] | 383 | * Suggested #1011: Change ObjectWriter::withAttributes() to take a Map with some kind of wildcard types |
| 384 | (2.7.0) |
Tatu Saloranta | a0b9095 | 2015-11-20 14:07:50 -0800 | [diff] [blame] | 385 | |
Tatu Saloranta | 5aece76 | 2015-12-06 22:50:43 -0800 | [diff] [blame] | 386 | Dmitry Romantsov (DmRomantsov@github) |
| 387 | * Reported #1036: Problem with case-insensitive deserialization |
| 388 | (2.6.4) |
Tatu Saloranta | d6f35ed | 2015-12-06 22:54:17 -0800 | [diff] [blame] | 389 | |
Tatu Saloranta | 89559a2 | 2016-02-01 21:57:16 -0800 | [diff] [blame] | 390 | Daniel Norberg (danielnorberg@github) |
| 391 | * Contributed #1099: Fix custom comparator container node traversal |
| 392 | (2.6.6) |
Tatu Saloranta | 50c6a98 | 2016-02-01 22:00:48 -0800 | [diff] [blame] | 393 | |
Tatu Saloranta | 77d1b25 | 2015-11-05 10:01:48 -0800 | [diff] [blame] | 394 | Miles Kaufmann (milesk-amzn@github) |
| 395 | * Reported #432: `StdValueInstantiator` unwraps exceptions, losing context |
| 396 | (2.7.0) |
Tatu Saloranta | 03a3b55 | 2015-11-05 20:24:25 -0800 | [diff] [blame] | 397 | |
Tatu Saloranta | f807c8c | 2015-11-09 20:56:28 -0800 | [diff] [blame] | 398 | Thomas Mortagne (tmortagne@github) |
| 399 | * Suggested #857: Add support for java.beans.Transient |
| 400 | (2.7.0) |
| 401 | |
| 402 | Jonas Konrad (yawkat@github) |
| 403 | * Suggested #905: Add support for `@ConstructorProperties` |
| 404 | (2.7.0) |
| 405 | |
Tatu Saloranta | 03a3b55 | 2015-11-05 20:24:25 -0800 | [diff] [blame] | 406 | Jirka Kremser (Jiri-Kremser@github) |
| 407 | * Suggested #924: SequenceWriter.writeAll() could accept Iterable |
| 408 | (2.7.0) |
Tatu Saloranta | 563470e | 2015-11-07 21:17:37 -0800 | [diff] [blame] | 409 | |
Tatu Saloranta | f807c8c | 2015-11-09 20:56:28 -0800 | [diff] [blame] | 410 | Daniel Mischler (danielmischler@github) |
| 411 | * Requested #963: Add PropertyNameStrategy `KEBAB_CASE` |
Tatu Saloranta | 563470e | 2015-11-07 21:17:37 -0800 | [diff] [blame] | 412 | (2.7.0) |
| 413 | |
Tatu Saloranta | f89737c | 2015-11-07 21:34:38 -0800 | [diff] [blame] | 414 | Shumpei Akai (flexfrank@github) |
| 415 | * Reported #978: ObjectMapper#canSerialize(Object.class) returns false even though |
| 416 | FAIL_ON_EMPTY_BEANS is disabled |
| 417 | (2.7.0) |
Tatu Saloranta | a5301ba | 2015-12-11 09:47:09 -0800 | [diff] [blame] | 418 | |
| 419 | Hugo Wood (hgwood@github) |
| 420 | * Contributed #1010: Support for array delegator |
| 421 | (2.7.0) |
Tatu Saloranta | dbf0c6f | 2016-01-15 21:02:56 -0800 | [diff] [blame] | 422 | |
| 423 | Julian Hyde (julianhyde@github) |
| 424 | * Reported #1083: Field in base class is not recognized, when using `@JsonType.defaultImpl` |
| 425 | (2.7.1) |
Tatu Saloranta | 21a2e4b | 2016-01-28 17:39:14 -0800 | [diff] [blame] | 426 | |
| 427 | Thibault Kruse (tkruse@github) |
| 428 | * Reported #1102: Handling of deprecated `SimpleType.construct()` too minimalistic |
| 429 | (2.7.1) |
Tatu Saloranta | cc82b65 | 2016-01-31 21:53:05 -0800 | [diff] [blame] | 430 | |
| 431 | Aleks Seovic (aseovic@github) |
| 432 | * Reported #1109: @JsonFormat is ignored by the DateSerializer unless either a custom pattern |
| 433 | or a timezone are specified |
| 434 | (2.7.1) |
Tatu Saloranta | 50c6a98 | 2016-02-01 22:00:48 -0800 | [diff] [blame] | 435 | |
Tatu Saloranta | d64199a | 2016-02-21 19:44:55 -0800 | [diff] [blame] | 436 | Timur Shakurov (saladinkzn@github) |
| 437 | * Reported #1134: Jackson 2.7 doesn't work with jdk6 due to use of `Collections.emptyIterator()` |
| 438 | (2.7.2) |
Tatu Saloranta | 4eba399 | 2016-02-26 20:33:13 -0800 | [diff] [blame] | 439 | |
| 440 | Jiri Mikulasek (pirkogdc@github) |
| 441 | * Reported #1124: JsonAnyGetter ignores JsonSerialize(contentUsing=...) |
| 442 | (2.7.2) |
Tatu Saloranta | a290f09 | 2016-03-09 11:20:58 -0800 | [diff] [blame] | 443 | |
| 444 | Xavi Torrens (xavitorrens@github) |
| 445 | * Reported #1150: Problem with Object id handling, explicit `null` token |
| 446 | (2.7.3) |
Tatu Saloranta | bacb37f | 2016-03-12 14:24:47 -0800 | [diff] [blame] | 447 | |
| 448 | Yoann Rodière (fenrhil@github) |
| 449 | * Reported #1154: @JsonFormat.pattern on dates is now ignored if shape is not |
| 450 | explicitely provided |
| 451 | (2.7.3) |
Tatu Saloranta | 5a7a53a | 2016-04-03 16:43:50 -0700 | [diff] [blame] | 452 | |
Tatu Saloranta | 157650a | 2016-04-03 21:33:22 -0700 | [diff] [blame] | 453 | Mark Woon (markwoon@github) |
| 454 | * Reported #1178: `@JsonSerialize(contentAs=superType)` behavior disallowed in 2.7 |
| 455 | (2.7.4) |
Tatu Saloranta | ebadfd2 | 2016-05-19 15:36:04 -0700 | [diff] [blame] | 456 | * Reported #1231: `@JsonSerialize(as=superType)` behavior disallowed in 2.7.4 |
| 457 | (2.7.5) |
Tatu Saloranta | f97a53f | 2016-10-10 22:29:18 -0700 | [diff] [blame] | 458 | * Suggested #507: Support for default `@JsonView` for a class |
| 459 | (2.9.0) |
Tatu Saloranta | 7eb5f47 | 2016-04-03 21:33:58 -0700 | [diff] [blame] | 460 | |
Tatu Saloranta | f40e6c1 | 2016-04-20 22:07:40 -0700 | [diff] [blame] | 461 | Tom Mack (tommack@github) |
| 462 | * Reported #1208: treeToValue doesn't handle POJONodes that contain exactly |
| 463 | the requested value type |
| 464 | (2.7.4) |
Tatu Saloranta | a63cd7d | 2016-04-20 22:11:07 -0700 | [diff] [blame] | 465 | |
Tatu Saloranta | fe32b96 | 2016-05-24 22:15:03 -0700 | [diff] [blame] | 466 | William Headrick (headw01@github) |
| 467 | * Reported#1223: `BasicClassIntrospector.forSerialization(...).findProperties` should |
| 468 | respect MapperFeature.AUTO_DETECT_GETTERS/SETTERS? |
| 469 | (2.7.5) |
| 470 | |
Tatu Saloranta | b65b3cb | 2016-05-10 20:39:13 -0700 | [diff] [blame] | 471 | Nick Babcock (nickbabcock) |
| 472 | * Reported #1225: `JsonMappingException` should override getProcessor() |
| 473 | (2.7.5) |
Tatu Saloranta | c1478ac | 2016-09-29 08:17:03 -0700 | [diff] [blame] | 474 | * Suggested #1356: Differentiate between input and code exceptions on deserialization |
| 475 | (2.9.0) |
Tatu Saloranta | f47b4fd | 2016-05-10 20:41:06 -0700 | [diff] [blame] | 476 | |
Tatu Saloranta | 67813ca | 2016-05-22 18:44:53 -0700 | [diff] [blame] | 477 | Andrew Joseph (apjoseph@github) |
| 478 | * Reported #1248: `Annotated` returns raw type in place of Generic Type in 2.7.x |
| 479 | (2.7.5) |
Tatu Saloranta | e750176 | 2016-05-22 18:45:31 -0700 | [diff] [blame] | 480 | |
Tatu Saloranta | 7bc0fc4 | 2016-06-06 08:33:25 -0700 | [diff] [blame] | 481 | Erich Schubert (kno10@github) |
| 482 | * Reported #1260: `NullPointerException` in `JsonNodeDeserializer`, provided fix |
| 483 | (2.7.5) |
Tatu Saloranta | 73359ae | 2016-06-06 08:44:54 -0700 | [diff] [blame] | 484 | |
Tatu Saloranta | c62d8c7 | 2016-07-17 17:31:17 -0700 | [diff] [blame] | 485 | Brian Pontarelli (voidmain@github) |
| 486 | * Reported #1301: Problem with `JavaType.toString()` for recursive (self-referential) types |
| 487 | (2.7.6) |
Tatu Saloranta | 3befdf9 | 2016-07-17 17:32:01 -0700 | [diff] [blame] | 488 | |
Tatu Saloranta | 0aa6486 | 2016-08-15 22:29:32 -0700 | [diff] [blame] | 489 | Max Drobotov (fizmax@github) |
| 490 | * Reported, contributed fix for #1332: `ArrayIndexOutOfBoundException` for enum by index deser |
| 491 | (2.7.7) |
Tatu Saloranta | 2d80120 | 2016-08-15 22:31:21 -0700 | [diff] [blame] | 492 | |
Tatu Saloranta | ec327bd | 2016-09-14 22:28:59 -0700 | [diff] [blame] | 493 | Stuart Douglas (stuartwdouglas@github) |
| 494 | * Reported #1363: The static field ClassUtil.sCached can cause a class loader leak |
| 495 | (2.7.8) |
| 496 | |
Tatu Saloranta | 1904839 | 2016-09-12 22:50:00 -0700 | [diff] [blame] | 497 | Josh Caplan (jecaplan@github) |
| 498 | * Reported, suggested fix for #1368: Problem serializing `JsonMappingException` due to addition |
Tatu Saloranta | ec327bd | 2016-09-14 22:28:59 -0700 | [diff] [blame] | 499 | of non-ignored `processor` property (added in 2.7) |
| 500 | (2.7.8) |
Tatu Saloranta | ccd7212 | 2016-09-12 22:56:46 -0700 | [diff] [blame] | 501 | |
Tatu Saloranta | 04cb1a2 | 2017-02-04 10:52:58 -0800 | [diff] [blame] | 502 | Diego de Estrada (diegode@github) |
| 503 | * Contributed fix for #1367: No Object Id found for an instance when using `@ConstructorProperties` |
| 504 | (2.7.9) |
| 505 | |
Tatu Saloranta | 63afa52 | 2017-01-24 21:41:59 -0800 | [diff] [blame] | 506 | Kevin Hogeland (khogeland@github) |
| 507 | * Reported #1501: `ArrayIndexOutOfBoundsException` on non-static inner class constructor |
| 508 | (2.7.9) |
Tatu Saloranta | dfd864f | 2017-01-24 21:42:53 -0800 | [diff] [blame] | 509 | |
Tatu Saloranta | 5f7d5f1 | 2019-07-30 10:17:41 -0700 | [diff] [blame] | 510 | xiexq (xiexq@knownsec.com) |
| 511 | * Reported #2389: Block one more gadget type (CVE-2019-14361) |
| 512 | (2.7.9.6) |
Tatu Saloranta | e7b7bfc | 2019-07-30 10:21:52 -0700 | [diff] [blame] | 513 | |
Tatu Saloranta | 77b11b1 | 2016-05-05 11:52:17 -0700 | [diff] [blame] | 514 | Artur Jonkisz (ajonkisz@github) |
| 515 | * Reported #960: `@JsonCreator` not working on a factory with no arguments for ae enum type |
| 516 | (2.8.0) |
| 517 | |
Tatu Saloranta | 4d99b8a | 2016-04-14 17:31:29 -0700 | [diff] [blame] | 518 | Mikhail Kokho (mkokho@github) |
| 519 | * Contributed impl for #990: Allow failing on `null` values for creator (add |
| 520 | `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`) |
| 521 | (2.8.0) |
Tatu Saloranta | f68be3c | 2016-04-21 12:51:57 -0700 | [diff] [blame] | 522 | |
Tatu Saloranta | ab8a20f | 2016-06-21 22:58:47 -0700 | [diff] [blame] | 523 | Aleksandr Oksenenko (oleksandr-oksenenko@github) |
| 524 | * Reported #999: External property is not deserialized |
| 525 | (2.8.0) |
| 526 | |
Tatu Saloranta | f68be3c | 2016-04-21 12:51:57 -0700 | [diff] [blame] | 527 | Lokesh Kumar (LokeshN@github) |
| 528 | * Contributed impl for #1082: Can not use static Creator factory methods for `Enum`s, |
| 529 | with JsonCreator.Mode.PROPERTIES |
| 530 | (2.8.0) |
Tatu Saloranta | c9021f7 | 2016-05-01 22:28:11 -0700 | [diff] [blame] | 531 | * Reported #1217: `@JsonIgnoreProperties` on Pojo fields not working for deserialization |
| 532 | (2.8.0) |
Tatu Saloranta | f47b4fd | 2016-05-10 20:41:06 -0700 | [diff] [blame] | 533 | |
Tatu Saloranta | ab8a20f | 2016-06-21 22:58:47 -0700 | [diff] [blame] | 534 | Ross Goldberg |
| 535 | * Reported #1165, provided fix for: `CoreXMLDeserializers` does not handle |
| 536 | time-only `XMLGregorianCalendar`s |
| 537 | (2.8.0) |
| 538 | |
Tatu Saloranta | 073fc19 | 2016-05-20 13:46:08 -0700 | [diff] [blame] | 539 | Maarten Billemont (lhunath@github) |
| 540 | * Suggested #1184: Allow overriding of `transient` with explicit inclusion with `@JsonProperty` |
| 541 | (2.8.0) |
| 542 | |
Tatu Saloranta | c809c0c | 2016-05-20 15:11:49 -0700 | [diff] [blame] | 543 | Vladimir Kulev (lightoze@github) |
| 544 | * Reported #1028: Ignore USE_BIG_DECIMAL_FOR_FLOATS for NaN/Infinity |
| 545 | (2.8.0) |
Tatu Saloranta | 567d6c0 | 2016-06-14 22:14:57 -0700 | [diff] [blame] | 546 | |
| 547 | Ari Fogel (arifogel@github) |
Tatu Saloranta | cdc404d | 2016-06-30 23:31:48 -0700 | [diff] [blame] | 548 | * Reported #1261, contributed fix for: `@JsonIdentityInfo` deserialization fails with |
Tatu Saloranta | 567d6c0 | 2016-06-14 22:14:57 -0700 | [diff] [blame] | 549 | combination of forward references, `@JsonCreator` |
| 550 | (2.8.0) |
Tatu Saloranta | cdc404d | 2016-06-30 23:31:48 -0700 | [diff] [blame] | 551 | |
| 552 | Andriy Plokhotnyuk (plokhotnyuk@github) |
| 553 | * Requested #1277: Add caching of resolved generic types for `TypeFactory` |
| 554 | (2.8.0) |
Tatu Saloranta | db0eadb | 2016-07-14 19:16:02 -0700 | [diff] [blame] | 555 | |
| 556 | Arek Gabiga (arekgabiga@github) |
| 557 | * Reported #1297: Deserialization of generic type with Map.class |
| 558 | (2.8.1) |
Tatu Saloranta | 20a1b7c | 2016-08-13 09:47:31 -0700 | [diff] [blame] | 559 | |
| 560 | Chris Jester-Young (cky@github) |
| 561 | * Contributed #1335: Unconditionally call `TypeIdResolver.getDescForKnownTypeIds` |
| 562 | (2.8.2) |
Tatu Saloranta | 2d80120 | 2016-08-15 22:31:21 -0700 | [diff] [blame] | 563 | |
Tatu Saloranta | d4a2092 | 2016-08-21 21:16:02 -0700 | [diff] [blame] | 564 | Andrew Snare (asnare@github) |
| 565 | * Reported #1315: Binding numeric values can BigDecimal lose precision |
| 566 | (2.8.2) |
Tatu Saloranta | 9598db5 | 2016-08-24 22:14:58 -0700 | [diff] [blame] | 567 | |
Tatu Saloranta | 75098b7 | 2016-09-08 20:37:41 -0700 | [diff] [blame] | 568 | Gili Tzabari (cowwoc@github) |
| 569 | * Reported #1351: `@JsonInclude(NON_DEFAULT)` doesn't omit null fields |
| 570 | (2.8.3) |
| 571 | |
Tatu Saloranta | e59194a | 2016-09-25 23:10:58 -0700 | [diff] [blame] | 572 | Oleg Zhukov (OlegZhukov@github) |
| 573 | * Reported #1384: `@JsonDeserialize(keyUsing = ...)` does not work correctly |
| 574 | together with `DefaultTyping.NON_FINAL` |
| 575 | (2.8.4) |
| 576 | |
Tatu Saloranta | 8a5b111 | 2016-09-27 20:30:09 -0700 | [diff] [blame] | 577 | Pavel Popov (tolkonepiu@github) |
| 578 | * Contributed fix #1389: Problem with handling of multi-argument creator with Enums |
| 579 | (2.8.4) |
| 580 | |
Tatu Saloranta | ab4f17f | 2016-10-06 19:27:32 -0700 | [diff] [blame] | 581 | Josh Gruenberg (joshng@github) |
| 582 | * Reported #1403: Reference-chain hints use incorrect class-name for inner classes |
| 583 | (2.8.4) |
| 584 | |
Tatu Saloranta | 494ebce | 2016-10-27 19:45:10 -0700 | [diff] [blame] | 585 | Kevin Donnelly (kpdonn@github) |
| 586 | * Reported #1432: Off by 1 bug in PropertyValueBuffer |
| 587 | (2.8.5) |
| 588 | |
Tatu Saloranta | cd5430a | 2016-11-02 22:17:18 -0700 | [diff] [blame] | 589 | Nathanial Ofiesh (ofiesh@github) |
| 590 | * Reported #1441: Failure with custom Enum key deserializer, polymorphic types |
| 591 | (2.8.5) |
| 592 | |
Tatu Saloranta | 002a9a3 | 2016-11-17 19:05:35 -0800 | [diff] [blame] | 593 | Frédéric Camblor (fcamblor@github) |
| 594 | * Reported #1451: Type parameter not passed by `ObjectWriter` if serializer pre-fetch disabled |
Tatu Saloranta | 61fe53a | 2016-11-17 19:22:47 -0800 | [diff] [blame] | 595 | (2.8.6) |
| 596 | |
Tatu Saloranta | ff441e8 | 2017-01-26 22:39:00 -0800 | [diff] [blame] | 597 | Stephan Schroevers (Stephan202@github) |
| 598 | * Reported #1505: @JsonEnumDefaultValue should take precedence over FAIL_ON_NUMBERS_FOR_ENUMS |
| 599 | (2.8.7) |
| 600 | |
Tatu Saloranta | ce11473 | 2017-03-07 19:52:29 -0800 | [diff] [blame] | 601 | Alex Panchenko (panchenko@github) |
| 602 | * Reported #1543: JsonFormat.Shape.NUMBER_INT does not work when defined on enum type in 2.8 |
| 603 | (2.8.8) |
| 604 | |
Tatu Saloranta | 9919f9d | 2017-03-27 22:09:46 -0700 | [diff] [blame] | 605 | Joshua Jones |
| 606 | * Reported #1573, contributed fix: Missing properties when deserializing using a builder class |
| 607 | with a non-default constructor and a mutator annotated with `@JsonUnwrapped` |
| 608 | (2.8.8) |
| 609 | |
Tatu Saloranta | 262961a | 2017-04-12 08:20:32 -0700 | [diff] [blame] | 610 | Ivo Studens (istudens@redhat.com) |
| 611 | * Contributed #1585: Invoke ServiceLoader.load() inside of a privileged block |
| 612 | when loading modules using `ObjectMapper.findModules()` |
Tatu Saloranta | 513ab6e | 2017-04-22 10:53:01 -0700 | [diff] [blame] | 613 | (2.8.9) |
| 614 | |
Tatu Saloranta | 4a2b1ae | 2017-05-04 12:48:52 -0700 | [diff] [blame] | 615 | Javy Luo (AnywnYu@github) |
| 616 | * Reported #1595: `JsonIgnoreProperties.allowSetters` is not working in Jackson 2.8 |
| 617 | (2.8.9) |
| 618 | |
Tatu Saloranta | 513ab6e | 2017-04-22 10:53:01 -0700 | [diff] [blame] | 619 | Marco Catania (catanm@github.com) |
| 620 | * Contributed #1597: Escape JSONP breaking characters |
| 621 | (2.8.9) |
Tatu Saloranta | 262961a | 2017-04-12 08:20:32 -0700 | [diff] [blame] | 622 | |
Tatu Saloranta | 9a083ad | 2017-05-19 13:07:44 -0700 | [diff] [blame] | 623 | Andrew Joseph (apjoseph@github) |
| 624 | * Reported #1629 `FromStringDeserializer` ignores registered `DeserializationProblemHandler` |
| 625 | for `java.util.UUID` |
| 626 | (2.8.9) |
| 627 | |
Tatu Saloranta | e2476e0 | 2017-06-06 08:31:04 -0700 | [diff] [blame] | 628 | Joe Littlejohn (joelittlejohn@github) |
| 629 | * Contributed #1642: Support `READ_UNKNOWN_ENUM_VALUES_AS_NULL` with `@JsonCreator` |
| 630 | (2.8.9) |
| 631 | |
Tatu Saloranta | 247122f | 2017-06-08 22:46:26 -0700 | [diff] [blame] | 632 | Slobodan Pejic (slobo-showbie@github) |
| 633 | * Reported #1647, contributed fix: Missing properties from base class when recursive |
| 634 | types are involved |
| 635 | (2.8.9) |
| 636 | |
Tatu Saloranta | 93f7e14 | 2017-06-08 22:20:50 -0700 | [diff] [blame] | 637 | Bertrand Renuart (brenuart@github) |
| 638 | * Reported #1648: `DateTimeSerializerBase` ignores configured date format when creating contextual |
| 639 | (2.8.9) |
Tatu Saloranta | 3978538 | 2017-06-10 20:48:03 -0700 | [diff] [blame] | 640 | * Reported #1651: `StdDateFormat` fails to parse 'zulu' date when TimeZone other than UTC |
| 641 | (2.8.9) |
Tatu Saloranta | f71ba6f | 2017-08-25 22:16:55 -0700 | [diff] [blame] | 642 | * Suggested #1745: StdDateFormat: accept and truncate millis larger than 3 digits |
| 643 | (2.9.1) |
Tatu Saloranta | 97134ae | 2017-08-25 21:53:42 -0700 | [diff] [blame] | 644 | * Contributed #1749: StdDateFormat: performance improvement of '_format(..)' method |
| 645 | (2.9.1) |
Tatu Saloranta | e54e9e0 | 2017-09-06 19:15:58 -0700 | [diff] [blame] | 646 | * Contributed #1759: Reuse `Calendar` instance during parsing by `StdDateFormat` |
| 647 | (2.9.1) |
Tatu Saloranta | 93f7e14 | 2017-06-08 22:20:50 -0700 | [diff] [blame] | 648 | |
Tatu Saloranta | 075319d | 2017-06-16 16:14:37 -0700 | [diff] [blame] | 649 | Kevin Gallardo (newkek@github) |
| 650 | * Reported #1658: Infinite recursion when deserializing a class extending a Map, |
| 651 | with a recursive value type |
| 652 | (2.8.10) |
Tatu Saloranta | 6a1152c | 2018-01-02 17:23:16 -0800 | [diff] [blame] | 653 | * Reported #1729: Integer bounds verification when calling `TokenBuffer.getIntValue()` |
| 654 | (2.9.4) |
Tatu Saloranta | 075319d | 2017-06-16 16:14:37 -0700 | [diff] [blame] | 655 | |
Tatu Saloranta | 50047c2 | 2017-09-11 10:34:47 -0700 | [diff] [blame] | 656 | Lukas Euler |
| 657 | * Reported #1735: Missing type checks when using polymorphic type ids |
| 658 | |
Tatu Saloranta | 051bd5e | 2018-05-10 18:26:07 -0700 | [diff] [blame] | 659 | Guixiong Wu (吴桂雄) |
| 660 | * Reported #2032: Blacklist another serialization gadget (ibatis) |
| 661 | (2.8.11.2) |
| 662 | |
Tatu Saloranta | bc91126 | 2018-08-15 07:13:38 -0700 | [diff] [blame] | 663 | svarzee@github |
| 664 | * Reported #2109, suggested fix: Canonical string for reference type is built incorrectly |
| 665 | (2.8.11.3 / 2.9.7) |
| 666 | |
Tatu Saloranta | 73c1c2c | 2019-09-12 13:06:31 -0700 | [diff] [blame] | 667 | Kaki King (kingkk9279@g) |
| 668 | * Reported #2449: Block one more gadget type (cve CVE-2019-14540) |
| 669 | (2.9.10) |
| 670 | |
Tatu Saloranta | 9598db5 | 2016-08-24 22:14:58 -0700 | [diff] [blame] | 671 | Connor Kuhn (ckuhn@github) |
| 672 | * Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY |
| 673 | (2.9.0) |
Tatu Saloranta | a0dab04 | 2016-10-05 08:18:34 -0700 | [diff] [blame] | 674 | |
| 675 | Jan Lolling (jlolling@github) |
| 676 | * Contributed #1319: Add `ObjectNode.put(String, BigInteger)` |
| 677 | (2.9.0) |
Tatu Saloranta | d068a40 | 2016-10-05 23:21:57 -0700 | [diff] [blame] | 678 | |
| 679 | Michael R Fairhurst (MichaelRFairhurst@github) |
| 680 | * Reported #1035: `@JsonAnySetter` assumes key of `String`, does not consider declared type. |
| 681 | (2.9.0) |
Tatu Saloranta | b8b0e72 | 2016-10-27 22:05:29 -0700 | [diff] [blame] | 682 | |
| 683 | Fabrizio Cucci (fabriziocucci@github) |
| 684 | * Reported #1406: `ObjectMapper.readTree()` methods do not return `null` on end-of-input |
| 685 | (2.9.0) |
Tatu Saloranta | d0c4c90 | 2016-10-28 21:12:34 -0700 | [diff] [blame] | 686 | |
| 687 | Emiliano Clariá (emilianogc@github) |
| 688 | * Contributed #1434: Explicitly pass null on invoke calls with no arguments |
| 689 | (2.9.0) |
Tatu Saloranta | 5285e4a | 2017-02-23 11:34:04 -0800 | [diff] [blame] | 690 | |
| 691 | Ana Eliza Barbosa (AnaEliza@github) |
| 692 | * Contributed #1520: Case insensitive enum deserialization feature. |
| 693 | (2.9.0) |
Tatu Saloranta | 32886a8 | 2017-03-06 22:15:19 -0800 | [diff] [blame] | 694 | |
| 695 | Lyor Goldstein (lgoldstein@github) |
| 696 | * Reported #1544: `EnumMapDeserializer` assumes a pure `EnumMap` and does not support |
| 697 | derived classes |
| 698 | (2.9.0) |
Tatu Saloranta | 9446514 | 2017-03-07 22:15:00 -0800 | [diff] [blame] | 699 | |
| 700 | Harleen Sahni (harleensahni@github) |
| 701 | * Reported #403: Make FAIL_ON_NULL_FOR_PRIMITIVES apply to primitive arrays and other |
| 702 | types that wrap primitives |
| 703 | (2.9.0) |
Tatu Saloranta | 534abb1 | 2017-04-24 22:25:16 -0700 | [diff] [blame] | 704 | |
| 705 | Jared Jacobs (2is10@github) |
| 706 | * Requested #1605: Allow serialization of `InetAddress` as simple numeric host address |
| 707 | (2.9.0) |
| 708 | |
Tatu Saloranta | 715f262 | 2017-04-30 20:16:26 -0700 | [diff] [blame] | 709 | Patrick Gunia (pgunia@github) |
| 710 | * Reported #1440: Wrong `JsonStreamContext` in `DeserializationProblemHandler` when reading |
| 711 | `TokenBuffer` content |
| 712 | (2.9.0) |
Tatu Saloranta | bffdab5 | 2017-05-01 15:53:36 -0700 | [diff] [blame] | 713 | |
| 714 | Carsten Wickner (CarstenWickner@github) |
| 715 | * Contributed #1522: Global `@JsonInclude(Include.NON_NULL)` for all properties with a specific type |
| 716 | (2.9.0) |
Tatu Saloranta | 3d1cb22 | 2017-06-02 18:42:33 -0700 | [diff] [blame] | 717 | |
| 718 | Chris Plummer (strmer15@github) |
| 719 | * Reported #1637: `ObjectReader.at()` with `JsonPointer` stops after first collection |
| 720 | (2.9.0) |
| 721 | |
Tatu Saloranta | 16d3618 | 2017-07-12 15:50:43 -0700 | [diff] [blame] | 722 | Christian Basler (Dissem@github) |
| 723 | * Reported #1688: Deserialization fails for `java.nio.file.Path` implementations when |
| 724 | default typing enabled |
| 725 | (2.9.0) |
Tatu Saloranta | 48fc70b | 2017-08-23 16:46:17 -0700 | [diff] [blame] | 726 | |
| 727 | Tim Bartley (tbartley@github) |
| 728 | * Reported, suggested fix for #1705: Non-generic interface method hides type resolution info |
| 729 | from generic base class |
| 730 | (2.9.1) |
Tatu Saloranta | 8d0b850 | 2017-09-18 20:48:01 -0700 | [diff] [blame] | 731 | |
| 732 | Luís Cleto (luiscleto@github) |
| 733 | * Suggested 1768: Improve `TypeFactory.constructFromCanonical()` to work with |
| 734 | `java.lang.reflect.Type.getTypeName()` format |
| 735 | (2.9.2) |
Tatu Saloranta | dcd40a1 | 2017-10-13 13:10:45 -0700 | [diff] [blame] | 736 | |
| 737 | Vincent Demay (vdemay@github) |
| 738 | * Reported #1793: `java.lang.NullPointerException` in `ObjectArraySerializer.acceptJsonFormatVisitor()` |
| 739 | for array value with `@JsonValue` |
| 740 | (2.9.2) |
Tatu Saloranta | 4e208e1 | 2017-12-03 17:13:49 -0800 | [diff] [blame] | 741 | |
| 742 | Peter Jurkovic (peterjurkovic@github) |
| 743 | * Reported #1823: ClassNameIdResolver doesn't handle resolve Collections$SingletonMap, |
| 744 | Collections$SingletonSet |
| 745 | (2.9.3) |
Tatu Saloranta | 77fd035 | 2017-12-03 22:59:03 -0800 | [diff] [blame] | 746 | |
| 747 | alinakovalenko@github: |
| 748 | * Reported #1844: Map "deep" merge only adds new items, but not override existing values |
| 749 | (2.9.3) |
Tatu Saloranta | 2da6113 | 2018-01-15 13:19:55 -0800 | [diff] [blame] | 750 | |
| 751 | Pier-Luc Whissell (pwhissell@github): |
| 752 | * Reported #1673: Serialising generic value classes via Reference Types (like Optional) fails |
| 753 | to include type information |
| 754 | (2.9.4) |
Tatu Saloranta | 5939b1a | 2018-01-17 16:37:43 -0800 | [diff] [blame] | 755 | |
| 756 | Alexander Skvortcov (askvortcov@github) |
| 757 | * Reported #1853: Deserialise from Object (using Creator methods) returns field name |
| 758 | instead of value |
| 759 | (2.9.4) |
Tatu Saloranta | 1ce6a0a | 2018-01-22 18:20:50 -0800 | [diff] [blame] | 760 | |
| 761 | Joe Schafer (jschaf@github) |
Tatu Saloranta | eb7cf73 | 2018-01-22 19:47:04 -0800 | [diff] [blame] | 762 | * Reported #1906: Add string format specifier for error message in `PropertyValueBuffer` |
| 763 | (2.9.4) |
Tatu Saloranta | 1ce6a0a | 2018-01-22 18:20:50 -0800 | [diff] [blame] | 764 | * Reported #1907: Remove `getClass()` from `_valueType` argument for error reporting |
| 765 | (2.9.4) |
Tatu Saloranta | 4a2d8f4 | 2018-02-04 18:28:32 -0800 | [diff] [blame] | 766 | |
| 767 | Deblock Thomas (deblockt@github) |
| 768 | * Reported, contributed fix for #1912: `BeanDeserializerModifier.updateBuilder()` does not |
| 769 | work to set custom deserializer on a property (since 2.9.0) |
Tatu Saloranta | efa6044 | 2019-06-03 22:23:43 -0700 | [diff] [blame] | 770 | (2.9.5) |
| 771 | * Reported, suggested fix for #2280: JsonMerge not work with constructor args |
| 772 | (2.10.0) |
Tatu Saloranta | bc22f90 | 2018-02-12 09:28:15 -0800 | [diff] [blame] | 773 | |
| 774 | lilei@venusgroup.com.cn: |
| 775 | * Reported #1931: Two more `c3p0` gadgets to exploit default typing issue |
| 776 | (2.9.5) |
Tatu Saloranta | 9b1b35d | 2018-02-22 20:38:04 -0800 | [diff] [blame] | 777 | |
| 778 | Aniruddha Maru (maroux@github) |
| 779 | * Reported #1940: `Float` values with integer value beyond `int` lose precision if |
| 780 | bound to `long` |
| 781 | (2.9.5) |
Tatu Saloranta | 13a7490 | 2018-03-05 19:09:54 -0800 | [diff] [blame] | 782 | |
| 783 | Timur Shakurov (saladinkzn@github) |
| 784 | * Reported #1947: `MapperFeature.AUTO_DETECT_XXX` do not work if all disabled |
| 785 | (2.9.5) |
Tatu Saloranta | 277151d | 2018-03-22 15:38:42 -0700 | [diff] [blame] | 786 | |
| 787 | roeltje25@github |
| 788 | * Reported #1978: Using @JsonUnwrapped annotation in builderdeserializer hangs in |
| 789 | infinite loop |
| 790 | (2.9.5) |
Tatu Saloranta | 69f6f52 | 2018-04-19 15:38:12 -0700 | [diff] [blame] | 791 | |
Tatu Saloranta | 11808cc | 2018-04-19 20:39:30 -0700 | [diff] [blame] | 792 | Freddy Boucher (freddyboucher@github) |
| 793 | * Reported #1990: MixIn `@JsonProperty` for `Object.hashCode()` is ignored |
| 794 | (2.9.6) |
| 795 | |
Tatu Saloranta | 69f6f52 | 2018-04-19 15:38:12 -0700 | [diff] [blame] | 796 | Ondrej Zizka (OndraZizk@github) |
| 797 | * Reported #1999: "Duplicate property" issue should mention which class it complains about |
| 798 | (2.9.6) |
Tatu Saloranta | ba45be2 | 2018-05-01 19:20:50 -0700 | [diff] [blame] | 799 | |
| 800 | Jakub Skierbiszewski (jskierbi@github) |
| 801 | * Reported, contributed fix for #2001: Deserialization issue with `@JsonIgnore` and |
| 802 | `@JsonCreator` + `@JsonProperty` for same property name |
| 803 | (2.9.6) |
Tatu Saloranta | fbe64a2 | 2018-05-03 20:40:56 -0700 | [diff] [blame] | 804 | |
| 805 | Carter Kozak (cakofony@github) |
| 806 | * Reported #2016: Delegating JsonCreator disregards JsonDeserialize info |
| 807 | (2.9.6) |
Tatu Saloranta | bfeb1fa | 2018-05-14 16:37:35 -0700 | [diff] [blame] | 808 | |
| 809 | Reinhard Prechtl (dnno@github) |
| 810 | * Reported #2034: Serialization problem with type specialization of nested generic types |
| 811 | (2.9.6) |
Tatu Saloranta | 324b2d7 | 2018-05-16 10:15:58 -0700 | [diff] [blame] | 812 | |
| 813 | Chetan Narsude (243826@github) |
| 814 | * Reported #2038: JDK Serializing and using Deserialized `ObjectMapper` loses linkage |
| 815 | back from `JsonParser.getCodec()` |
Tatu Saloranta | 323cd0b | 2018-08-30 19:43:43 -0700 | [diff] [blame] | 816 | (2.9.6) |
Tatu Saloranta | fee8eb4 | 2018-06-11 17:34:56 -0700 | [diff] [blame] | 817 | |
| 818 | Petar Tahchiev (ptahchiev@github) |
| 819 | * Reported #2060: `UnwrappingBeanPropertyWriter` incorrectly assumes the found |
| 820 | serializer is of type `UnwrappingBeanSerializer` |
Tatu Saloranta | 323cd0b | 2018-08-30 19:43:43 -0700 | [diff] [blame] | 821 | (2.9.6) |
| 822 | |
| 823 | Brandon Krieger (bkrieger@github) |
| 824 | * Reported #2064: Cannot set custom format for `SqlDateSerializer` globally |
| 825 | (2.9.7) |
Tatu Saloranta | f3f77d9 | 2018-06-19 11:52:30 -0700 | [diff] [blame] | 826 | |
| 827 | Thibaut Robert (trobert@github) |
| 828 | * Requested #2059: Remove `final` modifier for `TypeFactory` |
Tatu Saloranta | b42dfc4 | 2018-08-30 19:45:19 -0700 | [diff] [blame] | 829 | (2.10.0) |
Tatu Saloranta | 8261614 | 2018-08-27 21:47:33 -0700 | [diff] [blame] | 830 | |
Tatu Saloranta | dd7258a | 2018-08-28 21:40:00 -0700 | [diff] [blame] | 831 | Christopher Smith (chrylis@github) |
| 832 | * Suggested #2115: Support naive deserialization of `Serializable` values as "untyped", |
| 833 | same as `java.lang.Object` |
Tatu Saloranta | b42dfc4 | 2018-08-30 19:45:19 -0700 | [diff] [blame] | 834 | (2.10.0) |
Tatu Saloranta | dd7258a | 2018-08-28 21:40:00 -0700 | [diff] [blame] | 835 | |
Tatu Saloranta | 8261614 | 2018-08-27 21:47:33 -0700 | [diff] [blame] | 836 | Édouard Mercier (edouardmercier@github) |
| 837 | * Requested #2116: Make NumberSerializers.Base public and its inherited classes not final |
Tatu Saloranta | b42dfc4 | 2018-08-30 19:45:19 -0700 | [diff] [blame] | 838 | (2.9.6) |
Tatu Saloranta | 9ee894c | 2018-09-06 22:55:49 -0700 | [diff] [blame] | 839 | |
| 840 | Semyon Levin (remal@github) |
| 841 | * Contributed #2120: `NioPathDeserializer` improvement |
Tatu Saloranta | 3f45bb9 | 2018-11-22 18:05:49 -0800 | [diff] [blame] | 842 | (2.9.7) |
Tatu Saloranta | 2599caf | 2019-09-15 16:17:48 -0700 | [diff] [blame] | 843 | * Contributed #2133: Improve `DeserializationProblemHandler.handleUnexpectedToken()` |
| 844 | to allow handling of Collection problems |
| 845 | (2.10.0) |
Tatu Saloranta | 3f45bb9 | 2018-11-22 18:05:49 -0800 | [diff] [blame] | 846 | |
| 847 | Pavel Nikitin (morj@github) |
| 848 | * Requested #2181: Don't re-use dynamic serializers for property-updating copy constructors |
| 849 | (2.9.8) |
Tatu Saloranta | 69903ae | 2018-12-06 21:35:10 -0800 | [diff] [blame] | 850 | |
Tatu Saloranta | ceed2dc | 2019-01-15 20:24:01 -0800 | [diff] [blame] | 851 | Thomas Krieger (ThomasKrieger@github) |
| 852 | * Reported #1408: Call to `TypeVariable.getBounds()` without synchronization unsafe on |
| 853 | some platforms |
| 854 | (2.9.9) |
| 855 | |
Tatu Saloranta | 69903ae | 2018-12-06 21:35:10 -0800 | [diff] [blame] | 856 | René Kschamer (flawi@github) |
| 857 | * Reported #2197: Illegal reflective access operation warning when using `java.lang.Void` |
| 858 | as value type |
| 859 | (2.9.8) |
Tatu Saloranta | 0ca6c28 | 2019-01-11 19:43:30 -0800 | [diff] [blame] | 860 | |
Tatu Saloranta | 83264a7 | 2019-03-02 17:39:43 -0800 | [diff] [blame] | 861 | Joffrey Bion (joffrey-bion@github) |
| 862 | * Reported #2265: Inconsistent handling of Collections$UnmodifiableList vs |
| 863 | Collections$UnmodifiableRandomAccessList |
| 864 | (2.9.9) |
Tatu Saloranta | 041cacd | 2019-03-02 17:40:24 -0800 | [diff] [blame] | 865 | |
Tatu Saloranta | 4d19b64 | 2019-04-15 21:07:06 -0700 | [diff] [blame] | 866 | Christoph Fiehe (cfiehe@github.com) |
Tatu Saloranta | 7da282d | 2019-04-15 21:05:00 -0700 | [diff] [blame] | 867 | * Contributed #2299: Fix for using jackson-databind in an OSGi environment under Android |
| 868 | (2.9.9) |
Tatu Saloranta | 4d19b64 | 2019-04-15 21:07:06 -0700 | [diff] [blame] | 869 | |
Tatu Saloranta | f36222e | 2019-05-07 20:48:24 -0700 | [diff] [blame] | 870 | Cyril Martin (mcoolive@github.com) |
| 871 | * Reported #2303: Deserialize null, when java type is "TypeRef of TypeRef of T", |
| 872 | does not provide "Type(Type(null))" |
| 873 | (2.9.9) |
Tatu Saloranta | c3078d0 | 2019-05-07 20:59:05 -0700 | [diff] [blame] | 874 | |
Tatu Saloranta | 9e2a4a9 | 2019-07-01 19:29:44 -0700 | [diff] [blame] | 875 | Daniil Barvitsky (dbarvitsky@github) |
Tatu Saloranta | 8bb7c9a | 2019-05-10 22:48:16 -0700 | [diff] [blame] | 876 | * Reported #2324: `StringCollectionDeserializer` fails with custom collection |
| 877 | (2.9.9) |
Tatu Saloranta | 1dde7a9 | 2019-05-10 22:49:54 -0700 | [diff] [blame] | 878 | |
Tatu Saloranta | 9e2a4a9 | 2019-07-01 19:29:44 -0700 | [diff] [blame] | 879 | Edgar Asatryan (nstdio@github) |
| 880 | * Reported #2374: `ObjectMapper. getRegisteredModuleIds()` throws NPE if no modules registered |
| 881 | (2.9.9.1) |
Tatu Saloranta | 68b1f71 | 2019-07-29 22:21:50 -0700 | [diff] [blame] | 882 | |
| 883 | Michael Simons (michael-simons@github) |
| 884 | * Reported #2395: `NullPointerException` from `ResolvedRecursiveType` (regression due to |
| 885 | fix for #2331) |
| 886 | (2.9.9.3) |
Tatu Saloranta | 1fae2f1 | 2019-07-02 08:01:34 -0700 | [diff] [blame] | 887 | |
Tatu Saloranta | 6967c3e | 2019-08-13 14:50:39 -0700 | [diff] [blame] | 888 | Joe Barnett (josephlbarnett@github) |
| 889 | * Reported, contributed fix for #2404: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY setting |
| 890 | ignored when creator properties are buffered |
| 891 | (2.9.10) |
Tatu Saloranta | c5961bf | 2019-08-13 14:51:52 -0700 | [diff] [blame] | 892 | |
Tatu Saloranta | c4ecc01 | 2019-09-14 15:24:38 -0700 | [diff] [blame] | 893 | Zihui Ren (renzihui@github) |
| 894 | * Suggested #2129: Add `SerializationFeature.WRITE_ENUM_KEYS_USING_INDEX`, separate from value setting |
| 895 | (2.10.0) |
| 896 | |
Tatu Saloranta | e3ec9dc | 2019-09-11 16:33:32 -0700 | [diff] [blame] | 897 | Yiqiu Huang (huangyq23@github |
| 898 | * Reported #2164: `FactoryBasedEnumDeserializer` does not respect |
| 899 | `DeserializationFeature.WRAP_EXCEPTIONS` |
Tatu Saloranta | 0ca6c28 | 2019-01-11 19:43:30 -0800 | [diff] [blame] | 900 | (2.10.0) |
Tatu Saloranta | e3ec9dc | 2019-09-11 16:33:32 -0700 | [diff] [blame] | 901 | |
Tatu Saloranta | 6ef8665 | 2019-01-16 22:20:38 -0800 | [diff] [blame] | 902 | Alexander Saites (saites@github) |
| 903 | * Reported #2189: `TreeTraversingParser` does not check int bounds |
| 904 | (2.10.0) |
Tatu Saloranta | e287a62 | 2019-02-04 17:51:04 -0800 | [diff] [blame] | 905 | |
Tatu Saloranta | e3ec9dc | 2019-09-11 16:33:32 -0700 | [diff] [blame] | 906 | Christoph Breitkopf (bokesan@github) |
| 907 | * Reported #2217: Suboptimal memory allocation in `TextNode.getBinaryValue()` |
| 908 | (2.10.0) |
| 909 | |
Tatu Saloranta | e287a62 | 2019-02-04 17:51:04 -0800 | [diff] [blame] | 910 | Pavel Chervakov (pacher@github) |
| 911 | * Reported #2230: `WRITE_BIGDECIMAL_AS_PLAIN` is ignored if `@JsonFormat` is used |
| 912 | (2.10.0) |
Tatu Saloranta | e2859a6 | 2019-05-06 21:16:35 -0700 | [diff] [blame] | 913 | |
Tatu Saloranta | 5dfd86f | 2019-09-09 21:06:32 -0700 | [diff] [blame] | 914 | Ben Anderson (andersonbd1@github) |
| 915 | * Reported, suggested fix for #2309: READ_ENUMS_USING_TO_STRING doesn't support null values |
| 916 | (2.10.0) |
| 917 | |
Tatu Saloranta | e2859a6 | 2019-05-06 21:16:35 -0700 | [diff] [blame] | 918 | Manuel Hegner (manuel-hegner@github) |
| 919 | * Suggested #2311: Unnecessary MultiView creation for property writers |
Tatu Saloranta | c3078d0 | 2019-05-07 20:59:05 -0700 | [diff] [blame] | 920 | (2.10.0) |
Tatu Saloranta | 80596b1 | 2019-05-31 20:51:15 -0700 | [diff] [blame] | 921 | |
Tatu Saloranta | 9051c79 | 2019-08-20 20:12:34 -0700 | [diff] [blame] | 922 | Chris Mercer (cmercer@github) |
| 923 | * Reported #2331: `JsonMappingException` through nested getter with generic wildcard return type |
| 924 | (2.10.0) |
| 925 | |
| 926 | Robert Greig (rgreig@github) |
| 927 | * Reported #2336: `MapDeserializer` can not merge `Map`s with polymorphic values |
| 928 | (2.10.0) |
| 929 | |
Tatu Saloranta | 80596b1 | 2019-05-31 20:51:15 -0700 | [diff] [blame] | 930 | Victor Noël (victornoel@github) |
| 931 | * Reported #2338: Suboptimal return type for `JsonNode.withArray()` |
| 932 | (2.10.0) |
Tatu Saloranta | 441b65c | 2019-06-02 15:14:00 -0700 | [diff] [blame] | 933 | * Reported #2339: Suboptimal return type for `ObjectNode.set()` |
| 934 | (2.10.0) |
Tatu Saloranta | 985ee58 | 2019-08-06 22:24:33 -0700 | [diff] [blame] | 935 | |
Tatu Saloranta | cb69a70 | 2019-09-05 12:42:48 -0700 | [diff] [blame] | 936 | David Harris (toadzky@github) |
| 937 | * Reported #2378: `@JsonAlias` doesn't work with AutoValue |
| 938 | (2.10.0) |
| 939 | |
Tatu Saloranta | 8af8bd6 | 2019-09-03 19:27:57 -0700 | [diff] [blame] | 940 | Sam Smith (Oracle Security Researcher) |
| 941 | * Suggested #2398: Replace recursion in `TokenBuffer.copyCurrentStructure()` with iteration |
| 942 | |
Tatu Saloranta | c9f36d9 | 2019-08-07 16:43:36 -0700 | [diff] [blame] | 943 | Vladimir Tsanev (tsachev@github) |
| 944 | * Contributed #2415: Builder-based POJO deserializer should pass builder instance, not type, |
| 945 | to `handleUnknownVanilla()` to fix earlier #822 |
| 946 | (2.10.0) |
Tatu Saloranta | 9db1adb | 2019-08-29 19:25:28 -0700 | [diff] [blame] | 947 | |
Tatu Saloranta | e47c903 | 2019-09-10 19:39:38 -0700 | [diff] [blame] | 948 | Marcos Passos (marcospassos@github( |
| 949 | * Contributed #2432: Add support for module bundles |
| 950 | (2.10.0) |
| 951 | |
Tatu Saloranta | 9db1adb | 2019-08-29 19:25:28 -0700 | [diff] [blame] | 952 | David Becker (dsbecker@github) |
| 953 | * Suggested #2433: Improve `NullNode.equals()` |
| 954 | (2.10.0) |
Tatu Saloranta | ae7c1e5 | 2019-09-06 09:47:29 -0700 | [diff] [blame] | 955 | |
| 956 | Hesham Massoud (heshamMassoud@github) |
| 957 | * Reported, contributed fix for #2442: `ArrayNode.addAll()` adds raw `null` values |
| 958 | which cause NPE on `deepCopy()` |
| 959 | (2.10.0) |
Tatu Saloranta | 052be02 | 2019-09-09 19:12:57 -0700 | [diff] [blame] | 960 | |
| 961 | David Connelly (dconnelly@github) |
Tatu Saloranta | b387940 | 2019-09-19 15:31:20 -0700 | [diff] [blame] | 962 | * Reported #2446: Java 11: Unable to load JDK7 types (annotations, java.nio.file.Path): |
Tatu Saloranta | 052be02 | 2019-09-09 19:12:57 -0700 | [diff] [blame] | 963 | no Java7 support added |
| 964 | (2.10.0) |
Tatu Saloranta | b387940 | 2019-09-19 15:31:20 -0700 | [diff] [blame] | 965 | |
| 966 | Wahey (KevynBct@github) |
| 967 | * Reported #2466: Didn't find class "java.nio.file.Path" below Android api 26 |
| 968 | (2.10.0) |
Tatu Saloranta | 09fd5a6 | 2019-09-19 22:08:50 -0700 | [diff] [blame] | 969 | |
| 970 | Martín Coll (colltoaction@github) |
| 971 | * Contributed #2467: Accept `JsonTypeInfo.As.WRAPPER_ARRAY` with no second argument to |
| 972 | deserialize as "null value" |
| 973 | (2.10.0) |
Tatu Saloranta | d1959f8 | 2019-09-29 10:53:42 -0700 | [diff] [blame] | 974 | |
| 975 | Andrey Kulikov (ankulikov@github) |
| 976 | * Reported #2457: Extended enum values are not handled as enums when used as Map keys |
| 977 | (2.10.1) |
Tatu Saloranta | ca1867e | 2019-09-29 18:20:45 -0700 | [diff] [blame] | 978 | |
Tatu Saloranta | f00c1cd | 2019-09-29 19:35:17 -0700 | [diff] [blame] | 979 | João Guerra (joca-bt@github) |
| 980 | * Reported #2473: Array index missing in path of `JsonMappingException` for `Collection<String>`, |
| 981 | with custom deserializer |
| 982 | (2.10.1) |
| 983 | |
Tatu Saloranta | ca1867e | 2019-09-29 18:20:45 -0700 | [diff] [blame] | 984 | Ryan Bohn (bohnman@github) |
Tatu Saloranta | f00c1cd | 2019-09-29 19:35:17 -0700 | [diff] [blame] | 985 | * Reported #2475: `StringCollectionSerializer` calls `JsonGenerator.setCurrentValue(value)`, |
Tatu Saloranta | ca1867e | 2019-09-29 18:20:45 -0700 | [diff] [blame] | 986 | which messes up current value for sibling properties |
| 987 | (2.10.1) |
Tatu Saloranta | 3d49e7f | 2019-10-19 20:24:17 -0700 | [diff] [blame^] | 988 | |
| 989 | Johan Haleby (johanhaleby@github) |
| 990 | * Reported #2513: BigDecimalAsStringSerializer in NumberSerializer throws IllegalStateException |
| 991 | in 2.10 |
| 992 | (2.11.0) |