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
Looks like we should indicate more specific MIME content-types for @Produces to make content type matching work: to be done for CBOR, JSON, XML and YAML (and possibly Smile but not sure it's mime type is correct)
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
JacksonJaxbJsonProvider has @Produces(MediaType.WILDCARD) and yet hasMatchingMediaType(MediaType.WILDCARD) return falseJacksonJsonProvider has @Produces(MediaType.WILDCARD) and yet hasMatchingMediaType(MediaType.WILDCARD) return false
Aug 23, 2024
(note: copy of FasterXML/jackson-jaxrs-providers#193 from older JAX-RS provider -- see details)
Looks like we should indicate more specific MIME content-types for
@Produces
to make content type matching work: to be done for CBOR, JSON, XML and YAML (and possibly Smile but not sure it's mime type is correct)The text was updated successfully, but these errors were encountered: