转载

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

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 变更

Spring Cloud CircuitBreaker

Spring Cloud Netflix 变更

Spring Cloud Circuit Breaker API

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 提供支持

...

原文  https://www.oschina.net/news/111690/spring-cloud-hoxton-released
正文到此结束
Loading...