Cloud Native 2 min read

What’s New in Spring Cloud Alibaba 2.2.1? Key Updates and Maven Coordinates

Spring Cloud Alibaba 2.2.1 introduces Consul data source support for Sentinel, configurable health checks for Nacos, restructures modules by moving Alibaba commercial components out of spring-cloud-alibaba, renames starter packages, adds conditional health indicator annotations, and updates Maven dependency management coordinates.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Cloud Alibaba 2.2.1? Key Updates and Maven Coordinates

Basic Dependencies

Spring Cloud Hoxton.SR3

Nacos 1.2.1

Sentinel 1.7.1

Update Notes

Sentinel configuration now supports Consul data source.

Nacos health check supports a configuration switch.

Module refactoring: Alibaba commercial components have been removed from the spring-cloud-alibaba project (e.g., oss, schedulex).

The starter package name changed from spring-cloud-starter-alibaba to spring-cloud-alibaba-starters.

Health checks use @ConditionalOnEnabledHealthIndicator.

Refactored SeataHystrixConcurrencyStrategy.

For more details, see the release page at https://github.com/alibaba/spring-cloud-alibaba/releases/tag/2.2.1.RELEASE.

Maven Coordinates

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>spring-cloud-alibaba-dependencies</artifactId>
            <version>2.2.1.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
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.

JavamavenSpring Cloud Alibaba
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.