zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    php图片上传代码
    数据库笔记
    数学函数类方法的使用.java
    有n人围成一圈,顺序排号。从第1个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来的第几号的那位。
    现有有N个学生的数据记录,每个记录包括学号、姓名、三科成绩。 编写一个函数input,用来输入一个学生的数据记录。 编写一个函数print,打印一个学生的数据记录。 在主函数调用这两个函数,读取N条记录输入,再按要求输出。 N<100
    求Sn=1!+2!+3!+4!+5!+…+n!之值,其中n是一个数字
    分数相加减的代码(c++)
    Caesar cipher
    db2、Oracle存储过程引号用法
    CSS基础总结
  • 原文地址:https://www.cnblogs.com/flying607/p/9198355.html
Copyright © 2011-2022 走看看