Vidya
Vidya

Reputation: 30310

Spring Cloud Compatibility with Spring Boot

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?

Upvotes: 0

Views: 449

Answers (1)

spencergibb
spencergibb

Reputation: 25157

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

Upvotes: 2

Related Questions