aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-17 20:08:29 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-17 20:08:29 -0700
commit6985fe446e2684d2a5d708ccefbc5f3804e60045 (patch)
tree4116eeaa73d2b172595d9b34b15ba73c408b5abc /release-notes
parent87089aef0d62820c9ef496eb1f0a8f95263eba2b (diff)
downloadjackson-databind-6985fe446e2684d2a5d708ccefbc5f3804e60045.tar.gz
Fixed #2760
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/CREDITS-2.x16
-rw-r--r--release-notes/VERSION-2.x3
2 files changed, 13 insertions, 6 deletions
diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x
index 5aa7375a8..3328b4186 100644
--- a/release-notes/CREDITS-2.x
+++ b/release-notes/CREDITS-2.x
@@ -1099,20 +1099,24 @@ Oleksandr Poslavskyi (alevskyi@github)
Simone D'Avico (simonedavico@github)
* Reported #2632: Failure to resolve generic type parameters on serialization
- (2.11.0)
+ (2.11.0)
Robin Roos (robinroos@github)
* Contributed #2636: ObjectReader readValue lacks Class<T> argument
- (2.11.0)
+ (2.11.0)
Michael Cramer (BigMichi1@github)
* Reported #2725: JsonCreator on static method in Enum and Enum used as key in map
- fails randomly
- (2.11.1)
+ fails randomly
+ (2.11.1)
Oleg Chtchoukine (oshatrk@github)
* Reported #2759: Rearranging of props when property-based generator is in use leads
- to incorrect output
- (2.11.1)
+ to incorrect output
+ (2.11.1)
+Johannes Kuhn (DasBrain@github)
+ * Reported #2760: Jackson doesn't respect `CAN_OVERRIDE_ACCESS_MODIFIERS=false` for
+ deserializer properties
+ (2.11.1)
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 684c80bee..f45b95591 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -17,6 +17,9 @@ Project: jackson-databind
#2759: Rearranging of props when property-based generator is in use leads
to incorrect output
(reported by Oleg C)
+#2760: Jackson doesn't respect `CAN_OVERRIDE_ACCESS_MODIFIERS=false` for
+ deserializer properties
+ (reported by Johannes K)
2.11.0 (26-Apr-2020)