Cloud Native 3 min read

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.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
Spring Cloud Alibaba 2.2.2.RELEASE: New Features, Upgrades, and Bug Fixes

2.2.2.RELEASE is compatible with Spring Cloud Hoxton.SR8, cheers! 🍺

<code>&lt;dependencyManagement&gt;
    &lt;dependencies&gt;
        &lt;dependency&gt;
            &lt;groupId&gt;com.alibaba.cloud&lt;/groupId&gt;
            &lt;artifactId&gt;spring-cloud-alibaba-dependencies&lt;/artifactId&gt;
            &lt;version&gt;2.2.2.RELEASE&lt;/version&gt;
            &lt;type&gt;pom&lt;/type&gt;
            &lt;scope&gt;import&lt;/scope&gt;
        &lt;/dependency&gt;
    &lt;/dependencies&gt;
&lt;/dependencyManagement&gt;</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.

Javaspring-cloud-alibabaBug FixesRelease Notesdependency upgrades
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

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