Spring Cloud version

Spring Cloud version

  Spring Cloud no digital version number, but a codename corresponds

  

Cloud Code Boot version (train) Boot version (tested) lifecycle
Angle 1.2.x incompatible with 1.3 EOL in July 2017
Brixton 1.3.x 1.4.x 2017-07 Degree
Camden 1.4.x 1.5.x -
Dalston 1.5.x not expected 2.x -
Edgware 1.5.x not expected 2.x -
Finchley 2.x not expected 1.5.x -

  Codenamed seemingly no law, but in fact the first letter is in order, such as: Dalston version, we referred to as D version, Edgware corresponding version we referred to as E version.

 

  Spring Cloud small version is divided into:

    SNAPSHOT: snapshot version, subject to modification

    M: MileStone, M1 represents a milestone version, while generally marked PRE, expressed preview version.

    SR: Service Release, SR1 represents an official version, while the general labeling GA: (GenerallyAvailable), represents a stable version.

 

Spring Cloud Incubator

  Spring Cloud Incubator

  Spring Cloud Alibaba: Github Address: https://github.com/spring-cloud-incubator/spring-cloud-alibaba

  Spring Cloud Alibaba is not a simple component, but a comprehensive suite. Which covers a lot of content, including: service management, configuration management, limiting degradation and the open source ecosystem Ali (Dubbo, RocketMQ, etc.) to support the many components. As with Netflix OSS, it covers a lot of practical components, which also has a lot of content there is overlap. Many important components under a Netflix OSS has announced a freeze on the background of the development of new features, and Spring Cloud Alibaba is a freshman project, is in rapid iterations

Guess you like

Origin www.cnblogs.com/itplay/p/11022685.html