Spring boot 2.6.6 is not compatible with this Spring Cloud Release train

[525 views]




Error Occurred:

Description:
Your project setup is incompatible with our requirements due to following reasons:
- Spring Boot [2.6.6] is not compatible with this Spring Cloud release train


Solution to Spring boot 2.6.6 is not compatible with this Spring Cloud Release train

Spring Boot 2.6.6 requires Spring Cloud Version as 2021.0.1. So just Change your Spring Cloud version to 2021.0.1 in pom.xml

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2021.0.1</version> </dependency>

Please find below Release train Spring Boot compatibility Table:

Release Train Spring Boot Generation
2023.0.x aka Leyton 3.3.x, 3.2.x
2022.0.x aka Kilburn 3.0.x, 3.1.x (Starting with 2022.0.3)
2021.0.x aka Jubilee 2.6.x, 2.7.x (Starting with 2021.0.3)
2020.0.x aka Ilford 2.4.x, 2.5.x (Starting with 2020.0.3)
Hoxton 2.2.x, 2.3.x (Starting with SR5)
Greenwich 2.1.x
Finchley 2.0.x
Edgware 1.5.x
Dalston 1.5.x

                 






Comments










Search Anything:

Sponsored Deals ends in





Technical Quizzes Specially For You:

Search Tags

    Incompatible Spring Boot and Spring Cloud Release

    Spring Boot and Spring Cloud compatibility Release Table