当前位置:   article > 正文

Spring Cloud Greenwich.SR2 is available._dependency 'org.springframework.cloud:spring-cloud

dependency 'org.springframework.cloud:spring-cloud-dependencies:greenwich.sr

Releases
Spencer Gibb
June 27, 2019

On behalf of the community, I am pleased to announce that Service Release 2 (SR2) of the Spring Cloud Greenwich Release Train is available today. The release can be found in Maven Central. You can check out the Greenwich release notes for more information.
Notable Changes in the Greenwich Release Train

All projects were updated in coordination with the Spring nohttp effort.
Spring Cloud Gateway

Many updates and fixes were included via Reactor and Reactor Netty. Gateway also efficiently caches the request body when Retry is enabled or if the Read Body Predicate is used.
Spring Cloud Config

Allows Vault to be used when running Config Server in embedded mode.
Spring Cloud Openfeign

Adds support for Spring HATEOAS Resources.
Spring Cloud Kubernetes

Adds support for including ConfigMaps based on active profiles.
Spring Cloud Contract

The Gradle plugin is now published to the Gradle plugin portal.

The following modules were updated as part of Greenwich.SR2:
Module Version Issues
Spring Cloud Task 2.1.2.RELEASE
Spring Cloud Config 2.1.3.RELEASE (issues)
Spring Cloud Stream Fishtown.SR3 (issues)
Spring Cloud Sleuth 2.1.2.RELEASE (issues)
Spring Cloud Commons 2.1.2.RELEASE (issues)
Spring Cloud Openfeign 2.1.2.RELEASE (issues)
Spring Cloud Kubernetes 1.0.2.RELEASE (issues)
Spring Cloud Aws 2.1.2.RELEASE
Spring Cloud Vault 2.1.2.RELEASE
Spring Cloud Function 2.0.2.RELEASE (issues)
Spring Cloud Bus 2.1.2.RELEASE (issues)
Spring Cloud Build 2.1.6.RELEASE
Spring Cloud Zookeeper 2.1.2.RELEASE
Spring Cloud Gcp 1.1.2.RELEASE
Spring Cloud Contract 2.1.2.RELEASE (issues)
Spring Cloud Consul 2.1.2.RELEASE (issues)
Spring Cloud Security 2.1.3.RELEASE
Spring Cloud Gateway 2.1.2.RELEASE (issues)
Spring Cloud Cloudfoundry 2.1.2.RELEASE
Spring Cloud Netflix 2.1.2.RELEASE (issues)

As always, we welcome feedback on GitHub, Gitter, Stack Overflow, or Twitter.

To get started using Maven with a BOM (dependency management only):

org.springframework.cloud spring-cloud-dependencies Greenwich.SR2 pom import org.springframework.cloud spring-cloud-starter-config org.springframework.cloud spring-cloud-starter-netflix-eureka-client ...

or using Gradle:

buildscript {
dependencies {
classpath “io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE”
}
}

apply plugin: “io.spring.dependency-management”

dependencyManagement {
imports {
mavenBom ‘org.springframework.cloud:spring-cloud-dependencies:Greenwich.SR2’
}
}

dependencies {
compile ‘org.springframework.cloud:spring-cloud-starter-config’
compile ‘org.springframework.cloud:spring-cloud-starter-netflix-eureka-client’

}

comments powered by Disqus

Spring Cloud Greenwich.SR2可用。
发布
斯宾塞·吉布
2019年6月27日

我很高兴代表社区宣布,Spring Cloud Greenwich Release Train的Service Release 2(SR2)现已发布。该版本可以在Maven Central中找到。您可以查看格林威治发行说明以获取更多信息。
格林威治公开赛的重大变化

所有项目均在Spring nohttp的努力下进行了更新。
Spring Cloud Gateway

通过Reactor和Reactor Netty包含了许多更新和修复。当启用“重试”或使用“读取主体谓词”时,网关还可以有效地缓存请求主体。
Spring Cloud Config

允许在嵌入式模式下运行Config Server时使用保管库。
Spring Cloud Openfeign

增加了对Spring HATEOAS资源的支持。
Spring Cloud Kubernetes

添加了对基于活动配置文件的ConfigMap的支持。
春云合约

Gradle插件现已发布到Gradle插件门户。

作为Greenwich.SR2的一部分,以下模块已更新:
模块版本问题
Spring Cloud Task 2.1.2.RELEASE
Spring Cloud Config 2.1.3.RELEASE(问题)
Spring Cloud Stream Fishtown.SR3(问题)
Spring Cloud Sleuth 2.1.2发布(问题)
Spring Cloud Commons 2.1.2.RELEASE(问题)
Spring Cloud Openfeign 2.1.2发布(问题)
Spring Cloud Kubernetes 1.0.2.RELEASE(问题)
Spring Cloud Aws 2.1.2。发布
Spring Cloud Vault 2.1.2。发布
Spring Cloud Function 2.0.2.RELEASE(问题)
Spring Cloud Bus 2.1.2.RELEASE(问题)
Spring Cloud Build 2.1.6.RELEASE
Spring Cloud Zookeeper 2.1.2。发布
Spring Cloud Gcp 1.1.2.RELEASE
Spring Cloud Contract 2.1.2.RELEASE(问题)
Spring Cloud Consul 2.1.2.RELEASE(问题)
Spring Cloud Security 2.1.3。发布
Spring Cloud Gateway 2.1.2.RELEASE(问题)
Spring Cloud Cloudfoundry 2.1.2发布
Spring Cloud Netflix 2.1.2.RELEASE(问题)

与往常一样,我们欢迎对GitHub,Gitter,Stack Overflow或Twitter的反馈。

要开始将Maven与BOM一起使用(仅限于依赖管理):

<依赖项> <依赖性> org.springframework.cloud spring-cloud-dependencies Greenwich.SR2 pom 导入 <依赖项> <依赖性> org.springframework.cloud spring-cloud-starter-config <依赖性> org.springframework.cloud spring-cloud-starter-netflix-eureka-client ...

或使用Gradle:

buildscript {
依赖项{
classpath“ io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE”
}
}

应用插件:“ io.spring.dependency-management”

dependencyManagement {
进口{
mavenBom’org.springframework.cloud:spring-cloud-dependencies:Greenwich.SR2’
}
}

依赖项{
编译’org.springframework.cloud:spring-cloud-starter-config’
编译’org.springframework.cloud:spring-cloud-starter-netflix-eureka-client’

}

由Disqus提供动力的评论

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号