内容简介:Spring Cloud Finchley 的第 9 个里程碑版 M9 已发布。需注意的是,自上个 M8 版本开始,项目已与 Spring Boot 2 兼容,不过不兼容 Spring Boot 1.x.y 。本次主要更新内容如下: Spring Cloud Gateway Support...
Spring Cloud Finchley 的第 9 个里程碑版 M9 已发布。需注意的是,自上个 M8 版本开始,项目已与 Spring Boot 2 兼容,不过不兼容 Spring Boot 1.x.y 。本次主要更新内容如下:
Spring Cloud Gateway
Spring Cloud Netflix
Upgraded to Eureka
1.8.7
to address thread pool issue when Eureka health check is enabled
Spring Cloud Sleuth
Bug Fixes
Further Alignment With Brave
Fixed interop with Spring Cloud Gateway
Spring Cloud Contract
Added byte array for DSL
Better support for RestDocs parametrized names
Added exposure of multiple versions of the same artifact in the same test
Added verbose messages for collection assertions in the generated tests
Allows to keep unpacked stubs after the stubs got downloaded and test finished
Added new overview sections to documentation
Spring Cloud Commons
Refactored APIs related to configuring Spring Retry
Spring Cloud Config
Adds ability to remove untracked local branches
Spring Cloud Stream
See Spring Cloud Stream release notes
组件版本升级:
更多详情请查看发行说明:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Wine 3.2 发布,Windows 应用兼容层
- VirtualEnv 16.2.0 发布,兼容 fish 3
- Wine 2.15 发布,Windows 应用兼容层
- Wine 2.18 发布,Windows 应用兼容层
- Wine 2.19 发布,Windows 应用兼容层
- Wine 2.21 发布,Windows 应用兼容层
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
Frank.M.Carrano / 金名 / 清华大学出版社 / 2007-11 / 98.00元
“数据结构”是计算机专业的基础与核心课程之一,Java是现今一种热门的语言。本书在编写过程中特别考虑到了面向对象程序设计(OOP)的思想与Java语言的特性。它不是从基于另一种程序设计语言的数据结构教材简单地“改编”而来的,因此在数据结构的实现上更加“地道”地运用了Java语言,并且自始至终强调以面向对象的方式来思考、分析和解决问题。 本书是为数据结构入门课程(通常课号是CS-2)而编写的教......一起来看看 《数据结构与算法分析》 这本书的介绍吧!