You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading an application to Spring Boot 3 that uses Spring Cloud, the Spring Cloud version must be updated to a compatible version.
Why it needs to be done
The CWA-Server application uses Spring Cloud in a version incompatible with Spring Boot 3.0.0.
The application fails to start and complains about incompatible Spring Cloud version.
Currently, 2022.0.0-M4 seems to work as Spring Cloud version for Spring Boot 3.0.0-M3
Acceptance Criteria
Given: boot-2.7-3.0-dependency-version-update to a project When: which defines a dependency (in dependencyManagement) to Spring Cloud
Uh oh!
There was an error while loading. Please reload this page.
What needs to be done
When upgrading an application to Spring Boot 3 that uses Spring Cloud, the Spring Cloud version must be updated to a compatible version.
Why it needs to be done
The CWA-Server application uses Spring Cloud in a version incompatible with Spring Boot 3.0.0.
The application fails to start and complains about incompatible Spring Cloud version.
Currently,
2022.0.0-M4
seems to work as Spring Cloud version for Spring Boot 3.0.0-M3Acceptance Criteria
Given:
boot-2.7-3.0-dependency-version-update
to a projectWhen: which defines a dependency (in dependencyManagement) to Spring Cloud
Then: The version should be set to
2022.0.0-M4
Additional Information
The text was updated successfully, but these errors were encountered: