File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,10 @@ Josh Gruenberg (joshng@github)
558
558
* Reported #1403: Reference-chain hints use incorrect class-name for inner classes
559
559
(2.8.4)
560
560
561
+ Kevin Donnelly (kpdonn@github)
562
+ * Reported #1432: Off by 1 bug in PropertyValueBuffer
563
+ (2.8.5)
564
+
561
565
Connor Kuhn (ckuhn@github)
562
566
* Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY
563
567
(2.9.0)
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Project: jackson-databind
9
9
#1417: Further issues with `@JsonInclude` with `NON_DEFAULT`
10
10
#1429: `StdKeyDeserializer` can erroneously use a static factory method
11
11
with more than one argument
12
+ #1432: Off by 1 bug in PropertyValueBuffer
13
+ (reported by Kevin D)
12
14
- Improvements to #1411 fix to ensure consistent `null` key handling
13
15
14
16
2.8.4 (14-Oct-2016)
You can’t perform that action at this time.
0 commit comments