Spring Cloud 2020.0.5 发布

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

内容简介:Spring Cloud 2020.0.5 正式发布,这是错误修正版本。兼容 Spring Boot 2.4.x and 2.5.x, 不支持 2.6.x (请使用 Spring Cloud 2021) 目前已经可以从中央仓库获取,坐标如下: <dependencyManagement>     ...

Spring Cloud 2020.0.5 正式发布,这是错误修正版本。兼容 Spring Boot 2.4.x and 2.5.x, 不支持 2.6.x (请使用 Spring Cloud 2021)

目前已经可以从中央仓库获取,坐标如下:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>2020.0.5</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>

更新日志

Spring Cloud Netflix

更新至 Netflix/Eureka to 1.10.17

Spring Cloud Config

  • Git 存储配置文件支持 https 代理

  • 新增 AWS 、 Redis 、CredHub 的存储支持 Support ordering AWS, Redis, and CredHub Repositories (1980)

Spring Cloud Gateway

  • 新增监控指标: netty 连接数,路径标签、路由定义的数量

Spring Cloud Kubernetes

  • Kubernetes API Client 可以设置代理

  • 允许不设置 activeProfile 参数

  • 升级 Kubernetes Java Client 11.0.3

Spring Cloud Openfeign

  • PageJacksonModule 序列化模块 支持 size = 0 的分页设置

Spring Cloud Sleuth

  • 新增缓存执行器包装器

Spring Cloud Vault

  • token 支持从 ~/.vault_token 获取

  • 新增 spring.cloud.vault.reactive.enabled 属性

  • 支持多个数据库密钥的生成

组件版本

组件 版本
Spring Cloud Netflix 3.0.5
Spring Cloud Config 3.0.6
Spring Cloud Sleuth 3.0.5
Spring Cloud Gateway 3.0.6
Spring Cloud Cloudfoundry 3.0.3
Spring Cloud Contract 3.0.5
Spring Cloud Kubernetes 2.0.5
Spring Cloud Zookeeper 3.0.5
Spring Cloud Cli 3.0.4
Spring Cloud Task 2.3.5
Spring Cloud Starter Build 2020.0.5
Spring Cloud Openfeign 3.0.6
Spring Cloud Vault 3.0.5
Spring Cloud Commons 3.0.5

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

枕边算法书

枕边算法书

[韩] 林栢濬 / 崔盛一 / 人民邮电出版社 / 2018-3 / 45.00元

本书第1章重点讲解各种常见算法,第2章主要介绍几种相对少见的算法,第3章和第4章探究其他程序员编写的代码,从中总结优秀算法应具备的特点,以及高级程序员应当持有的态度和必须培养的能力。书中以日常对话般浅显的叙述方式,帮助专业开发人员、刚刚踏入软件开发和编程门槛的初学者体会程序设计的创造性和成就感。一起来看看 《枕边算法书》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具