Spring Cloud Alibaba 2.2.2.RELEASE: New Features, Upgrades, and Bug Fixes
Spring Cloud Alibaba 2.2.2.RELEASE, compatible with Spring Cloud Hoxton.SR8, introduces upgraded dependencies such as Nacos Client 1.3.2, Seata 1.3.0, Sentinel 1.8.0, Apache Dubbo 2.7.8, adds features like NacosWatch metadata updates and dynamic naming service switching, and resolves numerous bugs.
2.2.2.RELEASE is compatible with Spring Cloud Hoxton.SR8, cheers! 🍺
<code><dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement></code>Spring Cloud Alibaba can now be generated on Spring Initializr and Aliyun Java Initializr.
🔨 Dependency upgrades
Nacos upgraded to Nacos Client 1.3.2 (#1631)
Seata upgraded to Seata 1.3.0 (#1650)
Sentinel upgraded to Sentinel 1.8.0 (#issues)
Dubbo upgraded to Apache Dubbo 2.7.8 (#1624)
Common upgraded to Alibaba Spring Context support 1.0.9 (#1625)
⭐️ Features / Enhancements
NacosWatch updates local metadata #1704
Nacos namingService supports dynamic switching #1698
Add destroy lifecycle callback for NamingService #1638
Add NacosRegistrationCustomizer #1495
Support temporary Nacos ServiceInstance #1488
Sidecar health check optimization #1686
Replace ChannelInterceptorAware.getInterceptors() with AbstractMessageChannel.getInterceptors() #1503
🐞 Bug fixes
Fix NPE in NacosServiceDiscovery.hostToServiceInstance method #1536
Resolve loading order issue of Nacos Config #1483
Fix code issue in documentation #1646
Fix nacos-discovery-example README file #1511
Update nacos-config.adoc #1618
Correct typo in nacos-config.adoc #1484
Fix masterId logic error in RedisDataSourceProperties #1622
Avoid k8s readiness probe deleting pod #1586
Our team continues to align with the latest Spring Cloud Alibaba snapshots and will soon release pig 2.9.0.
Congratulations to ChunMengLu (GitHub ID: ChunMengLu) for becoming a Spring Cloud Alibaba committer.
Feel free to join share.pig4cloud.com.
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.