Spring Cloud Hoxton.RELEASE 版本发布!异步即未来

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

内容简介:Spring社区宣布,Spring Cloud Hoxton RELEAS 正式发布。 该版本可以在Maven Central中找到。您可以查看Hoxton 发行说明以获取更多信息。 <dependencyManagement> <dependencies> <dependency> ...

Spring社区宣布,Spring Cloud Hoxton RELEAS 正式发布。 该版本可以在Maven Central中找到。您可以查看Hoxton 发行说明以获取更多信息。

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Hoxton.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement

Hoxton发布系列的重大变化

Spring Cloud Hoxton.RELEASE 基于Spring Boot 2.2.1.RELEASE

基础组件,大量兼容 Reactive,异步即未来!

新的官网文档系统,提供PDF

Hoxton.RELEASE文档具有新的登录页面,新主题以及单页,多页和pdf版本。更加方便使用

Spring Cloud Hoxton.RELEASE 版本发布!异步即未来

新的负载均衡器实现

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

如果想在 RestTemplate使用新的 BlockingLoadBalancerClient, 需要增加 spring-cloud-loadbalancer 的依赖。

Spring Cloud Gateway 变更

  • 支持的ReactiveLoadBalancer。
  • RSocket模块已移至Spring Cloud Incubator 开始孵化
  • 提供基于Spring Cloud CircuitBreaker 的断路器抽象

Spring Cloud Netflix 变更

  • 添加了ReactiveDiscoveryClient 服务发现客户端
  • 基于 Spring Cloud Circuit Breaker API 重构了 Hystrix 实现
  • 添加了禁用Spring Cloud CircuitBreaker Hystrix自动配置的属性

Spring Cloud Config

  • 支持 AWS S3 作为配置仓库
  • 提供纯文本的解密功能

Spring Cloud Sleuth

  • 增加 onLastOperator 的选项,提高Reactor 采集性能
  • 支持 Redis 调用跟踪
  • 支持 AWS SQS 调用跟踪
  • 支持  Quartz 调用跟踪 ...

Spring Cloud Commons

同上文的 新的负载均衡实现,项目是 Spring Cloud Common 下

ReactiveDiscoveryClient 变更

  • Spring Cloud Cloudfoundry 提供支持
  • Spring Cloud Kubernetes 提供支持
  • Spring Cloud Netflix 提供支持
  • Spring Cloud Consul 提供支持
  • Spring Cloud Zookeeper 提供支持
  • Spring Cloud Openfeign 提供支持

...

 


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

查看所有标签

猜你喜欢:

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

微商团队管理实战手册

微商团队管理实战手册

杜一凡 / 人民邮电出版社 / 2015-11 / 45.00元

回顾淘宝,用了10年时间才发展了不到1000万的卖家,再看微商,其仅一年时间就拥有了超过1000万的卖家。进入2015年,微商的发展之路虽有小坎坷,但前景依然被看好。然而任何一个想要做大、做强的微商都要以团队形式来发展,独立的个体只会举步维艰。 本书全面解读微商团队管理的营销书。全书共分为六章,分别从微商团队的商业秘密、微商团队的战略布局、管理基本功、建立高效团队、精通管理工具、未来发展等方......一起来看看 《微商团队管理实战手册》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

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

Base64 编码/解码