Poor jackson parsing error message in MappingJackson2HttpMessageConverter [SPR-11603] #16226
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Matteo Sumberaz opened SPR-11603 and commented
Hi all, while struggling with serialization bugs I've noticed that the debugging for SerializationContext.hasValueDeserializerFor
is pretty bad if called by the ObjectMapper.canDeserialize method, that just pass null on the cause parameter
and MappingJackson2HttpMessageConverter does exactly that
It is possible to improve this bubbling in some way the exceptions from the canDeserialize method?
Affects: 4.0 GA
Issue Links:
The text was updated successfully, but these errors were encountered: