Nicolas Lenoire

Results 1 issues of Nicolas Lenoire

Hello, It seems we are facing an issue with JacksonJsonProvider that silently ignores `DeserializationFeature.FAIL_ON_UNRESOLVED_OBJECT_IDS` set on the ObjectMapper. The following test case reproduces the issue: ``` @JsonIdentityInfo(generator = ObjectIdGenerators.PropertyGenerator.class, property...