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
The JSON provider supports things like application/vnd.com.example.v1+json but none of the other providers do. Their hasMatchingMediaType method defines support for those extensions, but the @Consumes and @Produces annotations are not wildcard, so hasMatchingMediaType never runs.
The text was updated successfully, but these errors were encountered:
Actually, since the patch (#81) is just extending what JSON already this, it might be fine to include for 2.7.4.
Otherwise I'd be tempted to wait until 2.8. I'll have another look at the patch to make sure.
The JSON provider supports things like
application/vnd.com.example.v1+json
but none of the other providers do. TheirhasMatchingMediaType
method defines support for those extensions, but the@Consumes
and@Produces
annotations are not wildcard, sohasMatchingMediaType
never runs.The text was updated successfully, but these errors were encountered: