Spring Cloud 2023.0.4 (aka Leyton) Has Been Released
On behalf of the Spring Cloud team, I am pleased to announce that the Spring Cloud 2023.0.4 - Leyton Release Train is available today. The release can be found in https://repo.maven.apache.org/maven2/org/springframework/cloud/
Notable Changes in the 2023.0.4 Release Train
This release of Spring Cloud is based on Spring Boot 3.2.12 and 3.3.6.
The GitHub project for this release can be found here.
Spring Cloud Commons
- Create truststore without keystore (#1394)
Spring Cloud Gateway
- Updated to use
HttpHeaders#headerSet
where appropriate. This change requires Spring Framework 6.1.15+, which is available in Spring Boot 3.2.12+ or 3.3.6+. (3596) …