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.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Cloud 2022.0.0? Compatibility, OpenFeign Status, and Dependency Management
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.

<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>

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

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

dependency managementSpring CloudOpenFeignjava-17
Java Architecture Diary
Written by

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.