内容简介:Spring Cloud 2021.0.1 正式发布,这是 Spring Cloud 2021 的第一个错误修正版本。 支持 2021.0.0 平稳升级 目前已经可以从中央仓库获取,坐标如下: dependencyManagement> <dependencies> <de...
Spring Cloud 2021.0.1 正式发布,这是 Spring Cloud 2021 的第一个错误修正版本。
支持 2021.0.0 平稳升级
目前已经可以从中央仓库获取,坐标如下:
dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2021.0.1</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 Gateway
-
新增路由谓词,用于检查 X-Forwarded-for 请求值的合法性,类似于 RemoteAddr 谓词
-
允许设置网关 HandlerMapping 的顺序。默认情况下 GatewyHandlerMapping 优先级最高
Spring Cloud Openfeign
- 更新至 OpenFeign 11.8
- 支持 OkHttpClient 的 readTimeout 属性
- OAuth2FeignRequestInterceptor 配置 AccessTokenProvider 连接器自动负载均衡
Spring Cloud Config
- 修复文件匹配器 在 JSON 、YAML、properties 格式处理 BUG
Spring Cloud Sleuth
-
修复 springboot 2.6.x 应用启动失败
-
TraceId 在线程池之间传递,污染上下文
-
添加对非 Brave Kafka 消息容器的支持
依赖升级
以下模块升级至 2021.0.1
模块 | 版本 |
---|---|
Spring Cloud Config | 3.1.1 |
Spring Cloud Zookeeper | 3.1.1 |
Spring Cloud Circuitbreaker | 2.1.1 |
Spring Cloud Kubernetes | 2.1.1 |
Spring Cloud Commons | 3.1.1 |
Spring Cloud Sleuth | 3.1.1 |
Spring Cloud Contract | 3.1.1 |
Spring Cloud Task | 2.4.1 |
Spring Cloud Gateway | 3.1.1 |
Spring Cloud Openfeign | 3.1.1 |
Spring Cloud Starter Build | 2021.0.1 |
Spring Cloud Netflix | 3.1.1 |
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
计算机程序设计艺术(第1卷)
[美] 唐纳德·E. 克努特 / 苏运霖 / 国防工业出版社 / 2002-9 / 98.00元
7卷本《计算机程序设计艺术》的第1卷以基本的程序设计概念和技术开始,然后专注于信息结构——计算机内部信息的表示、数据元素之间的结构关系以及如何有效地处理它们,给出了对于模拟、数值方法、符号计算、软件和系统设计的初等应用。书中附有大量习题和答案,标明了难易程序及数学概念的使用。 此新版本增加了几十项简单且重要的算法和技术,并对有关数学预备知识作了大量修改以适应现时研究的趋势。一起来看看 《计算机程序设计艺术(第1卷)》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
RGB HSV 转换
RGB HSV 互转工具