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) |
Cowtowncoder | e6ff003 | 2015-09-23 16:04:51 -0700 | [diff] [blame] | 344 | |
Cowtowncoder | e5b8ff1 | 2015-09-10 14:37:37 -0700 | [diff] [blame] | 345 | David Haraburda (dharaburda@github) |
| 346 | * Contributed #918: Add `MapperFeature.ALLOW_EXPLICIT_PROPERTY_RENAMING` |
| 347 | (2.7.0) |
Cowtowncoder | b51dc40 | 2015-09-24 16:00:43 -0700 | [diff] [blame] | 348 | |
Cowtowncoder | d21210b | 2015-09-24 16:00:14 -0700 | [diff] [blame] | 349 | Sergio Mira (Sergio-Mira@github) |
| 350 | * Contributed #940: Add missing `hashCode()` implementations for `JsonNode` types that did not have them |
| 351 | (2.6.3) |
Tatu Saloranta | 2a9808c | 2015-09-26 16:25:31 -0700 | [diff] [blame] | 352 | |
Tatu Saloranta | d16a507 | 2015-09-27 21:38:56 -0700 | [diff] [blame] | 353 | Andreas Pieber (anpieber@github) |
Tatu Saloranta | 2a9808c | 2015-09-26 16:25:31 -0700 | [diff] [blame] | 354 | * Reported #939: Regression: DateConversionError in 2.6.x |
| 355 | (2.6.3) |
Tatu Saloranta | 795dd01 | 2015-09-27 21:37:17 -0700 | [diff] [blame] | 356 | |
| 357 | Jesse Wilson (swankjesse@github) |
Tatu Saloranta | bfd254d | 2015-09-29 20:21:38 -0700 | [diff] [blame] | 358 | * Contributed #948: Support leap seconds, any number of millisecond digits for ISO-8601 Dates. |
| 359 | (2.6.3) |
Tatu Saloranta | 795dd01 | 2015-09-27 21:37:17 -0700 | [diff] [blame] | 360 | * Contributed #949: Report the offending substring when number parsing fails |
| 361 | (2.6.3) |
Tatu Saloranta | 30b5469 | 2015-09-29 21:10:19 -0700 | [diff] [blame] | 362 | |
| 363 | Warren Bloomer (stormboy@github) |
| 364 | * Reported #942: Handle null type id for polymorphic values that use external type id |
| 365 | (2.6.3) |
Cowtowncoder | d5a25f4 | 2015-10-28 17:22:05 -0700 | [diff] [blame] | 366 | |
| 367 | Ievgen Pianov (pyanoveugen@github) |
| 368 | * Reported #989: Deserialization from "{}" to java.lang.Object causes "out of END_OBJECT token" error |
| 369 | (2.6.3) |
Tatu Saloranta | 77d1b25 | 2015-11-05 10:01:48 -0800 | [diff] [blame] | 370 | |
Tatu Saloranta | 1ed7f38 | 2015-11-20 13:41:09 -0800 | [diff] [blame] | 371 | Jayson Minard (apatrida@github) |
| 372 | * Reported #1005: Synthetic constructors confusing Jackson data binding |
| 373 | (2.6.4) |
Tatu Saloranta | 2dbd816 | 2016-11-13 18:05:33 -0800 | [diff] [blame] | 374 | * Reported #1438: `ACCEPT_CASE_INSENSITIVE_PROPERTIES` is not respected for creator properties |
| 375 | (2.8.5) |
Tatu Saloranta | f75f2bf | 2015-11-20 13:48:26 -0800 | [diff] [blame] | 376 | |
Tatu Saloranta | 660ec8f | 2015-11-20 14:02:01 -0800 | [diff] [blame] | 377 | David Bakin (david-bakin@github) |
| 378 | * Reported #1013: `@JsonUnwrapped` is not treated as assuming `@JsonProperty("")` |
| 379 | (2.6.4) |
Tatu Saloranta | da2f2c9 | 2015-11-20 14:18:48 -0800 | [diff] [blame] | 380 | * Suggested #1011: Change ObjectWriter::withAttributes() to take a Map with some kind of wildcard types |
| 381 | (2.7.0) |
Tatu Saloranta | a0b9095 | 2015-11-20 14:07:50 -0800 | [diff] [blame] | 382 | |
Tatu Saloranta | 5aece76 | 2015-12-06 22:50:43 -0800 | [diff] [blame] | 383 | Dmitry Romantsov (DmRomantsov@github) |
| 384 | * Reported #1036: Problem with case-insensitive deserialization |
| 385 | (2.6.4) |
Tatu Saloranta | d6f35ed | 2015-12-06 22:54:17 -0800 | [diff] [blame] | 386 | |
Tatu Saloranta | 89559a2 | 2016-02-01 21:57:16 -0800 | [diff] [blame] | 387 | Daniel Norberg (danielnorberg@github) |
| 388 | * Contributed #1099: Fix custom comparator container node traversal |
| 389 | (2.6.6) |
Tatu Saloranta | 50c6a98 | 2016-02-01 22:00:48 -0800 | [diff] [blame] | 390 | |
Tatu Saloranta | 77d1b25 | 2015-11-05 10:01:48 -0800 | [diff] [blame] | 391 | Miles Kaufmann (milesk-amzn@github) |
| 392 | * Reported #432: `StdValueInstantiator` unwraps exceptions, losing context |
| 393 | (2.7.0) |
Tatu Saloranta | 03a3b55 | 2015-11-05 20:24:25 -0800 | [diff] [blame] | 394 | |
Tatu Saloranta | f807c8c | 2015-11-09 20:56:28 -0800 | [diff] [blame] | 395 | Thomas Mortagne (tmortagne@github) |
| 396 | * Suggested #857: Add support for java.beans.Transient |
| 397 | (2.7.0) |
| 398 | |
| 399 | Jonas Konrad (yawkat@github) |
| 400 | * Suggested #905: Add support for `@ConstructorProperties` |
| 401 | (2.7.0) |
| 402 | |
Tatu Saloranta | 03a3b55 | 2015-11-05 20:24:25 -0800 | [diff] [blame] | 403 | Jirka Kremser (Jiri-Kremser@github) |
| 404 | * Suggested #924: SequenceWriter.writeAll() could accept Iterable |
| 405 | (2.7.0) |
Tatu Saloranta | 563470e | 2015-11-07 21:17:37 -0800 | [diff] [blame] | 406 | |
Tatu Saloranta | f807c8c | 2015-11-09 20:56:28 -0800 | [diff] [blame] | 407 | Daniel Mischler (danielmischler@github) |
| 408 | * Requested #963: Add PropertyNameStrategy `KEBAB_CASE` |
Tatu Saloranta | 563470e | 2015-11-07 21:17:37 -0800 | [diff] [blame] | 409 | (2.7.0) |
| 410 | |
Tatu Saloranta | f89737c | 2015-11-07 21:34:38 -0800 | [diff] [blame] | 411 | Shumpei Akai (flexfrank@github) |
| 412 | * Reported #978: ObjectMapper#canSerialize(Object.class) returns false even though |
| 413 | FAIL_ON_EMPTY_BEANS is disabled |
| 414 | (2.7.0) |
Tatu Saloranta | a5301ba | 2015-12-11 09:47:09 -0800 | [diff] [blame] | 415 | |
| 416 | Hugo Wood (hgwood@github) |
| 417 | * Contributed #1010: Support for array delegator |
| 418 | (2.7.0) |
Tatu Saloranta | dbf0c6f | 2016-01-15 21:02:56 -0800 | [diff] [blame] | 419 | |
| 420 | Julian Hyde (julianhyde@github) |
| 421 | * Reported #1083: Field in base class is not recognized, when using `@JsonType.defaultImpl` |
| 422 | (2.7.1) |
Tatu Saloranta | 21a2e4b | 2016-01-28 17:39:14 -0800 | [diff] [blame] | 423 | |
| 424 | Thibault Kruse (tkruse@github) |
| 425 | * Reported #1102: Handling of deprecated `SimpleType.construct()` too minimalistic |
| 426 | (2.7.1) |
Tatu Saloranta | cc82b65 | 2016-01-31 21:53:05 -0800 | [diff] [blame] | 427 | |
| 428 | Aleks Seovic (aseovic@github) |
| 429 | * Reported #1109: @JsonFormat is ignored by the DateSerializer unless either a custom pattern |
| 430 | or a timezone are specified |
| 431 | (2.7.1) |
Tatu Saloranta | 50c6a98 | 2016-02-01 22:00:48 -0800 | [diff] [blame] | 432 | |
Tatu Saloranta | d64199a | 2016-02-21 19:44:55 -0800 | [diff] [blame] | 433 | Timur Shakurov (saladinkzn@github) |
| 434 | * Reported #1134: Jackson 2.7 doesn't work with jdk6 due to use of `Collections.emptyIterator()` |
| 435 | (2.7.2) |
Tatu Saloranta | 4eba399 | 2016-02-26 20:33:13 -0800 | [diff] [blame] | 436 | |
| 437 | Jiri Mikulasek (pirkogdc@github) |
| 438 | * Reported #1124: JsonAnyGetter ignores JsonSerialize(contentUsing=...) |
| 439 | (2.7.2) |
Tatu Saloranta | a290f09 | 2016-03-09 11:20:58 -0800 | [diff] [blame] | 440 | |
| 441 | Xavi Torrens (xavitorrens@github) |
| 442 | * Reported #1150: Problem with Object id handling, explicit `null` token |
| 443 | (2.7.3) |
Tatu Saloranta | bacb37f | 2016-03-12 14:24:47 -0800 | [diff] [blame] | 444 | |
| 445 | Yoann Rodière (fenrhil@github) |
| 446 | * Reported #1154: @JsonFormat.pattern on dates is now ignored if shape is not |
| 447 | explicitely provided |
| 448 | (2.7.3) |
Tatu Saloranta | 5a7a53a | 2016-04-03 16:43:50 -0700 | [diff] [blame] | 449 | |
Tatu Saloranta | 157650a | 2016-04-03 21:33:22 -0700 | [diff] [blame] | 450 | Mark Woon (markwoon@github) |
| 451 | * Reported #1178: `@JsonSerialize(contentAs=superType)` behavior disallowed in 2.7 |
| 452 | (2.7.4) |
Tatu Saloranta | ebadfd2 | 2016-05-19 15:36:04 -0700 | [diff] [blame] | 453 | * Reported #1231: `@JsonSerialize(as=superType)` behavior disallowed in 2.7.4 |
| 454 | (2.7.5) |
Tatu Saloranta | f97a53f | 2016-10-10 22:29:18 -0700 | [diff] [blame] | 455 | * Suggested #507: Support for default `@JsonView` for a class |
| 456 | (2.9.0) |
Tatu Saloranta | 7eb5f47 | 2016-04-03 21:33:58 -0700 | [diff] [blame] | 457 | |
Tatu Saloranta | f40e6c1 | 2016-04-20 22:07:40 -0700 | [diff] [blame] | 458 | Tom Mack (tommack@github) |
| 459 | * Reported #1208: treeToValue doesn't handle POJONodes that contain exactly |
| 460 | the requested value type |
| 461 | (2.7.4) |
Tatu Saloranta | a63cd7d | 2016-04-20 22:11:07 -0700 | [diff] [blame] | 462 | |
Tatu Saloranta | fe32b96 | 2016-05-24 22:15:03 -0700 | [diff] [blame] | 463 | William Headrick (headw01@github) |
| 464 | * Reported#1223: `BasicClassIntrospector.forSerialization(...).findProperties` should |
| 465 | respect MapperFeature.AUTO_DETECT_GETTERS/SETTERS? |
| 466 | (2.7.5) |
| 467 | |
Tatu Saloranta | b65b3cb | 2016-05-10 20:39:13 -0700 | [diff] [blame] | 468 | Nick Babcock (nickbabcock) |
| 469 | * Reported #1225: `JsonMappingException` should override getProcessor() |
| 470 | (2.7.5) |
Tatu Saloranta | c1478ac | 2016-09-29 08:17:03 -0700 | [diff] [blame] | 471 | * Suggested #1356: Differentiate between input and code exceptions on deserialization |
| 472 | (2.9.0) |
Tatu Saloranta | f47b4fd | 2016-05-10 20:41:06 -0700 | [diff] [blame] | 473 | |
Tatu Saloranta | 67813ca | 2016-05-22 18:44:53 -0700 | [diff] [blame] | 474 | Andrew Joseph (apjoseph@github) |
| 475 | * Reported #1248: `Annotated` returns raw type in place of Generic Type in 2.7.x |
| 476 | (2.7.5) |
Tatu Saloranta | e750176 | 2016-05-22 18:45:31 -0700 | [diff] [blame] | 477 | |
Tatu Saloranta | 7bc0fc4 | 2016-06-06 08:33:25 -0700 | [diff] [blame] | 478 | Erich Schubert (kno10@github) |
| 479 | * Reported #1260: `NullPointerException` in `JsonNodeDeserializer`, provided fix |
| 480 | (2.7.5) |
Tatu Saloranta | 73359ae | 2016-06-06 08:44:54 -0700 | [diff] [blame] | 481 | |
Tatu Saloranta | c62d8c7 | 2016-07-17 17:31:17 -0700 | [diff] [blame] | 482 | Brian Pontarelli (voidmain@github) |
| 483 | * Reported #1301: Problem with `JavaType.toString()` for recursive (self-referential) types |
| 484 | (2.7.6) |
Tatu Saloranta | 3befdf9 | 2016-07-17 17:32:01 -0700 | [diff] [blame] | 485 | |
Tatu Saloranta | 0aa6486 | 2016-08-15 22:29:32 -0700 | [diff] [blame] | 486 | Max Drobotov (fizmax@github) |
| 487 | * Reported, contributed fix for #1332: `ArrayIndexOutOfBoundException` for enum by index deser |
| 488 | (2.7.7) |
Tatu Saloranta | 2d80120 | 2016-08-15 22:31:21 -0700 | [diff] [blame] | 489 | |
Tatu Saloranta | ec327bd | 2016-09-14 22:28:59 -0700 | [diff] [blame] | 490 | Stuart Douglas (stuartwdouglas@github) |
| 491 | * Reported #1363: The static field ClassUtil.sCached can cause a class loader leak |
| 492 | (2.7.8) |
| 493 | |
Tatu Saloranta | 1904839 | 2016-09-12 22:50:00 -0700 | [diff] [blame] | 494 | Josh Caplan (jecaplan@github) |
| 495 | * Reported, suggested fix for #1368: Problem serializing `JsonMappingException` due to addition |
Tatu Saloranta | ec327bd | 2016-09-14 22:28:59 -0700 | [diff] [blame] | 496 | of non-ignored `processor` property (added in 2.7) |
| 497 | (2.7.8) |
Tatu Saloranta | ccd7212 | 2016-09-12 22:56:46 -0700 | [diff] [blame] | 498 | |
Tatu Saloranta | 04cb1a2 | 2017-02-04 10:52:58 -0800 | [diff] [blame] | 499 | Diego de Estrada (diegode@github) |
| 500 | * Contributed fix for #1367: No Object Id found for an instance when using `@ConstructorProperties` |
| 501 | (2.7.9) |
| 502 | |
Tatu Saloranta | 63afa52 | 2017-01-24 21:41:59 -0800 | [diff] [blame] | 503 | Kevin Hogeland (khogeland@github) |
| 504 | * Reported #1501: `ArrayIndexOutOfBoundsException` on non-static inner class constructor |
| 505 | (2.7.9) |
Tatu Saloranta | dfd864f | 2017-01-24 21:42:53 -0800 | [diff] [blame] | 506 | |
Tatu Saloranta | 77b11b1 | 2016-05-05 11:52:17 -0700 | [diff] [blame] | 507 | Artur Jonkisz (ajonkisz@github) |
| 508 | * Reported #960: `@JsonCreator` not working on a factory with no arguments for ae enum type |
| 509 | (2.8.0) |
| 510 | |
Tatu Saloranta | 4d99b8a | 2016-04-14 17:31:29 -0700 | [diff] [blame] | 511 | Mikhail Kokho (mkokho@github) |
| 512 | * Contributed impl for #990: Allow failing on `null` values for creator (add |
| 513 | `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`) |
| 514 | (2.8.0) |
Tatu Saloranta | f68be3c | 2016-04-21 12:51:57 -0700 | [diff] [blame] | 515 | |
Tatu Saloranta | ab8a20f | 2016-06-21 22:58:47 -0700 | [diff] [blame] | 516 | Aleksandr Oksenenko (oleksandr-oksenenko@github) |
| 517 | * Reported #999: External property is not deserialized |
| 518 | (2.8.0) |
| 519 | |
Tatu Saloranta | f68be3c | 2016-04-21 12:51:57 -0700 | [diff] [blame] | 520 | Lokesh Kumar (LokeshN@github) |
| 521 | * Contributed impl for #1082: Can not use static Creator factory methods for `Enum`s, |
| 522 | with JsonCreator.Mode.PROPERTIES |
| 523 | (2.8.0) |
Tatu Saloranta | c9021f7 | 2016-05-01 22:28:11 -0700 | [diff] [blame] | 524 | * Reported #1217: `@JsonIgnoreProperties` on Pojo fields not working for deserialization |
| 525 | (2.8.0) |
Tatu Saloranta | f47b4fd | 2016-05-10 20:41:06 -0700 | [diff] [blame] | 526 | |
Tatu Saloranta | ab8a20f | 2016-06-21 22:58:47 -0700 | [diff] [blame] | 527 | Ross Goldberg |
| 528 | * Reported #1165, provided fix for: `CoreXMLDeserializers` does not handle |
| 529 | time-only `XMLGregorianCalendar`s |
| 530 | (2.8.0) |
| 531 | |
Tatu Saloranta | 073fc19 | 2016-05-20 13:46:08 -0700 | [diff] [blame] | 532 | Maarten Billemont (lhunath@github) |
| 533 | * Suggested #1184: Allow overriding of `transient` with explicit inclusion with `@JsonProperty` |
| 534 | (2.8.0) |
| 535 | |
Tatu Saloranta | c809c0c | 2016-05-20 15:11:49 -0700 | [diff] [blame] | 536 | Vladimir Kulev (lightoze@github) |
| 537 | * Reported #1028: Ignore USE_BIG_DECIMAL_FOR_FLOATS for NaN/Infinity |
| 538 | (2.8.0) |
Tatu Saloranta | 567d6c0 | 2016-06-14 22:14:57 -0700 | [diff] [blame] | 539 | |
| 540 | Ari Fogel (arifogel@github) |
Tatu Saloranta | cdc404d | 2016-06-30 23:31:48 -0700 | [diff] [blame] | 541 | * Reported #1261, contributed fix for: `@JsonIdentityInfo` deserialization fails with |
Tatu Saloranta | 567d6c0 | 2016-06-14 22:14:57 -0700 | [diff] [blame] | 542 | combination of forward references, `@JsonCreator` |
| 543 | (2.8.0) |
Tatu Saloranta | cdc404d | 2016-06-30 23:31:48 -0700 | [diff] [blame] | 544 | |
| 545 | Andriy Plokhotnyuk (plokhotnyuk@github) |
| 546 | * Requested #1277: Add caching of resolved generic types for `TypeFactory` |
| 547 | (2.8.0) |
Tatu Saloranta | db0eadb | 2016-07-14 19:16:02 -0700 | [diff] [blame] | 548 | |
| 549 | Arek Gabiga (arekgabiga@github) |
| 550 | * Reported #1297: Deserialization of generic type with Map.class |
| 551 | (2.8.1) |
Tatu Saloranta | 20a1b7c | 2016-08-13 09:47:31 -0700 | [diff] [blame] | 552 | |
| 553 | Chris Jester-Young (cky@github) |
| 554 | * Contributed #1335: Unconditionally call `TypeIdResolver.getDescForKnownTypeIds` |
| 555 | (2.8.2) |
Tatu Saloranta | 2d80120 | 2016-08-15 22:31:21 -0700 | [diff] [blame] | 556 | |
Tatu Saloranta | d4a2092 | 2016-08-21 21:16:02 -0700 | [diff] [blame] | 557 | Andrew Snare (asnare@github) |
| 558 | * Reported #1315: Binding numeric values can BigDecimal lose precision |
| 559 | (2.8.2) |
Tatu Saloranta | 9598db5 | 2016-08-24 22:14:58 -0700 | [diff] [blame] | 560 | |
Tatu Saloranta | 75098b7 | 2016-09-08 20:37:41 -0700 | [diff] [blame] | 561 | Gili Tzabari (cowwoc@github) |
| 562 | * Reported #1351: `@JsonInclude(NON_DEFAULT)` doesn't omit null fields |
| 563 | (2.8.3) |
| 564 | |
Tatu Saloranta | e59194a | 2016-09-25 23:10:58 -0700 | [diff] [blame] | 565 | Oleg Zhukov (OlegZhukov@github) |
| 566 | * Reported #1384: `@JsonDeserialize(keyUsing = ...)` does not work correctly |
| 567 | together with `DefaultTyping.NON_FINAL` |
| 568 | (2.8.4) |
| 569 | |
Tatu Saloranta | 8a5b111 | 2016-09-27 20:30:09 -0700 | [diff] [blame] | 570 | Pavel Popov (tolkonepiu@github) |
| 571 | * Contributed fix #1389: Problem with handling of multi-argument creator with Enums |
| 572 | (2.8.4) |
| 573 | |
Tatu Saloranta | ab4f17f | 2016-10-06 19:27:32 -0700 | [diff] [blame] | 574 | Josh Gruenberg (joshng@github) |
| 575 | * Reported #1403: Reference-chain hints use incorrect class-name for inner classes |
| 576 | (2.8.4) |
| 577 | |
Tatu Saloranta | 494ebce | 2016-10-27 19:45:10 -0700 | [diff] [blame] | 578 | Kevin Donnelly (kpdonn@github) |
| 579 | * Reported #1432: Off by 1 bug in PropertyValueBuffer |
| 580 | (2.8.5) |
| 581 | |
Tatu Saloranta | cd5430a | 2016-11-02 22:17:18 -0700 | [diff] [blame] | 582 | Nathanial Ofiesh (ofiesh@github) |
| 583 | * Reported #1441: Failure with custom Enum key deserializer, polymorphic types |
| 584 | (2.8.5) |
| 585 | |
Tatu Saloranta | 002a9a3 | 2016-11-17 19:05:35 -0800 | [diff] [blame] | 586 | Frédéric Camblor (fcamblor@github) |
| 587 | * 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] | 588 | (2.8.6) |
| 589 | |
Tatu Saloranta | ff441e8 | 2017-01-26 22:39:00 -0800 | [diff] [blame] | 590 | Stephan Schroevers (Stephan202@github) |
| 591 | * Reported #1505: @JsonEnumDefaultValue should take precedence over FAIL_ON_NUMBERS_FOR_ENUMS |
| 592 | (2.8.7) |
| 593 | |
Tatu Saloranta | ce11473 | 2017-03-07 19:52:29 -0800 | [diff] [blame] | 594 | Alex Panchenko (panchenko@github) |
| 595 | * Reported #1543: JsonFormat.Shape.NUMBER_INT does not work when defined on enum type in 2.8 |
| 596 | (2.8.8) |
| 597 | |
Tatu Saloranta | 9919f9d | 2017-03-27 22:09:46 -0700 | [diff] [blame] | 598 | Joshua Jones |
| 599 | * Reported #1573, contributed fix: Missing properties when deserializing using a builder class |
| 600 | with a non-default constructor and a mutator annotated with `@JsonUnwrapped` |
| 601 | (2.8.8) |
| 602 | |
Tatu Saloranta | 262961a | 2017-04-12 08:20:32 -0700 | [diff] [blame] | 603 | Ivo Studens (istudens@redhat.com) |
| 604 | * Contributed #1585: Invoke ServiceLoader.load() inside of a privileged block |
| 605 | when loading modules using `ObjectMapper.findModules()` |
Tatu Saloranta | 513ab6e | 2017-04-22 10:53:01 -0700 | [diff] [blame] | 606 | (2.8.9) |
| 607 | |
Tatu Saloranta | 4a2b1ae | 2017-05-04 12:48:52 -0700 | [diff] [blame] | 608 | Javy Luo (AnywnYu@github) |
| 609 | * Reported #1595: `JsonIgnoreProperties.allowSetters` is not working in Jackson 2.8 |
| 610 | (2.8.9) |
| 611 | |
Tatu Saloranta | 513ab6e | 2017-04-22 10:53:01 -0700 | [diff] [blame] | 612 | Marco Catania (catanm@github.com) |
| 613 | * Contributed #1597: Escape JSONP breaking characters |
| 614 | (2.8.9) |
Tatu Saloranta | 262961a | 2017-04-12 08:20:32 -0700 | [diff] [blame] | 615 | |
Tatu Saloranta | 9a083ad | 2017-05-19 13:07:44 -0700 | [diff] [blame] | 616 | Andrew Joseph (apjoseph@github) |
| 617 | * Reported #1629 `FromStringDeserializer` ignores registered `DeserializationProblemHandler` |
| 618 | for `java.util.UUID` |
| 619 | (2.8.9) |
| 620 | |
Tatu Saloranta | e2476e0 | 2017-06-06 08:31:04 -0700 | [diff] [blame] | 621 | Joe Littlejohn (joelittlejohn@github) |
| 622 | * Contributed #1642: Support `READ_UNKNOWN_ENUM_VALUES_AS_NULL` with `@JsonCreator` |
| 623 | (2.8.9) |
| 624 | |
Tatu Saloranta | 247122f | 2017-06-08 22:46:26 -0700 | [diff] [blame] | 625 | Slobodan Pejic (slobo-showbie@github) |
| 626 | * Reported #1647, contributed fix: Missing properties from base class when recursive |
| 627 | types are involved |
| 628 | (2.8.9) |
| 629 | |
Tatu Saloranta | 93f7e14 | 2017-06-08 22:20:50 -0700 | [diff] [blame] | 630 | Bertrand Renuart (brenuart@github) |
| 631 | * Reported #1648: `DateTimeSerializerBase` ignores configured date format when creating contextual |
| 632 | (2.8.9) |
Tatu Saloranta | 3978538 | 2017-06-10 20:48:03 -0700 | [diff] [blame] | 633 | * Reported #1651: `StdDateFormat` fails to parse 'zulu' date when TimeZone other than UTC |
| 634 | (2.8.9) |
Tatu Saloranta | f71ba6f | 2017-08-25 22:16:55 -0700 | [diff] [blame] | 635 | * Suggested #1745: StdDateFormat: accept and truncate millis larger than 3 digits |
| 636 | (2.9.1) |
Tatu Saloranta | 97134ae | 2017-08-25 21:53:42 -0700 | [diff] [blame] | 637 | * Contributed #1749: StdDateFormat: performance improvement of '_format(..)' method |
| 638 | (2.9.1) |
Tatu Saloranta | e54e9e0 | 2017-09-06 19:15:58 -0700 | [diff] [blame] | 639 | * Contributed #1759: Reuse `Calendar` instance during parsing by `StdDateFormat` |
| 640 | (2.9.1) |
Tatu Saloranta | 93f7e14 | 2017-06-08 22:20:50 -0700 | [diff] [blame] | 641 | |
Tatu Saloranta | 075319d | 2017-06-16 16:14:37 -0700 | [diff] [blame] | 642 | Kevin Gallardo (newkek@github) |
| 643 | * Reported #1658: Infinite recursion when deserializing a class extending a Map, |
| 644 | with a recursive value type |
| 645 | (2.8.10) |
Tatu Saloranta | 6a1152c | 2018-01-02 17:23:16 -0800 | [diff] [blame] | 646 | * Reported #1729: Integer bounds verification when calling `TokenBuffer.getIntValue()` |
| 647 | (2.9.4) |
Tatu Saloranta | 075319d | 2017-06-16 16:14:37 -0700 | [diff] [blame] | 648 | |
Tatu Saloranta | 50047c2 | 2017-09-11 10:34:47 -0700 | [diff] [blame] | 649 | Lukas Euler |
| 650 | * Reported #1735: Missing type checks when using polymorphic type ids |
| 651 | |
Tatu Saloranta | 051bd5e | 2018-05-10 18:26:07 -0700 | [diff] [blame] | 652 | Guixiong Wu (吴桂雄) |
| 653 | * Reported #2032: Blacklist another serialization gadget (ibatis) |
| 654 | (2.8.11.2) |
| 655 | |
Tatu Saloranta | bc91126 | 2018-08-15 07:13:38 -0700 | [diff] [blame] | 656 | svarzee@github |
| 657 | * Reported #2109, suggested fix: Canonical string for reference type is built incorrectly |
| 658 | (2.8.11.3 / 2.9.7) |
| 659 | |
Tatu Saloranta | 9598db5 | 2016-08-24 22:14:58 -0700 | [diff] [blame] | 660 | Connor Kuhn (ckuhn@github) |
| 661 | * Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY |
| 662 | (2.9.0) |
Tatu Saloranta | a0dab04 | 2016-10-05 08:18:34 -0700 | [diff] [blame] | 663 | |
| 664 | Jan Lolling (jlolling@github) |
| 665 | * Contributed #1319: Add `ObjectNode.put(String, BigInteger)` |
| 666 | (2.9.0) |
Tatu Saloranta | d068a40 | 2016-10-05 23:21:57 -0700 | [diff] [blame] | 667 | |
| 668 | Michael R Fairhurst (MichaelRFairhurst@github) |
| 669 | * Reported #1035: `@JsonAnySetter` assumes key of `String`, does not consider declared type. |
| 670 | (2.9.0) |
Tatu Saloranta | b8b0e72 | 2016-10-27 22:05:29 -0700 | [diff] [blame] | 671 | |
| 672 | Fabrizio Cucci (fabriziocucci@github) |
| 673 | * Reported #1406: `ObjectMapper.readTree()` methods do not return `null` on end-of-input |
| 674 | (2.9.0) |
Tatu Saloranta | d0c4c90 | 2016-10-28 21:12:34 -0700 | [diff] [blame] | 675 | |
| 676 | Emiliano Clariá (emilianogc@github) |
| 677 | * Contributed #1434: Explicitly pass null on invoke calls with no arguments |
| 678 | (2.9.0) |
Tatu Saloranta | 5285e4a | 2017-02-23 11:34:04 -0800 | [diff] [blame] | 679 | |
| 680 | Ana Eliza Barbosa (AnaEliza@github) |
| 681 | * Contributed #1520: Case insensitive enum deserialization feature. |
| 682 | (2.9.0) |
Tatu Saloranta | 32886a8 | 2017-03-06 22:15:19 -0800 | [diff] [blame] | 683 | |
| 684 | Lyor Goldstein (lgoldstein@github) |
| 685 | * Reported #1544: `EnumMapDeserializer` assumes a pure `EnumMap` and does not support |
| 686 | derived classes |
| 687 | (2.9.0) |
Tatu Saloranta | 9446514 | 2017-03-07 22:15:00 -0800 | [diff] [blame] | 688 | |
| 689 | Harleen Sahni (harleensahni@github) |
| 690 | * Reported #403: Make FAIL_ON_NULL_FOR_PRIMITIVES apply to primitive arrays and other |
| 691 | types that wrap primitives |
| 692 | (2.9.0) |
Tatu Saloranta | 534abb1 | 2017-04-24 22:25:16 -0700 | [diff] [blame] | 693 | |
| 694 | Jared Jacobs (2is10@github) |
| 695 | * Requested #1605: Allow serialization of `InetAddress` as simple numeric host address |
| 696 | (2.9.0) |
| 697 | |
Tatu Saloranta | 715f262 | 2017-04-30 20:16:26 -0700 | [diff] [blame] | 698 | Patrick Gunia (pgunia@github) |
| 699 | * Reported #1440: Wrong `JsonStreamContext` in `DeserializationProblemHandler` when reading |
| 700 | `TokenBuffer` content |
| 701 | (2.9.0) |
Tatu Saloranta | bffdab5 | 2017-05-01 15:53:36 -0700 | [diff] [blame] | 702 | |
| 703 | Carsten Wickner (CarstenWickner@github) |
| 704 | * Contributed #1522: Global `@JsonInclude(Include.NON_NULL)` for all properties with a specific type |
| 705 | (2.9.0) |
Tatu Saloranta | 3d1cb22 | 2017-06-02 18:42:33 -0700 | [diff] [blame] | 706 | |
| 707 | Chris Plummer (strmer15@github) |
| 708 | * Reported #1637: `ObjectReader.at()` with `JsonPointer` stops after first collection |
| 709 | (2.9.0) |
| 710 | |
Tatu Saloranta | 16d3618 | 2017-07-12 15:50:43 -0700 | [diff] [blame] | 711 | Christian Basler (Dissem@github) |
| 712 | * Reported #1688: Deserialization fails for `java.nio.file.Path` implementations when |
| 713 | default typing enabled |
| 714 | (2.9.0) |
Tatu Saloranta | 48fc70b | 2017-08-23 16:46:17 -0700 | [diff] [blame] | 715 | |
| 716 | Tim Bartley (tbartley@github) |
| 717 | * Reported, suggested fix for #1705: Non-generic interface method hides type resolution info |
| 718 | from generic base class |
| 719 | (2.9.1) |
Tatu Saloranta | 8d0b850 | 2017-09-18 20:48:01 -0700 | [diff] [blame] | 720 | |
| 721 | Luís Cleto (luiscleto@github) |
| 722 | * Suggested 1768: Improve `TypeFactory.constructFromCanonical()` to work with |
| 723 | `java.lang.reflect.Type.getTypeName()` format |
| 724 | (2.9.2) |
Tatu Saloranta | dcd40a1 | 2017-10-13 13:10:45 -0700 | [diff] [blame] | 725 | |
| 726 | Vincent Demay (vdemay@github) |
| 727 | * Reported #1793: `java.lang.NullPointerException` in `ObjectArraySerializer.acceptJsonFormatVisitor()` |
| 728 | for array value with `@JsonValue` |
| 729 | (2.9.2) |
Tatu Saloranta | 4e208e1 | 2017-12-03 17:13:49 -0800 | [diff] [blame] | 730 | |
| 731 | Peter Jurkovic (peterjurkovic@github) |
| 732 | * Reported #1823: ClassNameIdResolver doesn't handle resolve Collections$SingletonMap, |
| 733 | Collections$SingletonSet |
| 734 | (2.9.3) |
Tatu Saloranta | 77fd035 | 2017-12-03 22:59:03 -0800 | [diff] [blame] | 735 | |
| 736 | alinakovalenko@github: |
| 737 | * Reported #1844: Map "deep" merge only adds new items, but not override existing values |
| 738 | (2.9.3) |
Tatu Saloranta | 2da6113 | 2018-01-15 13:19:55 -0800 | [diff] [blame] | 739 | |
| 740 | Pier-Luc Whissell (pwhissell@github): |
| 741 | * Reported #1673: Serialising generic value classes via Reference Types (like Optional) fails |
| 742 | to include type information |
| 743 | (2.9.4) |
Tatu Saloranta | 5939b1a | 2018-01-17 16:37:43 -0800 | [diff] [blame] | 744 | |
| 745 | Alexander Skvortcov (askvortcov@github) |
| 746 | * Reported #1853: Deserialise from Object (using Creator methods) returns field name |
| 747 | instead of value |
| 748 | (2.9.4) |
Tatu Saloranta | 1ce6a0a | 2018-01-22 18:20:50 -0800 | [diff] [blame] | 749 | |
| 750 | Joe Schafer (jschaf@github) |
Tatu Saloranta | eb7cf73 | 2018-01-22 19:47:04 -0800 | [diff] [blame] | 751 | * Reported #1906: Add string format specifier for error message in `PropertyValueBuffer` |
| 752 | (2.9.4) |
Tatu Saloranta | 1ce6a0a | 2018-01-22 18:20:50 -0800 | [diff] [blame] | 753 | * Reported #1907: Remove `getClass()` from `_valueType` argument for error reporting |
| 754 | (2.9.4) |
Tatu Saloranta | 4a2d8f4 | 2018-02-04 18:28:32 -0800 | [diff] [blame] | 755 | |
| 756 | Deblock Thomas (deblockt@github) |
| 757 | * Reported, contributed fix for #1912: `BeanDeserializerModifier.updateBuilder()` does not |
| 758 | work to set custom deserializer on a property (since 2.9.0) |
| 759 | (contributed by Deblock T) |
Tatu Saloranta | bc22f90 | 2018-02-12 09:28:15 -0800 | [diff] [blame] | 760 | |
| 761 | lilei@venusgroup.com.cn: |
| 762 | * Reported #1931: Two more `c3p0` gadgets to exploit default typing issue |
| 763 | (2.9.5) |
Tatu Saloranta | 9b1b35d | 2018-02-22 20:38:04 -0800 | [diff] [blame] | 764 | |
| 765 | Aniruddha Maru (maroux@github) |
| 766 | * Reported #1940: `Float` values with integer value beyond `int` lose precision if |
| 767 | bound to `long` |
| 768 | (2.9.5) |
Tatu Saloranta | 13a7490 | 2018-03-05 19:09:54 -0800 | [diff] [blame] | 769 | |
| 770 | Timur Shakurov (saladinkzn@github) |
| 771 | * Reported #1947: `MapperFeature.AUTO_DETECT_XXX` do not work if all disabled |
| 772 | (2.9.5) |
Tatu Saloranta | 277151d | 2018-03-22 15:38:42 -0700 | [diff] [blame] | 773 | |
| 774 | roeltje25@github |
| 775 | * Reported #1978: Using @JsonUnwrapped annotation in builderdeserializer hangs in |
| 776 | infinite loop |
| 777 | (2.9.5) |
Tatu Saloranta | 69f6f52 | 2018-04-19 15:38:12 -0700 | [diff] [blame] | 778 | |
Tatu Saloranta | 11808cc | 2018-04-19 20:39:30 -0700 | [diff] [blame] | 779 | Freddy Boucher (freddyboucher@github) |
| 780 | * Reported #1990: MixIn `@JsonProperty` for `Object.hashCode()` is ignored |
| 781 | (2.9.6) |
| 782 | |
Tatu Saloranta | 69f6f52 | 2018-04-19 15:38:12 -0700 | [diff] [blame] | 783 | Ondrej Zizka (OndraZizk@github) |
| 784 | * Reported #1999: "Duplicate property" issue should mention which class it complains about |
| 785 | (2.9.6) |
Tatu Saloranta | ba45be2 | 2018-05-01 19:20:50 -0700 | [diff] [blame] | 786 | |
| 787 | Jakub Skierbiszewski (jskierbi@github) |
| 788 | * Reported, contributed fix for #2001: Deserialization issue with `@JsonIgnore` and |
| 789 | `@JsonCreator` + `@JsonProperty` for same property name |
| 790 | (2.9.6) |
Tatu Saloranta | fbe64a2 | 2018-05-03 20:40:56 -0700 | [diff] [blame] | 791 | |
| 792 | Carter Kozak (cakofony@github) |
| 793 | * Reported #2016: Delegating JsonCreator disregards JsonDeserialize info |
| 794 | (2.9.6) |
Tatu Saloranta | bfeb1fa | 2018-05-14 16:37:35 -0700 | [diff] [blame] | 795 | |
| 796 | Reinhard Prechtl (dnno@github) |
| 797 | * Reported #2034: Serialization problem with type specialization of nested generic types |
| 798 | (2.9.6) |
Tatu Saloranta | 324b2d7 | 2018-05-16 10:15:58 -0700 | [diff] [blame] | 799 | |
| 800 | Chetan Narsude (243826@github) |
| 801 | * Reported #2038: JDK Serializing and using Deserialized `ObjectMapper` loses linkage |
| 802 | back from `JsonParser.getCodec()` |
Tatu Saloranta | 323cd0b | 2018-08-30 19:43:43 -0700 | [diff] [blame] | 803 | (2.9.6) |
Tatu Saloranta | fee8eb4 | 2018-06-11 17:34:56 -0700 | [diff] [blame] | 804 | |
| 805 | Petar Tahchiev (ptahchiev@github) |
| 806 | * Reported #2060: `UnwrappingBeanPropertyWriter` incorrectly assumes the found |
| 807 | serializer is of type `UnwrappingBeanSerializer` |
Tatu Saloranta | 323cd0b | 2018-08-30 19:43:43 -0700 | [diff] [blame] | 808 | (2.9.6) |
| 809 | |
| 810 | Brandon Krieger (bkrieger@github) |
| 811 | * Reported #2064: Cannot set custom format for `SqlDateSerializer` globally |
| 812 | (2.9.7) |
Tatu Saloranta | e38a3a4 | 2018-09-06 22:54:23 -0700 | [diff] [blame] | 813 | |
| 814 | Semyon Levin (remal@github) |
| 815 | * Contributed #2120: `NioPathDeserializer` improvement |
Tatu Saloranta | 3f45bb9 | 2018-11-22 18:05:49 -0800 | [diff] [blame] | 816 | (2.9.7) |
| 817 | |
| 818 | Pavel Nikitin (morj@github) |
| 819 | * Requested #2181: Don't re-use dynamic serializers for property-updating copy constructors |
| 820 | (2.9.8) |
Tatu Saloranta | 69903ae | 2018-12-06 21:35:10 -0800 | [diff] [blame] | 821 | |
Tatu Saloranta | ceed2dc | 2019-01-15 20:24:01 -0800 | [diff] [blame] | 822 | Thomas Krieger (ThomasKrieger@github) |
| 823 | * Reported #1408: Call to `TypeVariable.getBounds()` without synchronization unsafe on |
| 824 | some platforms |
| 825 | (2.9.9) |
| 826 | |
Tatu Saloranta | 69903ae | 2018-12-06 21:35:10 -0800 | [diff] [blame] | 827 | René Kschamer (flawi@github) |
| 828 | * Reported #2197: Illegal reflective access operation warning when using `java.lang.Void` |
| 829 | as value type |
| 830 | (2.9.8) |
Tatu Saloranta | 83264a7 | 2019-03-02 17:39:43 -0800 | [diff] [blame^] | 831 | |
| 832 | Joffrey Bion (joffrey-bion@github) |
| 833 | * Reported #2265: Inconsistent handling of Collections$UnmodifiableList vs |
| 834 | Collections$UnmodifiableRandomAccessList |
| 835 | (2.9.9) |