Is there a compatibility matrix of Spring-boot and Spring-cloud?

Solution 1:

Here is the release train Spring Boot compatibility table. Below the table, there is a note that the Camden release train builds on Spring Boot 1.4.x, but is also tested with 1.5.x.

You can also read the release notes for each release which notes compatible component versions:

Spring Cloud Camden builds on Spring Boot 1.4.x.

But later:

Adds Boot 1.5 compatibility and breaks Boot 1.3 compatibility

Solution 2:

Updated in December 2021

Spring Cloud release train Spring Boot compatibility

Compatibility Matrix
Spring Cloud Spring Boot
2021.0.0 2.6.1
2021.0.0-M2 2.6.0-M3
2020.0.3+ 2.4.x, 2.5.x
2020.0.x 2.4.x
Ilford 2.4.x
Hoxton.SR5+ 2.2.x, 2.3.x
Hoxton 2.2.x
⚠ Below Spring Cloud versions have all reached end of life status and are no longer supported.
Spring Cloud Spring Boot
Greenwich 2.1.x
Finchley 2.0.x
Edgware 1.5.x
Dalston 1.5.x
Camden.SR5+ 1.4.x, 1.5.x
Camden 1.4.x
Brixton 1.3.x, 1.4.x
Angel 1.2.x

Sources:

  1. Spring Cloud project page
  2. Spring Cloud 2021.0.0-M2 (codename Jubilee) is Available
  3. Spring Cloud 2021.0.0 (codename Jubilee) Has Been Released
  4. Spring Cloud Roadmap and EOL Announcements