Open
Description
Spring Framework 7 coming in November 2025
With API versioning support getting into Spring Framework 7, there could be an opportunity to generate multiple OpenAPI specifications for each version that is defined for REST API routes in an application. I'd be interested in talking through solution options if there is interest. Some initial thoughts I've had are:
- Generating a default actuator OpenAPI endpoint but then allow query parameters for different versions
- Exposed API docs endpoint with query parameters, as well
- Add a way to show deprecation of API routes in newer version of OpenAPI generated specification