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

最新文章

  1. asp.net core 如何在Controller获取配置文件的值
  2. Bootstrap <基础二十六>进度条
  3. Create a Listlink
  4. 25条提高Visual Studio编码和调试效率的技巧
  5. html - 自动播放音乐
  6. VMware Workstation(虚拟机)v10.0.1 简体中文破解版
  7. Bug2算法的实现(RobotBASIC环境中仿真)
  8. xmpp push篇一 广播消息
  9. 利用PC创建一个无线接入点
  10. Away 3D 之 交互和渐变----Interactivity and Tweening
  11. shell 实例脚本
  12. 2.5.2 使用alertdialog 创建列表对话框
  13. gcc 编译和链接
  14. Spring Boot 系列教程11-html页面解析-jsoup
  15. JSOI2015 一轮省选 个人题解与小结
  16. SpringMVC Spring MyBatis整合配置文件
  17. angular4.0使用JSONP数据请求
  18. HTML的块级元素和行内元素
  19. [TJOI2014]拼图
  20. h5 js判断是安卓还是ios设备,跳转到对应的下载地址

热门文章

  1. 多目标进化算法(MOEA)概述
  2. protobuf标准消息方法
  3. scala编程第16章学习笔记(1)
  4. 访问Oracle数据库的工具【unfinished】
  5. Sharepoint2013 Report Service初探
  6. css控制input标签
  7. CoffeeScript?TypeScript?还是JavaScript
  8. 图形数据库 Neo4j 开发实战
  9. 转:[大数据竞赛]协同过滤在这个问题上是否work
  10. How to Sign in as a Different User in SharePoint 2013