天天看點

Spring Cloud Greenwich.SR4 釋出了,跟不上了……

Spring Cloud Greenwich.SR4 釋出了,跟不上了……

前幾天 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