Jackson Decoder
ignores method parameter information when resolving media types for custom ObjectMapper
registration
#29307
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
This seems to be caused by the accidental removal of
AbstractJackson2Decoder. getDecodableMimeTypes(ResolvableType targetType)
so that the default implementation declared in the interface kicks in which doesn't consult any customObjectMapper
registrations by type.The text was updated successfully, but these errors were encountered: