Home > Net >  Spring Cloud Compatibility with Spring Boot
Spring Cloud Compatibility with Spring Boot

Time:06-24

Currently the Spring Cloud documentation contains a matrix describing binary compatibility between Spring Cloud and Spring Boot. However, as Spring Boot has now jumped to 2.7.x, the matrix remains unchanged. Is there any information on how the two tracks reconcile going forward?

CodePudding user response:

That information is indeed out of date. It will eventually be updated to point to https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions#supported-releases

  • Related