前几天 Spring Cloud Greenwich.SR4 发布了:
https://spring.io/blog/2019/11/19/spring-cloud-greenwich-sr4-released
我们来看下都更新了什么。
在 Maven 仓库中已经可以用了:
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Greenwich.SR4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies></dependencyManagement>
1、Spring Boot
Spring Cloud Greenwich.SR4 是基于 Spring Boot 2.1.10.RELEASE 构建的,Spring Boot 版本越来越高了。
2、Spring Cloud Openfeign
Spring Cloud Openfeign 的版本升级到了 OpenFeign 10.4.0。
3、Spring Cloud Vault
Spring Cloud Vault 的依赖和文档变更和更新。
4、Spring Cloud Gateway
Spring Cloud Gateway 增加了对 Spring Cloud LoadBalancer 的支持。
5、还有其他模块的 bug 修复
Spring Cloud Kubernetes
Spring Cloud Commons
Spring Cloud Openfeign
Spring Cloud Contract
Spring Cloud Vault
Spring Cloud Netflix
Spring Cloud Sleuth
Spring Cloud Config
Spring Cloud Gateway