Spring Cloud Greenwich.SR4 發佈了,跟不上了……

前幾天 Spring Cloud Greenwich.SR4 發佈了:spring

https://spring.io/blog/2019/1...

咱們來看下都更新了什麼。微信

在 Maven 倉庫中已經能夠用了:spa

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

一、Spring Boot

Spring Cloud Greenwich.SR4 是基於 Spring Boot 2.1.10.RELEASE 構建的,Spring Boot 版本愈來愈高了。code

二、Spring Cloud Openfeign

Spring Cloud Openfeign 的版本升級到了 OpenFeign 10.4.0。blog

三、Spring Cloud Vault

Spring Cloud Vault 的依賴和文檔變動和更新。教程

四、Spring Cloud Gateway

Spring Cloud Gateway 增長了對 Spring Cloud LoadBalancer 的支持。ci

五、還有其餘模塊的 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

升級推薦閱讀:rem

@ All 碼農們:大家升級了嗎?有遇到什麼樣的坑?歡迎留言!文檔

關注微信公衆號:Java技術棧,在公衆號後臺回覆:cloud,獲取棧長整理的 Spring Cloud 系列教程,都是實戰乾貨。get

  • Spring Cloud 配置中心高可用搭建
  • Spring Cloud 多版本如何選擇
  • Spring Cloud 是什麼,和 Dubbo 對比
  • Spring Cloud 註冊中心高可用搭建
  • Spring Cloud Eureka 自我保護機制
  • ……

相關文章
相關標籤/搜索