您现在的位置是:首页 > 文章详情

Spring Cloud 2020.0.4 发布

日期:2021-09-23点击:348

Spring Cloud 2020.0.4 正式发布,这是错误修正版本。兼容 Spring Boot 2.4.x and 2.5.x。

目前已经可以从中央仓库获取,坐标如下:

 <dependencyManagement>     <dependencies>         <dependency>             <groupId>org.springframework.cloud</groupId>             <artifactId>spring-cloud-dependencies</artifactId>             <version>2020.0.4</version>             <type>pom</type>             <scope>import</scope>         </dependency>     </dependencies> </dependencyManagement> <dependencies>     <dependency>         <groupId>org.springframework.cloud</groupId>         <artifactId>spring-cloud-starter-config</artifactId>     </dependency>     <dependency>         <groupId>org.springframework.cloud</groupId>         <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>     </dependency>     ... </dependencies> 

Spring Cloud Commons

  • 允许通过 group 创建反应式断路器

Spring Cloud Config

  • 当使用 JDBC 作为存储时,可以返回 Boolean、 Integer 数据

  • 当使用 Git 作为存储时,可以动态的提供 用户名、密码

Spring Cloud OpenFeign

  • 支持修改 feignclient 的断路器类型

Spring Cloud Netflix

  • 当 eureka 服务不可用时,不注册到相关的配置中心

Spring Cloud Sleuth

  • 简化相关的参数显示

Spring Cloud Kubernetes

  • 统一 fabric8 和 k8s 之间的命名空间方式

依赖升级

模块 版本
Spring Cloud Starter Build 3.0.4
Spring Cloud Netflix 3.0.4
Spring Cloud Openfeign 3.0.4
Spring Cloud Gateway 3.0.4
Spring Cloud Commons 3.0.4
Spring Cloud Config 3.0.5
Spring Cloud Consul 3.0.4
Spring Cloud Contract 3.0.4
Spring Cloud Kubernetes 2.0.4
Spring Cloud Sleuth 3.0.4
Spring Cloud Vault 3.0.4
Spring Cloud Zookeeper 3.0.4
Spring Cloud CircuitBreaker 2.0.2
Spring Cloud Stream 3.1.4
Spring Cloud Function 3.1.4
原文链接:https://www.oschina.net/news/161480/spring-cloud-2020-0-4-released
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章