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

Take into account PartType in RESTEasy's provider detection #13731

Closed
gsmet opened this issue Dec 7, 2020 · 0 comments · Fixed by #14101
Closed

Take into account PartType in RESTEasy's provider detection #13731

gsmet opened this issue Dec 7, 2020 · 0 comments · Fixed by #14101
Labels
area/resteasy-classic kind/bug Something isn't working
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Dec 7, 2020

When working with multipart, org.jboss.resteasy.annotations.providers.multipart.PartType can reference other media types and might require additional providers to be registered.

At the moment, we totally ignore it.

This is more important with JSON being the default as a lot of users didn't properly registered the Consumes/Produces and thus all the providers were registered. Now that we only register JSON by default, there might be some missing providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/resteasy-classic kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant