Replies: 2 comments 7 replies
-
It just stopped working? 🤔 |
Beta Was this translation helpful? Give feedback.
7 replies
-
The issue is fixed in the 2.16.1 release, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Specs:
Java 17
Gradle 8
Jackson 2.16
Recently we upgrade from 2.15.2 to 2.16 and our deserialization broke.
Somehow our "CustomDateTimeDeserializer" is no longer used whenever we register a JsonMapper.
Whenever we annotate the field we want to deserialize with @JsonDeserialize it does work, but this is not a feasible solution in our case.
`class CustomDateTimeDeserializerTest {
Beta Was this translation helpful? Give feedback.
All reactions