Skip to content

Commit 546c9fc

Browse files
committed
Fixed #2977
1 parent 24b4f6b commit 546c9fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Project: jackson-databind
66

77
2.18.0 (not yet released)
88

9+
#2977: Incompatible `FAIL_ON_MISSING_PRIMITIVE_PROPERTIES` and
10+
field level `@JsonProperty`
11+
(reported by @GeorgiPetkov)
912
#3241: `constructorDetector` seems to invalidate `defaultSetterInfo`
1013
for nullability
1114
(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-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.failing;
1+
package com.fasterxml.jackson.databind.deser.creators;
22

33
import org.junit.jupiter.api.Test;
44

0 commit comments

Comments
 (0)