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.