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

DeprecatedEdgware 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

原文地址:https://www.cnblogs.com/flying607/p/9198355.html