Skip to content

3.0.0: Update Spring Cloud when upgrading to Spring Boot 3 #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fabapp2 opened this issue Oct 7, 2022 · 0 comments · Fixed by #479
Closed

3.0.0: Update Spring Cloud when upgrading to Spring Boot 3 #470

fabapp2 opened this issue Oct 7, 2022 · 0 comments · Fixed by #479
Labels
3.0.0 Spring Boot 3.0.0 type: enhancement New feature or request
Milestone

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Oct 7, 2022

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-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

      <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies</artifactId>
        <version>${spring-cloud.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>

Then: The version should be set to 2022.0.0-M4

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0.0 Spring Boot 3.0.0 type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant