Search before asking
Describe the bug
Using JsonAnyGetter used to return property's value from this source instead of the field annotated with JsonProperty until 2.18.4. Starting with 2.19.0, the behavior changed and now value from property is always returned.
Version Information
2.19.1
Reproduction
I am attaching a reproducer with Java 17 https://github.com/eddumelendez/jackson-deserializer-issue with the very exact configuration I use in my project.
Expected behavior
read the value from JsonAnyGetter
Additional context
No response
Search before asking
Describe the bug
Using
JsonAnyGetterused to return property's value from this source instead of the field annotated withJsonPropertyuntil 2.18.4. Starting with 2.19.0, the behavior changed and now value from property is always returned.Version Information
2.19.1
Reproduction
I am attaching a reproducer with Java 17 https://github.com/eddumelendez/jackson-deserializer-issue with the very exact configuration I use in my project.
Expected behavior
read the value from
JsonAnyGetterAdditional context
No response