Spring Cloud Edgware SR4 发布,大量模块更新

栏目: 软件资讯 · 发布时间: 6年前

内容简介:在发布 Spring Cloud Finchley 正式版本后,Spring Cloud 又发布了 Edgware SR4 ,包含大量模块更新: Spring Cloud Commons 1.3.4.RELEASE (issues) Spring Cloud AWS 1.2.3.RELEASE (issues) Spring Clo...

在发布 Spring Cloud Finchley 正式版本后,Spring Cloud 又发布了 Edgware SR4 ,包含大量模块更新:

  • Spring Cloud Commons 1.3.4.RELEASE (issues)

  • Spring Cloud AWS 1.2.3.RELEASE (issues)

  • Spring Cloud Bus 1.3.4.RELEASE

  • Spring Cloud Config 1.4.4.RELEASE (issues)

  • Spring Cloud Netflix 1.4.5.RELEASE (issues)

  • Spring Cloud Security 1.2.3.RELEASE

  • Spring Cloud Consul 1.3.4.RELEASE

  • Spring Cloud Zookeeper 1.2.2.RELEASE (issues)

  • Spring Cloud Sleuth 1.3.4.RELEASE (issues)

  • Spring Cloud CloudFoundry 1.1.2.RELEASE

  • Spring Cloud Contract 1.2.5.RELEASE (issues)

  • Spring Cloud Task 1.2.3.RELEASE (issues)

  • Spring Cloud Vault 1.1.1.RELEASE (issues)

  • Spring Cloud Gateway 1.0.1.RELEASE

  • Spring Cloud Function 1.0.0.RELEASE (issues)

亮点包括:

spring-boot-autoconfigure-processor

  • All of the projects have a new optional dependency, spring-boot-autoconfigure-processor. See Spring Cloud Commons issue #377.

Spring Cloud Commons

Spring Cloud AWS

Spring Cloud Config

  • Added the ability to configure a proxy host and port for ssh git repo connections

  • Added refresh rate to GIT repositories

  • Bug fixes

Spring Cloud Contract

  • Made the stub-runner fat jar executable (you can do ./stub-runner.jar)

  • Added cookie support for Contract DSL

  • Upgraded WireMock to 2.16.0

  • Added basic support for XML and Rest Docs

  • Bug fixes

Spring Cloud Sleuth

Spring Cloud Task

Spring Cloud Netflix

  • Servo is now disabled by default

  • Added support cluster query param in TurbineStream

  • Bug fixes

Spring Cloud Vault

Spring Cloud Function

  • First Edgware release that includes Spring Cloud Function

Maven 地址:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Edgware.SR4</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
<dependencies>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-config</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
    </dependency>
    ...
</dependencies>

【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Spring Cloud Edgware SR4 发布,大量模块更新》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

数学规划

数学规划

黄红选 / 清华大学出版社 / 2006-3 / 45.00元

《数学规划》以数学规划为对象,从理论、算法和计算等方面介绍,分析和求解常见的最优化问题的一些方法,全书共分8章,其中第l章介绍了数学规划的实例、模型以及在分析最优化问题时所涉及的基础知识,第2章至第8章分别讨论了凸分析、线性规划、无约束优化、约束优化、多目标规划、组合优化和整数规划以及全局优化等七个方面的内容,此外,书中每章的最后一节给出了一些习题,书末列出了参考文献和索引。《数学规划》可作为应用......一起来看看 《数学规划》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具