timmmmmb
timmmmmb

Reputation: 786

Is there a way to make spring ignore the "not compatible spring cloud version" problem

I have reached a bit of a deadend. Because of the End of Support for Spring Boot 2.7 i am upgrading to Spring Boot 3.1. My application is using Spring Cloud AWS for the SQS feature. The Problem is that the Spring Cloud AWS package is only compatible with Spring Boot 3.0.X When i try to run the application i am getting the following error:

Description:

Your project setup is incompatible with our requirements due to following reasons:

  • Spring Boot [3.1.2] is not compatible with this Spring Cloud release train

Action:

Consider applying the following actions:

  • Change Spring Boot version to one of the following versions [3.0.x] . You can find the latest Spring Boot versions here [https://spring.io/projects/spring-boot#learn]. If you want to learn more about the Spring Cloud Release train compatibility, you can visit this page [https://spring.io/projects/spring-cloud#overview] and check the [Release Trains] section. If you want to disable this check, just set the property [spring.cloud.compatibility-verifier.enabled=false]

Because of some Requirements it is not possible to only upgrade to Spring Boot 3.0. Is there an Option to make Spring cloud ignore the version mismatch? Or do i have to wait until the Spring Cloud AWS package gets updated to Spring Boot 3.1

Upvotes: 0

Views: 679

Answers (0)

Related Questions