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.
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>Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
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.
