Spring Cloud 2022.0.3 (aka Kilburn) Is Available
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2022.0.3 Release Train is available today. The release can be found in Maven Central. You can check out the 2022.0.3 release notes for more information.
Notable Changes in the 2022.0.3 Release Train
This release provides compatibility with Spring Boot 3.1.x.
See all issues and pull requests for this release here.
There is a known defect in Spring Cloud Config related to locating the config server via service discovery. In order to activate this feature in this release you will need to set spring.cloud.config.discovery.enabled=true
and spring.cloud.config.discovery.serviceId
in an…