File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1163,3 +1163,8 @@ Daniel Wu (DanielYWoo@github)
1163
1163
Łukasz Walkiewicz (lukasz-walkiewicz@github)
1164
1164
* Reported #2894: Fix type resolution for static methods (regression in 2.11.3)
1165
1165
(2.11.4)
1166
+
1167
+ Lucian H (symposion@github)
1168
+ * Reported, suggested fix for #2944: `@JsonCreator` on constructor not compatible
1169
+ with `@JsonIdentityInfo`, `PropertyGenerator`
1170
+ (2.11.4)
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Project: jackson-databind
8
8
9
9
#2894 : Fix type resolution for static methods (regression in 2.11.3 due to #2821 fix)
10
10
(reported by Łukasz W)
11
+ #2944 : `@JsonCreator` on constructor not compatible with `@JsonIdentityInfo`,
12
+ `PropertyGenerator`
13
+ (reported by Lucian H)
11
14
12
15
2.11.3 (02 -Oct-2020 )
13
16
You can’t perform that action at this time.
0 commit comments