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的更多相关文章

  1. spring cloud:Edgware.RELEASE版本hystrix超时新坑

    升级到Edgware.RELEASE发现,zuul中不管如何设置hystrix的超时时间均不起作用,仍然是默认的1000ms.  降回低版本后正常,但是低版本的fallback方法中,又拿不到详细异常 ...

  2. spring cloud:Edgware.RELEASE版本中zuul回退方法的变化

    Edgware.RELEASE以前的版本中,zuul网关中有一个ZuulFallbackProvider接口,代码如下: public interface ZuulFallbackProvider { ...

  3. spring boot2.03 spring cloud Finchley.RELEASE遇到的问题

    1.spring cloud bus 本地不能更新 原因是@RefreshScope注解要加在需要更新的controller上 2.No instances found of configserver ...

  4. Spring Cloud Edgware之后版本 Zipkin+Kafka整合

    zipkin服务器端 1.依赖 <!-- zipkin server --> <dependency> <groupId>io.zipkin.java</gr ...

  5. Spring Cloud Edgware SR3 让Zuul支持形如 /xxx和/xxx/yyy 格式的路径配置

    在包路径:org.springframework.cloud.netflix.zuul.filters 下,新建类SimpleRouteLocator,取代jar包中的类.内容如下: /* * Cop ...

  6. 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 => ...

  7. spring Boot+spring Cloud实现微服务详细教程第二篇

    上一篇文章已经说明了一下,关于spring boot创建maven项目的简单步骤,相信很多熟悉Maven+Eclipse作为开发常用工具的朋友们都一目了然,这篇文章主要讲解一下,构建spring bo ...

  8. .NET Core微服务之基于Steeltoe使用Spring Cloud Config统一管理配置

    Tip: 此篇已加入.NET Core微服务基础系列文章索引 =>  Steeltoe目录快速导航: 1. 基于Steeltoe使用Spring Cloud Eureka 2. 基于Steelt ...

  9. Spring Cloud 微服务架构学习笔记与示例

    本文示例基于Spring Boot 1.5.x实现,如对Spring Boot不熟悉,可以先学习我的这一篇:<Spring Boot 1.5.x 基础学习示例>.关于微服务基本概念不了解的 ...

随机推荐

  1. Django静态文件的加载以及STATIC_URL、 STATIC_ROOT 、STATICFILES_DIRS的区别

    Djangon生产环境静态资源的处理 Django 关闭DEBUG模式后,就相当于是生产环境了. Django框架一旦作为生产环境,它的静态文件访问接口就不应该从Django框架中走,必须在Djang ...

  2. Inferred type 'S' for type parameter 'S' is not within its bound; should extend

    在使用springboot 方法报错: Inferred type 'S' for type parameter 'S' is not within its bound; should extends ...

  3. [leetcode]Merge Sorted Array @ Python

    原题地址:https://oj.leetcode.com/problems/merge-sorted-array/ 题意:Given two sorted integer arrays A and B ...

  4. [leetcode]Valid Palindrome @ Python

    原题地址:https://oj.leetcode.com/problems/valid-palindrome/ 题意: Given a string, determine if it is a pal ...

  5. 解决ASP.NET页面回车回发的问题

    在asp.net页面中在文本框.按钮等服务器控件上回车都会导致页面回发,网上很多解决方案是使用JS来进行event.keyCode==13判断是否按下的回车键,如果是就event.returnValu ...

  6. c#以POST方式模拟提交表单

    这是我一年前写的一个用C#模拟以POST方式提交表单的代码,现在记录在下面,以免忘记咯.那时候刚学C#~忽忽..很生疏..代码看上去也很幼稚 臃肿不堪 #region 内容添加函数(Contentin ...

  7. 在SAE分布式服务上开发需要解决的问题

    这是在开发“幸运猜数”微信游戏的时候遇到的问题 对游戏感兴趣的,可以关注微信公众ID: EasyTool 回复[幸运猜数]开始游戏 之前提供的功能:[黄金][双色球][记事]等,都是无状态服务 而开发 ...

  8. 【应用】R--判断类别型属性之间是否有相关性(相互之间是否独立)

    检验某学区所有在售房源中,小区与楼栋类别(低层:多层;小高层:高层)是否相关 导入数据: > house<- read.table("house_data.txt", ...

  9. Windows 增强版任务管理器-Process Explorer

    百度百科PROCESS EXPLORER介绍 由Sysinternals开发的Windows系统和应用程序监视工具,目前已并入微软旗下.不仅结合了Filemon(文件监视器)和Regmon(注册表监视 ...

  10. Log4net的不能产生Log文件的问题

    [问题] 用如下的步骤应用了Log4Net: 建立了一个公用的项目, 在里面引入了Log4net的Nuget package. 在公用的项目中建立了一个类,加上了Log4net的attribute. ...