Skip to content
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

Remove spring-cloud-build dependency; add spring-boot BOM explicitly #804

Merged
merged 3 commits into from
Dec 16, 2021

Conversation

elefeint
Copy link
Contributor

We currently derive Spring Boot versions indirectly, through Spring Cloud Build. That's not ideal because for Spring Cloud Build, it's a minor infrastructural detail, while users of Spring Cloud GCP can get the version of Spring Boot through our starters.

We should explicitly maintain the version of Spring Boot.

Fixes #801.

@sonarcloud
Copy link

sonarcloud bot commented Dec 15, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -64,6 +64,7 @@
<skipTests>false</skipTests>
<spring-cloud-build.version>3.0.4</spring-cloud-build.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you remove this then?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we are still using it for the checkstyle plugin. This will go away soon -- I am thinking the best time to do the checkstyle changes is right before forking off Spring Cloud GCP 2.x (with Spring Boot 2.5 support) and leaving the main branch to be Spring Cloud GCP 3.x (with Spring Boot 2.6 support).

@elefeint elefeint merged commit 00494b3 into main Dec 16, 2021
@elefeint elefeint deleted the disconnect-spring-cloud-build branch December 16, 2021 14:58
kateryna216 added a commit to kateryna216/spring-cloud-gcp that referenced this pull request Oct 20, 2022
…oogleCloudPlatform#804)

Remove spring-cloud-build dependency; add spring-boot BOM explicitly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to managing version of Spring Boot in this project
2 participants