Spring Cloud 2023.0.0 (aka Leyton) Is Now Available
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2023.0.0 Release Train is available today. The release can be found in Maven Central. You can check out the 2023.0 release notes for more information.
Notable Changes in the 2023.0 Release Train
This release is based upon Spring Boot 3.2.0.
See all issues in 2023.0.0 here.
Spring Cloud Gateway
- Spring Cloud Gateway Server MVC, a Servlet/Spring MVC compatible gateway is included in 2023.0 (issue, initial PR)
- Gateway Actuator discovery enhancements (PR 3147)
Spring Cloud Function
-
Users now have the ability to deploy REST applications as AWS Lambdas or Azure Functions
-
CRUD mappings for functions deployed as REST endpoints via spring-cloud-function-web
…