Spring Cloud Edgware Release Notes
Spring Cloud Edgware builds on Spring Boot 1.5.x.
Renamed starters
A number of starters did not follow normal Spring Cloud naming conventions. In Edgware, use of the deprecated starter will log a warning with the name of the new starter to use in its place. Below is a table of the deprecated starters and their replacements
warning example:
2018-06-19 13:38:29.400 WARN 8732 --- [main ] o.s.c.s.e.s.EurekaServerStarterDeprecationWarningAutoConfiguration : spring-cloud-starter-eureka-server is deprecated as of Spring Cloud Netflix 1.4.0, please migrate to spring-cloud-starter-netflix-eureka-server
| Deprecated | Edgware Starter |
|---|---|
| spring-cloud-starter-archaius | spring-cloud-starter-netflix-archaius |
| spring-cloud-starter-atlas | spring-cloud-starter-netflix-atlas |
| spring-cloud-starter-eureka | spring-cloud-starter-netflix-eureka-client |
| spring-cloud-starter-eureka-server | spring-cloud-starter-netflix-eureka-server |
| spring-cloud-starter-feign | spring-cloud-starter-openfeign |
| spring-cloud-starter-hystrix | spring-cloud-starter-netflix-hystrix |
| spring-cloud-starter-hystrix-dashboard | spring-cloud-starter-netflix-hystrix-dashboard |
| spring-cloud-starter-ribbon | spring-cloud-starter-netflix-ribbon |
| spring-cloud-starter-spectator | spring-cloud-starter-netflix-spectator |
| spring-cloud-starter-turbine | spring-cloud-starter-netflix-turbine |
| spring-cloud-starter-turbine-amqp | DELETED |
| spring-cloud-starter-turbine-stream | spring-cloud-starter-netflix-turbine-stream |
| spring-cloud-starter-zuul | spring-cloud-starter-netflix-zuul |
Edgware.SR3
2018-03-27
- Spring Cloud Zookeeper
1.2.1.RELEASE(issues) - Spring Cloud Config
1.4.3.RELEASE(issues) - Spring Cloud Commons
1.3.3.RELEASE(issues) - Spring Cloud Sleuth
1.3.3.RELEASE(issues) - Spring Cloud Contract
1.2.4.RELEASE(issues) - Spring Cloud Netflix
1.4.4.RELEASE(issues) - Spring Cloud Consul
1.3.3.RELEASE(issues)
Edgware.SR2
2018-02-09
- Spring Cloud Bus
1.3.3.RELEASE(issues) - Spring Cloud Config
1.4.2.RELEASE(issues) - Spring Cloud Commons
1.3.2.RELEASE(issues) - Spring Cloud Sleuth
1.3.2.RELEASE(issues) - Spring Cloud Contract
1.2.3.RELEASE(issues) - Spring Cloud Netflix
1.4.3.RELEASE(issues) - Spring Cloud Consul
1.3.2.RELEASE(issues)
Edgware.SR1
2018-01-16
- Spring Cloud Config
1.4.1.RELEASE(issues) - Spring Cloud Commons
1.3.1.RELEASE(issues) - Spring Cloud Stream
Ditmars.SR3 - Spring Cloud Sleuth
1.3.1.RELEASE(issues) - Spring Cloud Gateway
1.0.1.RELEASE - Spring Cloud Contract
1.2.2.RELEASE(issues) - Spring Cloud Security
1.2.2.RELEASE - Spring Cloud Netflix
1.4.2.RELEASE(issues) - Spring Cloud Consul
1.3.1.RELEASE(issues)
Edgware.RELEASE
2017-11-27
- Spring Cloud Config
1.4.0.RELEASE(issues) - Spring Cloud Task
1.2.2.RELEASE(issues) - Spring Cloud Commons
1.3.0.RELEASE(issues) - Spring Cloud Stream
Ditmars.RELEASE - Spring Cloud Zookeeper
1.2.0.RELEASE(issues) - Spring Cloud Sleuth
1.3.0.RELEASE(issues) - Spring Cloud Gateway
1.0.0.RELEASE - Spring Cloud Cloudfoundry
1.1.0.RELEASE - Spring Cloud Contract
1.2.0.RELEASE(issues) - Spring Cloud Security
1.2.1.RELEASE(issues) - Spring Cloud Aws
1.2.2.RELEASE - Spring Cloud Vault
1.1.0.RELEASE(issues) - Spring Cloud Netflix
1.4.0.RELEASE(issues) - Spring Cloud Bus
1.3.2.RELEASE - Spring Cloud Consul
1.3.0.RELEASE(issues)
Edgware.RC1
2017-10-24
- Spring Cloud Bus
1.3.2.RC1(issues) - Spring Cloud Task
1.2.2.RELEASE(issues) - Spring Cloud Netflix
1.4.0.RC1(issues) - Spring Cloud Consul
1.3.0.RC1(issues) - Spring Cloud Contract
1.2.0.RC1(issues) - Spring Cloud Sleuth
1.3.0.RC1(issues) - Spring Cloud Stream
Ditmars.RELEASE(issues) - Spring Cloud Dependencies
1.3.5.RELEASE - Spring Cloud Aws
1.2.2.RC1(issues) - Spring Cloud Config
1.4.0.RC1(issues) - Spring Cloud Zookeeper
1.2.0.RC1(issues) - Spring Cloud Gateway
1.0.0.RC1 - Spring Cloud Cloudfoundry
1.1.0.RELEASE - Spring Cloud Commons
1.3.0.RC1(issues) - Spring Cloud Build
1.3.5.RELEASE - Spring Cloud Security
1.2.1.RELEASE(issues) - Spring Cloud Vault
1.1.0.RC1(issues)
Edgware.M1
2017-08-29
- Spring Cloud Commons
1.3.0.M1(issues) - Spring Cloud Stream
Ditmars.M2(issues) - Spring Cloud Config
1.4.0.M1(issues) - Spring Cloud Contract
1.2.0.M1(issues) - Spring Cloud Netflix
1.4.0.M1(issues) - Spring Cloud Zookeeper
1.2.0.M1(issues) - Spring Cloud Sleuth
1.3.0.M1(issues) - Spring Cloud Vault
1.1.0.M1(issues) - Spring Cloud Gateway
1.0.0.M1(issues)
from:https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Edgware-Release-Notes
Spring Cloud Edgware Release Notes的更多相关文章
- spring cloud:Edgware.RELEASE版本hystrix超时新坑
升级到Edgware.RELEASE发现,zuul中不管如何设置hystrix的超时时间均不起作用,仍然是默认的1000ms. 降回低版本后正常,但是低版本的fallback方法中,又拿不到详细异常 ...
- spring cloud:Edgware.RELEASE版本中zuul回退方法的变化
Edgware.RELEASE以前的版本中,zuul网关中有一个ZuulFallbackProvider接口,代码如下: public interface ZuulFallbackProvider { ...
- spring boot2.03 spring cloud Finchley.RELEASE遇到的问题
1.spring cloud bus 本地不能更新 原因是@RefreshScope注解要加在需要更新的controller上 2.No instances found of configserver ...
- Spring Cloud Edgware之后版本 Zipkin+Kafka整合
zipkin服务器端 1.依赖 <!-- zipkin server --> <dependency> <groupId>io.zipkin.java</gr ...
- Spring Cloud Edgware SR3 让Zuul支持形如 /xxx和/xxx/yyy 格式的路径配置
在包路径:org.springframework.cloud.netflix.zuul.filters 下,新建类SimpleRouteLocator,取代jar包中的类.内容如下: /* * Cop ...
- 001-Spring Cloud Edgware.SR3 升级最新 Finchley.SR1,spring boot 1.5.9.RELEASE 升级2.0.4.RELEASE注意问题点
一.前提 升级前 => 升级后 Spring Boot 1.5.x => Spring Boot 2.0.4.RELEASE Spring Cloud Edgware SR3 => ...
- spring Boot+spring Cloud实现微服务详细教程第二篇
上一篇文章已经说明了一下,关于spring boot创建maven项目的简单步骤,相信很多熟悉Maven+Eclipse作为开发常用工具的朋友们都一目了然,这篇文章主要讲解一下,构建spring bo ...
- .NET Core微服务之基于Steeltoe使用Spring Cloud Config统一管理配置
Tip: 此篇已加入.NET Core微服务基础系列文章索引 => Steeltoe目录快速导航: 1. 基于Steeltoe使用Spring Cloud Eureka 2. 基于Steelt ...
- Spring Cloud 微服务架构学习笔记与示例
本文示例基于Spring Boot 1.5.x实现,如对Spring Boot不熟悉,可以先学习我的这一篇:<Spring Boot 1.5.x 基础学习示例>.关于微服务基本概念不了解的 ...
随机推荐
- 基于DPI(深度报文解析)的应用识别
一.概述 1.DPI(Deep packet inspection,深度报文解析) 所谓“深度”是和普通的报文分析层次相比较而言的,“普通报文检测”仅分析IP包4 层以下的内容,包括源地址.目的地址. ...
- Django查询 – id vs pk
当编写django查询时,可以使用id / pk作为查询参数. Object.objects.get(id=1) Object.objects.get(pk=1) pk代表主键(primary key ...
- 【BZOJ】【3930】【CQOI2015】选数
数论/莫比乌斯反演/快速mu前缀和 比较容易想到令f[x]表示gcd=x的方案数,令g[x]表示x|gcd的方案数. 那么有$ g(d)=\sum_{d|n} f(n)$,根据莫比乌斯反演,有$f(d ...
- [已解决]下载chromium源码 download_from_google_storage 无法下载文件
当使用 gclient runhooks 后 出现下面的错误 File gs://chromium-gn/1088992877b3a13f25b61c8fc18e25296d8cab33 for sr ...
- iOS蓝牙空中升级(固件升级)
空中升级又叫固件升级,指你手机从服务器下载下来的包或者数据,通过蓝牙传输给你的外设升级固件.如果你能把蓝牙的基础搞懂,其实也并不是很难,我在这里只不过提供一下思路. 空中升级略难的地方在于数据处理和交 ...
- Linux中如何查看文件夹的大小
直接查看当前文件夹的大小: du –sh 只看文件夹的名字里包含某字符串的子文件夹的大小: du –h –d 1 | grep "BACKEND" 我的linux系统被阉割的比较厉 ...
- JQuery实现密码有短暂的显示过程和实现 input hint效果
目录: 一.实现目的 二.问题思考 三.解决办法 1.输入用户名 2.输入密码短暂显示 一.实现目的 这几天做项目的时候,客户要求在文本框输入密码的时候,要求密码有短暂的显示过程,如下图: 二.问题思 ...
- 【Spark】SparkStreaming-提交到集群运行
SparkStreaming-提交到集群运行 spark streaming 提交_百度搜索 SparkStreaming示例在集群中运行 - CSDN博客
- LDA(latent dirichlet allocation)的应用
http://www.52ml.net/1917.html 主题模型LDA(latent dirichlet allocation)的应用还是很广泛的,之前我自己在检索.图像分类.文本分类.用户评论的 ...
- Centos6.4下安装mysql5.6.10
今天下午捣腾安装mysql和apache.从网上下载mysql5.6.10,http://ishare.iask.sina.com.cn/f/36050990.html,解压后发现没有configur ...