-
Notifications
You must be signed in to change notification settings - Fork 184
Spring Cloud 2022.0 Release Notes
Spencer Gibb edited this page Jan 21, 2022
·
46 revisions
- Spring Cloud CLI
- This project has been removed from the release train.
- Spring Cloud Cloudfoundry
- This project has been removed from the release train.
- Spring Cloud Commons
- AsyncRestTemplate has been removed in Spring Framework 6, therefor auto-configuration for load balancer has been removed.
- Migrated to new Spring Security OAuth 2 for Token Relay.
-
spring.config.use-legacy-processing=true
no longer enables bootstrap because of changes in Spring Boot 3.0. Please usespring.cloud.bootstrap.enabled=true
.
- Spring Cloud Sleuth
- This project has been removed from the release train. The core of this project has moved to https://micrometer.io/docs/tracing[Micrometer Tracing] project and the instrumentations will be moved to https://micrometer.io/[Micrometer] and all respective projects (no longer all instrumentations will be done in a single repository.