-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
10 / 1010 of 10 issues completedLabels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
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.
marcusdacoregio, zakaria-shahen, valentinbureaupro, bountin and pitzzahh
Sub-issues
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement