What’s New in Spring Cloud 2022.0.0? Compatibility, OpenFeign Status, and Dependency Management
Spring Cloud 2022.0.0, built on Spring Framework 6.x and Spring Boot 3.x, requires Java 17, introduces Jakarta EE support, marks OpenFeign as feature‑complete, and provides updated Maven dependency management details, while noting the end of OSS support in November 2023.
Support for Spring Framework 5.x and Spring Boot 2.x in the Spring Cloud 2021.0 release series will follow Spring Boot 2.7.x, and OSS support ends on 2023‑11‑08.
Spring Cloud 2022.0.0 is a major release built on Spring Framework 6.x and Spring Boot 3.x, compatible with Jakarta EE and requiring a minimum of Java 17.
<code><dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2022.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement></code>Since Spring now provides its own implementation of the HTTP client interface, Spring Cloud OpenFeign reached feature‑complete status starting with 2022.0.0; the team will no longer add new features, focusing only on bug fixes, security patches, and small community PRs.
Full‑network debut! PIG supports SpringBoot 3.0 and Spring Cloud 2022 ecosystem
Other modules with significant changes are listed below:
Reference
[1] OSS: https://tanzu.vmware.com/support/oss
Java Architecture Diary
Committed to sharing original, high‑quality technical articles; no fluff or promotional content.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.