From 6985fe446e2684d2a5d708ccefbc5f3804e60045 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 17 Jun 2020 20:08:29 -0700 Subject: Fixed #2760 --- release-notes/CREDITS-2.x | 16 ++++++++++------ release-notes/VERSION-2.x | 3 +++ 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'release-notes') 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 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) -- cgit v1.2.3