Skip to content

Commit 29bdca2

Browse files
committed
...
1 parent fb3b858 commit 29bdca2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

release-notes/VERSION-2.x

+14
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,20 @@ Project: jackson-databind
170170
`MapperFeature.ALLOW_COERCION_OF_SCALARS`
171171
(requested by magdel@github)
172172

173+
2.8.11 (not yet released)
174+
175+
#1604: Nested type arguments doesn't work with polymorphic types
176+
#1680: Blacklist couple more types for deserialization
177+
#1767: Allow `DeserializationProblemHandler` to respond to primitive types
178+
(reported by nhtzr@github)
179+
#1768: Improve `TypeFactory.constructFromCanonical()` to work with
180+
`java.lang.reflect.Type.getTypeName()` format
181+
#1804: `ValueInstantiator.canInstantiate()` ignores `canCreateUsingArrayDelegate()`
182+
(reported by henryptung@github)
183+
#1807: Jackson-databind caches plain map deserializer and use it even map has `@JsonDeserializer`
184+
(reported by lexas2509@github)
185+
#1855: Blacklist for more serialization gadgets (dbcp/tomcat, spring)
186+
173187
2.8.10 (24-Aug-2017)
174188
175189
#1657: `StdDateFormat` deserializes dates with no tz/offset as UTC instead of

0 commit comments

Comments
 (0)