Comments on: Versioning REST API with Spring Boot and Swagger https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 15 Dec 2020 09:11:37 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Igor Gulco https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/#comment-443 Sat, 30 Nov 2019 14:03:10 +0000 https://piotrminkowski.wordpress.com/?p=6330#comment-443 Don’t ever use v1.**
Use only major version number
Wrong: v1.0, v1.1
Correct: v1, v2

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/#comment-442 Fri, 08 Jun 2018 22:11:26 +0000 https://piotrminkowski.wordpress.com/?p=6330#comment-442 In reply to srikondoji.

Well, API versioning is a good thing sometimes, versioning repositories (or database tables if I understand well your question) no.

]]>
By: srikondoji https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/#comment-441 Thu, 07 Jun 2018 22:56:07 +0000 https://piotrminkowski.wordpress.com/?p=6330#comment-441 Managing versioning at the controller is fine, but how are you going to handle Services and repositories including schema changes with major version changes? What’s your suggestion? Can a single app manage to support simultaneously multiple major versions? How are you going to wire them up? Curious to know, if anyone has any thoughts or suggestions or best practices.

]]>
By: Azhar Shaikh https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/#comment-440 Sat, 10 Mar 2018 16:47:59 +0000 https://piotrminkowski.wordpress.com/?p=6330#comment-440 Nice Post if you could add video to it from a beginners point of view it would be awesome.

]]>