aboutsummaryrefslogtreecommitdiff
path: root/release-notes/VERSION-2.x
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-16 23:07:44 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-16 23:07:44 -0700
commit87089aef0d62820c9ef496eb1f0a8f95263eba2b (patch)
tree343707995413eb7599e5f70dcc18b15bbaf6f529 /release-notes/VERSION-2.x
parentd5e7bd16c6b78d1198f11b66c7814be12aad5c3f (diff)
downloadjackson-databind-87089aef0d62820c9ef496eb1f0a8f95263eba2b.tar.gz
Fixed #2759
Diffstat (limited to 'release-notes/VERSION-2.x')
-rw-r--r--release-notes/VERSION-2.x6
1 files changed, 6 insertions, 0 deletions
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 02b10207f..684c80bee 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -8,9 +8,15 @@ Project: jackson-databind
#2486: Builder Deserialization with JsonCreator Value vs Array
(reported by Ville K)
+#2725: JsonCreator on static method in Enum and Enum used as key in map
+ fails randomly
+ (reported by Michael C)
#2755: `StdSubtypeResolver` is not thread safe (possibly due to copy
not being made with `ObjectMapper.copy()`)
(reported by tjwilson90@github)
+#2759: Rearranging of props when property-based generator is in use leads
+ to incorrect output
+ (reported by Oleg C)
2.11.0 (26-Apr-2020)