We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b4f6b commit 546c9fcCopy full SHA for 546c9fc
release-notes/VERSION-2.x
@@ -6,6 +6,9 @@ Project: jackson-databind
6
7
2.18.0 (not yet released)
8
9
+#2977: Incompatible `FAIL_ON_MISSING_PRIMITIVE_PROPERTIES` and
10
+ field level `@JsonProperty`
11
+ (reported by @GeorgiPetkov)
12
#3241: `constructorDetector` seems to invalidate `defaultSetterInfo`
13
for nullability
14
(reported by @joca-bt)
src/test/java/com/fasterxml/jackson/failing/CreatorNullPrimitives2977Test.java renamed to src/test/java/com/fasterxml/jackson/databind/deser/creators/CreatorNullPrimitives2977Test.java
@@ -1,4 +1,4 @@
1
-package com.fasterxml.jackson.failing;
+package com.fasterxml.jackson.databind.deser.creators;
2
3
import org.junit.jupiter.api.Test;
4
0 commit comments