Выпущен Spring Cloud Greenwich.SR4

Java

Доступен Service Release 4 (SR4) для Spring Cloud Greenwich Release Train.

Эту версию можно найти в MaveCentral. Дополнительную информацию можно найти в примечаниях к выпуску Greenwich.

Базовые зависимости Spring Cloud Greenwich.SR4 обновлены до Spring Boot 2.1.10.RELEASE.

  • Spring Cloud Gateway
    Добавлена ​​поддержка Spring Cloud LoadBalancer.
  • Spring Cloud Commons

@EnableDiscoveryClient больше не нужен. Требуется только зависимость DiscoveryClient, а приложение Spring Boot регистрируется на сервере обнаружения служб.

  • Spring Cloud Openfeign

Обновите до OpenFeign 10.4.0
Поддержка HTTP-клиента Google
Поддержка JDK Proxy (важно)

  • Другие исправления ошибок модуля
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>

Рекомендация проекта:Spring Cloud, система управления разрешениями Spring Security OAuth2 RBAC Добро пожаловать, обратите внимание