API Versioning Support #34565
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
There are a number of ways to do API versioning through a request header, query parameter, path variables, and so on. All these can be expressed through
@RequestMapping
annotations, but it leaves a lot left that could be done better.This is an umbrella issue to provide first class support for API versioning on the server side in Spring MVC and WebFlux, in addition to support on the client side and for testing.
Originally requested in #33599.
The text was updated successfully, but these errors were encountered: