File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -591,6 +591,11 @@ Alex Panchenko (panchenko@github)
591
591
* Reported #1543: JsonFormat.Shape.NUMBER_INT does not work when defined on enum type in 2.8
592
592
(2.8.8)
593
593
594
+ Joshua Jones
595
+ * Reported #1573, contributed fix: Missing properties when deserializing using a builder class
596
+ with a non-default constructor and a mutator annotated with `@JsonUnwrapped`
597
+ (2.8.8)
598
+
594
599
Connor Kuhn (ckuhn@github)
595
600
* Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY
596
601
(2.9.0)
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ Project: jackson-databind
11
11
(reported by Alex P)
12
12
#1570: `Enum` key for `Map` ignores `SerializationFeature.WRITE_ENUMS_USING_INDEX`
13
13
(reported by SolaKun@github)
14
+ #1573: Missing properties when deserializing using a builder class with a non-default
15
+ constructor and a mutator annotated with `@JsonUnwrapped`
16
+ (reported by Joshua J)
14
17
#1575: Problem with `@JsonIgnoreProperties` on recursive property (regression in 2.8)
15
18
(reported by anujkumar04@github)
16
19
- Minor fix to creation of `PropertyMetadata`, had one path that could lead to NPE
You can’t perform that action at this time.
0 commit comments