Spring
社区宣布,Spring Cloud Hoxton RELEAS 正式发布。该版本能够在Maven Central中找到。您能够查看Hoxton 发行说明以获取更多信息。spring
<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复制代码
Spring Cloud Hoxton.RELEASE
基于Spring Boot 2.2.1.RELEASE
。负载均衡
基础组件,大量兼容 Reactive
,异步即将来!异步
Hoxton.RELEASE文档具备新的登陆页面,新主题以及单页,多页和pdf版本。更加方便使用性能
Spring Cloud Hoxton.RELEASE
是第一个包含阻塞式
和非阻塞式
负载均衡器客户端实现的版本,做为已进入维护模式的Netflix Ribbon的替代方案。ui
若是想在 RestTemplate
使用新的 BlockingLoadBalancerClient
, 须要增长 spring-cloud-loadbalancer
的依赖。spa
Spring Cloud CircuitBreaker
的断路器抽象 Spring Cloud Circuit Breaker API
重构了 Hystrix 实现 AWS S3
做为配置仓库 onLastOperator
的选项,提升Reactor
采集性能 Redis
调用跟踪 AWS SQS
调用跟踪 Quartz
调用跟踪同上文的 新的负载均衡实现,项目是 Spring Cloud Common
下code
...cdn