Skip to content
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 has @Produces(MediaType.WILDCARD) and yet hasMatchingMediaType(MediaType.WILDCARD) return false #30

Closed
cowtowncoder opened this issue Aug 21, 2024 · 0 comments

Comments

@cowtowncoder
Copy link
Member

(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)

@cowtowncoder cowtowncoder changed the title JacksonJaxbJsonProvider has @Produces(MediaType.WILDCARD) and yet hasMatchingMediaType(MediaType.WILDCARD) return false JacksonJsonProvider has @Produces(MediaType.WILDCARD) and yet hasMatchingMediaType(MediaType.WILDCARD) return false Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant