aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-17 20:09:17 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-17 20:09:17 -0700
commit40970f299188607f782e96f7f81ecf3a777d7130 (patch)
tree5728209f5c6a94bdcd3405e7106aaad96c8392fd /release-notes
parent38be1b9dfc91d6f2b637807284345a4848bb5880 (diff)
parent6985fe446e2684d2a5d708ccefbc5f3804e60045 (diff)
downloadjackson-databind-40970f299188607f782e96f7f81ecf3a777d7130.tar.gz
Merge branch '2.11' into 2.12
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/CREDITS-2.x17
-rw-r--r--release-notes/VERSION-2.x3
2 files changed, 14 insertions, 6 deletions
diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x
index 809e532bf..36e3b12fd 100644
--- a/release-notes/CREDITS-2.x
+++ b/release-notes/CREDITS-2.x
@@ -1101,21 +1101,26 @@ 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)
Mike Gilbode (gilbode@github)
* Reported #792: Deserialization Not Working Right with Generic Types and Builders
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 1fe271974..7c39e155e 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -50,6 +50,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)