-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JacksonJsonProvider ignores DeserializationFeature.FAIL_ON_UNRESOLVED_OBJECT_IDS #189
Comments
Does this rely on something wrt JAX-RS provider? Looks like test is trying to isolate reproduction; and if that is possible we could move this to |
Yes, it is related to the JAX-RS provider. In a JAX-RS runtime we face this issue and the above test simulate a reproduction env. This only occurs with the JAX-RS provider, not with plain ObjectMapper. However, if you think it's better to move it to the |
Can/should only move if it reproduction is possible without JAX-RS dependencies. Sounds like it is not; if so, need to stay here. |
However... I am not really sure what could be done here -- sounds like |
@cowtowncoder I'm not sure to understand what do you mean. Arn't we injecting a properly configured |
Ok, so this is not necessarily about |
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:
Thanks for your help.
The text was updated successfully, but these errors were encountered: