Spring Cloud Greenwich.SR1 現已發布

發布 | Ryan Baxter | 2019年03月07日 | ...

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

Greenwich Release Train 中的重大變更

Spring Cloud Netflix

Spring Cloud Stream

  • 錯誤修正

Spring Cloud Cloudfoundry

Spring Cloud Commons

Spring Cloud OpenFeign

  • 新增 Spring Data 分頁支援
  • 問題

Spring Cloud Task

  • 錯誤修正

Spring Cloud Sleuth

Spring Cloud Aws

  • 記錄與格式變更

Spring Cloud Zookeeper

  • 格式變更

Spring Cloud Bus

  • 格式變更

Spring Cloud Vault

Spring Cloud Kubernetes

  • 新增領導者選舉資訊貢獻者
  • 文件增強功能
  • 問題

Spring Cloud Contract

Spring Cloud Consul

Spring Cloud Gateway

Spring Cloud Function

Spring Cloud Config

Spring Cloud Security

  • Spring Cloud Security 2.1.1.RELEASE 在 Greenwich.RELEASE 和 Greenwich.SR1 之間發布,原因是包含了一個里程碑相依性
  • Spring Cloud Security 2.1.2.RELEASE 僅包含一些格式變更

下列模組已更新,作為 Greenwich.SR1 的一部分

| 模組 | 版本 | 問題 |--- |--- |--- |--- | Spring Cloud Netflix | 2.1.1.RELEASE | (問題) | Spring Cloud Stream | Fishtown.SR2 |   | Spring Cloud Gcp | 1.1.1.RELEASE |   | Spring Cloud Cloudfoundry | 2.1.1.RELEASE | (問題) | Spring Cloud Build | 2.1.3.RELEASE | (問題) | Spring Cloud Commons | 2.1.1.RELEASE | (問題) | Spring Cloud | Greenwich.SR1 |   | Spring Cloud OpenFeign | 2.1.1.RELEASE | (問題) | Spring Cloud Task | 2.1.1.RELEASE |   | Spring Cloud Sleuth | 2.1.1.RELEASE | (問題) | Spring Cloud Aws | 2.1.1.RELEASE |   | Spring Cloud Release | Greenwich.SR1 |   | Spring Cloud Zookeeper | 2.1.1.RELEASE |   | Spring Cloud Bus | 2.1.1.RELEASE | (問題) | Spring Cloud Vault | 2.1.1.RELEASE | (問題) | Spring Cloud Kubernetes | 1.0.1.RELEASE | (問題) | Spring Cloud Dependencies | Greenwich.SR1 |   | Spring Cloud Contract | 2.1.1.RELEASE | (問題) | Spring Cloud Consul | 2.1.1.RELEASE | (問題) | Spring Cloud Gateway | 2.1.1.RELEASE | (問題) | Spring Cloud Function | 2.0.1.RELEASE | (問題) | Spring Cloud Starter | Greenwich.SR1 |   | Spring Cloud Config | 2.1.1.RELEASE | (問題) | Spring Cloud Security | 2.1.2.RELEASE |  

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

若要開始使用 Maven 和 BOM (僅限相依性管理)


<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Greenwich.SR1</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:Greenwich.SR1'
    }
}

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

檢視全部