Spring Cloud Greenwich.SR4 release

Spring Cloud Greenwich Release Train in Service Release 4 (SR4) is now available.

This version can be found in MaveCentral in. You can view the Greenwich release notes for more information.

Spring Cloud Greenwich.SR4 upgrade to the underlying dependent Spring Boot 2.1.10.RELEASE

  • Spring Cloud Gateway
        adds support for the Spring Cloud LoadBalancer

  • Spring Cloud Commons

            @EnableDiscoveryClient no longer needed. Only DiscoveryClient rely, Spring Boot application discovery server registered to the service.

  • Spring Cloud Openfeign

            OpenFeign 10.4.0 upgrade to
            support Google HTTP Client
            support JDK Proxy (important)

  • Other modules bug fix
Spring Cloud Kubernetes
Spring Cloud Contract
Spring Cloud Vault
Spring Cloud Sleuth
Spring Cloud Config

pom

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

Release Notes:

https://spring.io/blog/2019/11/19/spring-cloud-greenwich-sr4-released 

Guess you like

Origin www.oschina.net/news/111479/spring-cloud-greenwich-sr4-released