Spring Cloud Alibaba 2.2.4.RELEASE 发布

栏目: 软件资讯 · 发布时间: 4年前

内容简介:Spring Cloud Alibaba 2.2.4 已经发布,目前已可以从 maven 仓库获取,坐标如下:     <dependencyManagement>         <dependencies>             <dependency>          ...

Spring Cloud Alibaba 2.2.4 已经发布,目前已可以从 maven 仓库获取,坐标如下:

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.alibaba.cloud</groupId>
                <artifactId>spring-cloud-alibaba-dependencies</artifactId>
                <version>2.2.4.RELEASE</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

核心依赖

  • Spring Boot 2.3.2.RELEASE

  • Spring Cloud Hoxton.SR8

  • Nacos 1.4.1

  • Seata 1.3.0

  • Sentinel 1.8.0

新增优化

  • 重构 NacosWatch 定时任务,保证应用关闭后立即退出

  • 【重要】重构 nacos 配置文件解析规则,可避免远程执行安全问题

  • 使用抽象方法 AbstractMessageChannel 替换原有逻辑

BUG 修复

  • 修复 /actuator/service-registry 注销服务失败问题

  • 服务注册心跳等参数单位和 Nacos 默认参数单位不统一

  • 修复无法整合使用 spring-cloud-config ,服务启动失败

  • 修复 Dubbo 重启服务提供者情况下,消费者找不到服务的问题

  • 修复 Dubbo 使用 GRPC 协议时 NPE

  • 修复 轮询配置中心线程池关闭逻辑错误导致 classloader 无法回收 OOM

  • 修复 启动时端点日志警告

  • 修复与 seata 1.4 兼容性问题

特别说明

  • Spring Cloud Alibaba 2.2.4.RELEASE 基于 Spring Cloud Hoxton.SR8 构建,所以并不不兼容 Spring Cloud 2020 、Spring Boot 2.4。


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Viral Loop

Viral Loop

Adam L. Penenberg / Tantor Media / 2009-10-27 / USD 34.99

From Google to Facebook, a respected journalist delves into how a "viral loop" can make an online business a success.一起来看看 《Viral Loop》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试