Spring Cloud Alibaba 2.2.2 发布,兼容 Hoxton.SR8

来源: 投稿
作者: 冷冷zz
2020-09-12 18:56:00

沉寂半年, Spring Cloud Alibaba 2.2.2.RELEASE

兼容 Spring Cloud Hoxton.SR8 

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

Spring Cloud Alibaba 现在可以在 Spring Initializr 和 Aliyun Java Initializr 上生成运行!

🔨 依赖升级

  • [Nacos]升级到 Nacos Client 1.3.2(#1631)

  • [Seata]升级到 Seata 1.3.0(#1650)

  • [Sentinel]升级到 Sentinel 1.8.0(#issues)

  • [Dubbo]升级到 Apache Dubbo 2.7.8(#1624)

  • [Common]升级到 Alibaba Spring Context 支持 1.0.9(#1625)

⭐️ 功能/增强

  • NacosWatch 更新本地元数据#1704

  • Nacos namingService 支持动态切换#1698

  • 为 NamingService #1638 添加销毁生命周期回调

  • 添加 NacosRegistrationCustomizer #1495

  • 支持临时 Nacos ServiceInstance #1488

  • Sidecar 健康检测优化#1686

  • 使用 AbstractMessageChannel.getInterceptors()替换 ChannelInterceptorAware.getChannelInterceptors()#1503

🐞 Bug 修复

  • 修复 NacosServiceDiscovery.hostToServiceInstance 方法 NPE #1536

  • 解决了 Nacos Config #1483 的加载顺序问题

  • 修复文档#1646 上的代码问题

  • 修复 nacos-discovery-example readme 文件#1511

  • 更新 nacos-config.adoc #1618

  • 修复 nacos-config.adoc #1484 中的错误单词

  • RedisDataSourceProperties 的 masterId 逻辑错误#1622

  • 避免 k8s 准备就绪探针删除 pod#1586

更新说明:https://github.com/alibaba/spring-cloud-alibaba/releases

展开阅读全文
点击加入讨论🔥(3) 发布并加入讨论🔥
3 评论
8 收藏
分享
返回顶部
顶部