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
Currently ApiVersionConfigurer has a useRequestParam method. For the Servlet stack this uses request params, for the reactive stack it uses query parameters from the request. The client side has ApiVersionInserter.useQueryParam.
I think we could align everything to consistently use only query parameters.