-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Tasks for Spring Boot 2.7.0-GA #28726
Comments
Hello, My team's app's automatic update to Spring Boot 2.7.0 has been blocked by
The full error was
This seems related to this GitHub issue. Do you have an estimated time for when Spring Cloud Azure will support Spring Boot 2.7.0? |
Hi @andersthorbeck, according to our compatibility test, our code is compatible with Spring Boot 2.7.0. So you can either disable the verifier by adding |
@saragluna I suppose, those property overrides should be taken with a note: "at your own risk", or not? |
@dbelyaev, we did run a compatibility test with Spring Boot 2.7.0, and it passed. But please let us know if you run into issues so that we can improve the compatibility tests. |
close it and works on 2.7.1 |
Context
Spring Boot will release 2.7.0 GA on 2022-05-19.
We should upgrade external dependencies' version align with spring-boot-dependencies:2.7.0 managed versions.
Goal
Solution
Tasks are copied from this page: https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Cloud-Azure-tasks-for-a-new-Spring-Boot-release
Before azure-sdk-for-java in band release
Core code complete
. You can get more information aboutCore code complete
in the Email with subject likeAPRIL Release Kickoff
.After azure-sdk-for-java in band release.
Update spring-boot and spring-cloud version in these places:
The text was updated successfully, but these errors were encountered: