Spring Cloud 2022.0.0 Release Candidate 3 (codename Kilburn) Has Been Released
On behalf of the community, I am pleased to announce that the Release Candidate 3 (RC3) of the Spring Cloud 2022.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2022.0 release notes for more information.
Notable Changes in the 2022.0.0 RC3 release
Click here to see all issues in this release.
Spring Cloud 2022.0.0-RC3 requires Spring Boot 3.0.0.
Spring Cloud Contract
- Removes Gradle's support for
src/test/resources/contracts
checking (#1848)
Check the latest migration guide entry for more information.
Spring Cloud Gateway
- Added the possibility to disable global CORS configuration (#2779) …