Spring Cloud Hoxton.RELEASE release! That future asynchronous

SpringCommunity announced, Spring Cloud Hoxton RELEAS released. This version can be found in the Maven Central. You can view the Hoxton release notes for more information.

<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 release series of major changes

Spring Cloud Hoxton.RELEASE Based Spring Boot 2.2.1.RELEASE.

Basic components, a large number of compatible  Reactive, that is asynchronous future!

The new official website documentation system, available in PDF

Hoxton.RELEASE document with a new login page, new themes, and single-page, multi-page and pdf version. More convenient to use

The new load balancer to achieve

Spring Cloud Hoxton.RELEASEIt was the first to contain 阻塞式and 非阻塞式release a load balancer client implementation, as an alternative has entered the maintenance mode Netflix Ribbon.

If you want to  RestTemplateuse the new  BlockingLoadBalancerClient, the need to increase  spring-cloud-loadbalancer reliance.

Spring Cloud Gateway Change

  • Supported ReactiveLoadBalancer.
  • RSocket module has been moved to Spring Cloud Incubator begin to hatch
  • -It based Spring Cloud CircuitBreaker circuit breaker abstract

Spring Cloud Netflix changes

  • Added ReactiveDiscoveryClient client service discovery
  • Based on  Spring Cloud Circuit Breaker API the reconstruction of Hystrix realization
  • Add a property is disabled Spring Cloud CircuitBreaker Hystrix autoconfiguration

Spring Cloud Config

  • Support  AWS S3 as a configuration repository
  • Provide plain text decryption functions

Spring Cloud Sleuth

  • Increase  onLastOperator options and improve Reactor collection performance
  • Support  Redis Call Tracking
  • Support  AWS SQS Call Tracking
  • Support   Quartz Call Tracking ...

Spring Cloud Commons

Supra new load balancing implementation, the project is  Spring Cloud Common under

ReactiveDiscoveryClient change

  • Spring Cloud Cloudfoundry support
  • Spring Cloud Kubernetes support
  • Spring Cloud Netflix support
  • Spring Cloud Consul support
  • Spring Cloud Zookeeper support
  • Spring Cloud Openfeign support

...

 

Guess you like

Origin www.oschina.net/news/111690/spring-cloud-hoxton-released