点击上方蓝色“程序猿DD”,选择“设为星标”

回复“资源”获取独家整理的学习资料!

作者 | 局长

来源 | https://www.oschina.net/news/113095/spring-cloud-greenwich-sr5-released

Spring Cloud Greenwich Service Release 5 (SR5) 发布了,可通过 Maven Central 获取。发布主页显示,此版本包含错误修复、较小的功能增强以及文档更新。

这是 Greenwich Release Train 的最终计划发行版本(更多信息请参见此处)。官方建议尽快升级到 Hoxton,Greenwich.SR5 基于 Spring Boot 2.1.12。

Spring Cloud Commons

为了支持来自配置客户端中 YAML 的合并列表,此版本进行了更改,以便将每个PropertySource分别添加到环境中,而不是添加到组合中。

作为 Greenwich.SR5 的一部分,以下模块已更新:

MODULE VERSION ISSUES
Spring Cloud Build 2.1.10.RELEASE
Spring Cloud Sleuth 2.1.7.RELEASE (issues)
Spring Cloud Consul 2.1.5.RELEASE (issues)
Spring Cloud Gateway 2.1.5.RELEASE (issues)
Spring Cloud Contract 2.1.5.RELEASE (issues)
Spring Cloud Netflix 2.1.5.RELEASE (issues)
Spring Cloud Gcp 1.1.5.RELEASE
Spring Cloud Config 2.1.6.RELEASE (issues)
Spring Cloud Openfeign 2.1.5.RELEASE (issues)
Spring Cloud Commons 2.1.5.RELEASE (issues)
Spring Cloud Aws 2.1.4.RELEASE
Spring Cloud Vault 2.1.5.RELEASE
Spring Cloud Bus 2.1.4.RELEASE (issues)
Spring Cloud Kubernetes 1.0.5.RELEASE (issues)

获取方式

Maven

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

plugins {id 'org.springframework.boot' version '2.1.12.RELEASE'id 'io.spring.dependency-management' version '1.0.8.RELEASE'id 'java'
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
repositories {mavenCentral()
}
dependencies {implementation 'org.springframework.cloud:spring-cloud-starter-config'implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'// ...
}

完整发布日志和下载地址:https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Greenwich-Release-Notes

本文通过OpenWrite的Markdown转换工具发布

关注我,回复“加群”加入各种主题讨论群

  • 众志成城,共克时艰:GitHub惊现武汉防疫信息收集项目

  • IntelliJ 发布 2020 RoadMap,中文版终于要来了?

  • JetBrains 推出编程字体 Mono,开源免费可商用

  • 中科院国产编程语言“木兰”疑似换皮Python?

  • 99行代码的《冰雪奇缘》,收下我的膝盖!

    武汉加油!中国加油! 

Spring Cloud Greenwich 最后一个计划版本发布!相关推荐

  1. Spring Cloud Greenwich版本已发布!

    点击上方"方志朋",选择"置顶或者星标" 你的关注意义重大! 就在1月23日,spring的官方博客发布了Spring Cloud Greenwich版本正式发 ...

  2. Pivotal发布Spring Cloud Data Flow 1.5版本

    Pivotal发布了Spring Cloud Data Flow 1.5版本,这是一款用于构建实时数据服务的项目,该版本的新功能包括: \\ 对用户界面改进\\t 更新的Spring Cloud St ...

  3. Spring Cloud Greenwich 新特性和F版升级分享

    来源:https://dwz.cn/LkwPsmut 前几天介绍了,关于Spring Cloud Greenwich版本发布的官方博客翻译:Spring Cloud Greenwich.RELEASE ...

  4. Spring Cloud Greenwich 正式发布,Hystrix 即将寿终正寝!

    Spring Cloud Greenwich 正式版在 01/23/2019 这天正式发布了,下面我们来看下有哪些更新内容. 生命周期终止提醒 Spring Cloud Edgware Edgware ...

  5. Spring Cloud Greenwich 新特性和F升级分享

    2019.01.23 期待已久的Spring Cloud Greenwich 发布了release版本,作为我们团队也第一时间把RC版本替换为release,以下为总结,希望对你使用Spring Cl ...

  6. Spring Cloud Alibaba 2021.0.1.0 发布:版本号再也不迷糊了

    大家好,DD又来了! 3月9日,Spring官方博客发文:Spring Cloud Alibaba 2021.0.1.0发布了. 前段时间DD还在微信群(点击加入)里看到小伙伴吐槽Spring Clo ...

  7. Spring Cloud实战小贴士:版本依赖关系

    去年在博客上连载了<Spring Cloud构建微服务架构>的系列博文,虽然这部分内容得到了不少关注者们的支持,但是不得不说这些内容只是适用于Spring Cloud入门阶段对各个组件的初 ...

  8. 灰度发布-Spring cloud gray系列之多版本灰度测试

    概述 spring cloud gray是作者公司(掌门1对1) 内部孵化的出来的产品,相对来说是比较稳定,毕竟经过了公司的线上验证,目前捐献给了spring cloud中国社区,项目链接,关于特性原 ...

  9. Spring Cloud Gateway——2020.x以上版本HTTP 503 或 NoLoadBalancer[负载均衡]解决方案

    问题描述 config spring:cloud:gateway:routes:- id: myRouteuri: lb://servicepredicates:- Path=/service/** ...

最新文章

  1. SAP ABAP maintanence view的数据校验机制
  2. matlab 判断鼠标按下_轻巧可爱,支持多设备——雷柏Ralemo Air1乐萌鼠标
  3. Linux - Redis介绍以及安装 (简易版本)
  4. php中的递归算法,PHP递归算法(四)
  5. 软件开发技术文档_你知道,直播软件开发需要做的准备工作有哪些?
  6. GetUserName()第二个参数中指明缓冲区长度
  7. 虚拟网站禁用php,PHP虚拟主机建议禁用函数列表
  8. testbench文件显示波形_如何编写testbench的总结(非常实用的总结)
  9. 数模电路基础知识 —— 8. PN结与三极管的工作原理
  10. javascript编写1加到100函数
  11. Cygwin安装教程并构建WFDB软件包
  12. HTTP Error 503 错误解决办法
  13. 联想集团:联想,还是可以联想的
  14. 三星大规模生产3nm芯片?预计明年就能流通各大手机厂商手中
  15. 英语--副词描述变化量大小
  16. Linux安装中文输入法(谷歌输入法和搜狗输入法)
  17. 计算机主板知识,电脑硬件及电脑配置知识大全-主板知识
  18. replace()方法
  19. 使用烧杯进行缓存? 为什么要切换到dogpile.cache
  20. 华为交换机路由器配置策略路由实例

热门文章

  1. python https请求报错:SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] 解决方法
  2. java 字符串 基础介绍
  3. linux selinux 安全上下文 修改
  4. shell 使用数组作为函数参数的方法
  5. 窗体的扩展样式GWL_EXSTYLE: 用于SetWindowLong
  6. 数据结构 -- 队列
  7. java中Log4j的使用
  8. Linux System Programming -- Appendix
  9. fork()子进程与父进程之间的文件描述符问题
  10. UNIX重定向--dup(2)函数