Releases: GIVEN53/api-versioning-library
Releases · GIVEN53/api-versioning-library
0.2.0
0.1.2
Resolved version mismatch issue
Reference
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web/3.0.0
spring-webmvc
version is 6.0.2 in Spring Boot 3.0.0.
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web/3.1.1
However, RequestMappingInfo.isEmptyMapping()
method is applicable starting from version 3.1.1.
Therefore, for portability, this method has been removed and will be added again later.