aboutsummaryrefslogtreecommitdiff
path: root/release-notes/VERSION-2.x
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-20 19:45:09 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-20 19:45:09 -0700
commit83c50543488502ef6f7b6f32f82f6fccd09a1f8b (patch)
treef2ce05d93ca129618ad442d1956cdecc7246054d /release-notes/VERSION-2.x
parent65c81af00cdfc9af51f89d249061acca6f9b68b5 (diff)
parentd6625925a22af0ac58d38a0aa5e109e43f5a0fda (diff)
downloadjackson-databind-83c50543488502ef6f7b6f32f82f6fccd09a1f8b.tar.gz
Merge branch '2.11' into 2.12
Diffstat (limited to 'release-notes/VERSION-2.x')
-rw-r--r--release-notes/VERSION-2.x3
1 files changed, 3 insertions, 0 deletions
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index b4ce13267..5c17fbf47 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -47,6 +47,9 @@ Project: jackson-databind
#2755: `StdSubtypeResolver` is not thread safe (possibly due to copy
not being made with `ObjectMapper.copy()`)
(reported by tjwilson90@github)
+#2757: "Conflicting setter definitions for property" exception for `Map`
+ subtype during deserialization
+ (reported by Frank S)
#2759: Rearranging of props when property-based generator is in use leads
to incorrect output
(reported by Oleg C)