Spring Boot upgrade to 2.6.0 not compatible with Spring Cloud release train
We’re trying to upgrade spring boot version to 2.6.0 and faced up with "Spring Boot [2.6.0] is not compatible with this Spring Cloud release train" (when running integration tests). In additional spring-cloud.version = 2020.0.4 We’re using org.springframework.cloud (spring-cloud-context & spring-cloud-commons) 3.0.4 And have (also) this block in the pom: <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> <version>2.2.10.RELEASE</version> <exclusions> <exclusion>… Read More Spring Boot upgrade to 2.6.0 not compatible with Spring Cloud release train