Skip to content

Spring Cloud 2022.0 Release Notes

Spencer Gibb edited this page Jan 20, 2022 · 46 revisions

Breaking Changes

  • 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 use spring.cloud.bootstrap.enabled=true.
Clone this wiki locally