Skip to content

Commit 9919f9d

Browse files
committed
update release notes
1 parent e08dafe commit 9919f9d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

release-notes/CREDITS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,11 @@ Alex Panchenko (panchenko@github)
591591
* Reported #1543: JsonFormat.Shape.NUMBER_INT does not work when defined on enum type in 2.8
592592
(2.8.8)
593593

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+
594599
Connor Kuhn (ckuhn@github)
595600
* Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY
596601
(2.9.0)

release-notes/VERSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Project: jackson-databind
1111
(reported by Alex P)
1212
#1570: `Enum` key for `Map` ignores `SerializationFeature.WRITE_ENUMS_USING_INDEX`
1313
(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)
1417
#1575: Problem with `@JsonIgnoreProperties` on recursive property (regression in 2.8)
1518
(reported by anujkumar04@github)
1619
- Minor fix to creation of `PropertyMetadata`, had one path that could lead to NPE

0 commit comments

Comments
 (0)