We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06b98b commit 4f34dfeCopy full SHA for 4f34dfe
release-notes/CREDITS-2.x
@@ -1163,3 +1163,8 @@ Daniel Wu (DanielYWoo@github)
1163
Łukasz Walkiewicz (lukasz-walkiewicz@github)
1164
* Reported #2894: Fix type resolution for static methods (regression in 2.11.3)
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)
release-notes/VERSION-2.x
@@ -8,6 +8,9 @@ Project: jackson-databind
8
9
#2894: Fix type resolution for static methods (regression in 2.11.3 due to #2821 fix)
10
(reported by Łukasz W)
11
+#2944: `@JsonCreator` on constructor not compatible with `@JsonIdentityInfo`,
12
+ `PropertyGenerator`
13
+ (reported by Lucian H)
14
15
2.11.3 (02-Oct-2020)
16
0 commit comments