Spring Cloud Hoxton.SR11 已發布

發布 | Haytham Mohamed | 2021 年 4 月 22 日 | ...

我謹代表社群宣布,Spring Cloud Hoxton Release Train 的 Service Release 11 (SR11) 今天已發布。此版本可在 Maven Central 找到。您可以查看 Hoxton 的發行說明以取得更多資訊

Hoxton Release Train 中的重大變更

請參閱此處包含在此版本中的所有問題。

這次發布主要為錯誤修正和文件更新。Hoxton.SR11 與 Spring Boot 2.3.x 和 2.2.x 相容。

Spring Cloud Commons

Spring Cloud Gateway

Spring Cloud OpenFeign

Spring Cloud Config

Spring Cloud CircuitBreaker

Spring Cloud Kubernetes

Spring Cloud Consul

以下模組已更新為 Hoxton.SR11 的一部分

模組 版本 問題
Spring Cloud Starter Build Hoxton.SR11
Spring Cloud Netflix 2.2.8.RELEASE (問題)
Spring Cloud Openfeign 2.2.8.RELEASE (問題)
Spring Cloud Config 2.2.8.RELEASE (問題)
Spring Cloud Gateway 2.2.8.RELEASE (問題)
Spring Cloud Gcp 1.2.8.RELEASE
Spring Cloud Commons 2.2.8.RELEASE (問題)
Spring Cloud Consul 2.2.7.RELEASE (問題)
Spring Cloud Contract 2.2.7.RELEASE (問題)
Spring Cloud Kubernetes 1.1.9.RELEASE (問題)
Spring Cloud Sleuth 2.2.8.RELEASE (問題)
Spring Cloud Stream Horsham.SR12
Spring Cloud Function 3.0.14.RELEASE
Spring Cloud Bus 2.2.4.RELEASE
Spring Cloud Circuit Breaker 1.0.5.RELEASE
Spring Cloud Security 2.2.5.RELEASE
Spring Cloud ZooKeeper 2.2.5.RELEASE (問題)

一如既往,我們歡迎您在 GitHubGitterStack OverflowTwitter 上提供意見反應。

開始使用 Maven 和 BOM (僅限依賴性管理)

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Hoxton.SR11</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>

或使用 Gradle

buildscript {
  dependencies {
    classpath "io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE"
  }
}

apply plugin: "io.spring.dependency-management"

dependencyManagement {
  imports {
    mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Hoxton.SR11'
  }
}

dependencies {
  compile 'org.springframework.cloud:spring-cloud-starter-config'
  compile 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
  //...
}

取得 Spring 電子報

隨時掌握 Spring 電子報的最新資訊

訂閱

領先一步

VMware 提供訓練和認證,以加速您的進展。

了解更多

取得支援

Tanzu Spring 在一個簡單的訂閱中提供 OpenJDK™、Spring 和 Apache Tomcat® 的支援和二進位檔案。

了解更多

即將到來的活動

查看 Spring 社群中所有即將到來的活動。

檢視全部