Spring Cloud Finchley SR4 釋出

釋出 | Marcin Grzejszczak | 2019 年 6 月 14 日 | ...

我謹代表社群宣佈,Spring Cloud Finchley 釋出列車的 Service Release 4 (SR4) 今天已釋出。該版本可在 Maven Central 中找到。您可以檢視 Finchley 的釋出說明以獲取更多資訊。

Finchley 釋出列車的顯著變化

Spring Cloud Commons

錯誤修復

Spring Cloud Vault

錯誤修復

Spring Cloud Config

錯誤修復

Spring Cloud Gateway

錯誤修復

Spring Cloud Netflix

錯誤修復

Spring Cloud Sleuth

錯誤修復

Spring Cloud Consul

錯誤修復

Spring Cloud Contract

錯誤修復

以下模組作為 Finchley.SR4 的一部分進行了更新

| 模組 | 版本 | 問題 |--- |--- |--- |--- | Spring Cloud Commons | 2.0.4.RELEASE | (issues) | Spring Cloud Openfeign | 2.0.4.RELEASE |   | Spring Cloud Dependencies | Finchley.SR4 |   | Spring Cloud Release | Finchley.SR4 |   | Spring Cloud Starter | Finchley.SR4 |   | Spring Cloud Stream | Elmhurst.SR3 |   | Spring Cloud Cloudfoundry | 2.0.2.RELEASE |   | Spring Cloud Task | 2.0.2.RELEASE |   | Spring Cloud Build | 2.0.6.RELEASE |   | Spring Cloud Vault | 2.0.4.RELEASE | (issues) | Spring Cloud Zookeeper | 2.0.2.RELEASE |   | Spring Cloud Config | 2.0.5.RELEASE | (issues) | Spring Cloud Aws | 2.0.3.RELEASE |   | Spring Cloud Bus | 2.0.2.RELEASE |   | Spring Cloud | Finchley.SR4 |   | Spring Cloud Security | 2.0.2.RELEASE |   | Spring Cloud Gateway | 2.0.4.RELEASE | (issues) | Spring Cloud Netflix | 2.0.4.RELEASE | (issues) | Spring Cloud Sleuth | 2.0.4.RELEASE | (issues) | Spring Cloud Consul | 2.0.3.RELEASE | (issues) | Spring Cloud Contract | 2.0.4.RELEASE | (issues) | Spring Cloud Function | 1.0.2.RELEASE |  

一如既往,我們歡迎在GitHubGitterStack OverflowTwitter 上提供反饋。

使用 Maven 的 BOM (僅用於依賴管理) 開始


<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Finchley.SR4</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.2.RELEASE"
    }
}



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

dependencyManagement {
    imports {
        mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Finchley.SR4'
    }
}

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 社群所有即將舉辦的活動。

檢視全部