You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 custom ObjectMapper registrations by type.