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
Describe the bug
I wrote an interface,produces = {"application/json", "application/xml"}, consumes = {"application/json", "application/xml"}
When the springdoc version was 2.5.0, application/json was selected by default
But when I switched to 2.6.0, the default choice changed to application/xml
I haven't changed anything except the version number of springdoc and I would like to know how to configure the Media type to return to the default application/json value