Spring Cloud Greenwich.SR3 发布

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

内容简介:Spring Cloud Greenwich.SR3 已发布,可在 Maven Central 中获取。更新情况如下: 新的负载均衡器实现 Spring Cloud Greenwich.M3 是第一个包含阻塞和非阻塞负载均衡器客户端实现的版本,作为 Netflix Ribbon 的替...

Spring Cloud Greenwich.SR3 已发布,可在 Maven Central 中获取。更新情况如下:

新的负载均衡器实现

Spring Cloud Greenwich.M3 是第一个包含阻塞和非阻塞负载均衡器客户端实现的版本,作为 Netflix Ribbon 的替代品,已进入维护模式。

要将新的 BlockingLoadBalancerClient 与 RestTemplate 一起使用,需要在应用程序的类路径中包含 org.springframework.cloud:spring-cloud-loadbalancer。使用 @LoadBalanced WebClient.Builder 时,可以在响应式应用程序中使用相同的依赖项——唯一的区别是 Spring Cloud 将自动配置 ReactorLoadBalancerExchangeFilterFunction 实例。新的 ReactorLoadBalancerExchangeFilterFunction 也可以自动装配并直接传递给 WebClient.Builder(参见文档)。

Spring Cloud Commons

Spring Cloud Openfeign

Spring Cloud Security

Spring Cloud Kubernetes

  • DiscoveryClient 实现现在可以从所有命名空间中检索服务
  • Bug Fixes

Spring Cloud Zookeeper

  • 文档更新

Spring Cloud Gateway

  • 重试筛选器现在支持退避策略
  • 添加提供自定义指标标记的功能
  • 新请求大小过滤器工厂
  • 添加对 Netty Wiretap 的支持
  • 有关添加到 /actuator/gateway/routes 的路由的更多详细信息

  • Bug Fixes

Spring Cloud Netflix

  • 添加为 Eureka 使用的 JerseyReplicationClient 添加其他过滤器的功能
  • Bug Fixes

Spring Cloud Bus

  • 文档更新

Spring Cloud Cloudfoundry

  • 文档更新

Spring Cloud Vault

  • 文档更新

Spring Cloud Config

Spring Cloud Consul

Spring Cloud Sleuth

Spring Cloud Aws

  • 文档更新

Spring Cloud Contract

详情可见发布公告


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

查看所有标签

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

Beautiful Code

Beautiful Code

Greg Wilson、Andy Oram / O'Reilly Media / 2007-7-6 / GBP 35.99

In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an......一起来看看 《Beautiful Code》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具