设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

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

2018-7-3 23:09| 发布者: joejoe0332| 查看: 895| 评论: 0|原作者: oschina|来自: oschina

摘要: 在发布Spring Cloud Finchley正式版本后,Spring Cloud 又发布了 Edgware SR4 ,包含大量模块更新:Spring Cloud Commons1.3.4.RELEASE(issues)Spring Cloud AWS1.2.3.RELEASE(issues)Spring Cloud Bus1.3.4.RELEASE ...

在发布 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>

酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部