What’s New in Spring Cloud 2021.0.4? Explore the Latest Features and Fixes
Spring Cloud 2021.0.4 (Jubilee) builds on Spring Boot 2.7.x and introduces updates such as JSCH‑based SSH configuration for Config, native JSON support for GRPC filters in Gateway, binary encoding rewrite in OpenFeign, the ability to disable Resilience4J thread‑pool defaults in Circuitbreaker, and various dependency upgrades.
Spring Cloud 2021.0.4 (codename Jubilee) has been released, built on Spring Boot 2.7.x.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2021.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>Spring Cloud Config
JSCH is used instead of Apache MINA to resolve a series of SSH connection issues with the configuration center (issue #1901).
Spring Cloud Gateway
Add configuration to support native JSON for GRPC filters.
spring.cloud.gateway.filter.json-to-grpc.enabledGRPC filter supports ‘use-insecure-trust-manager’ and ‘trustedX509Certificates’.
Spring Cloud OpenFeign
Supports rewriting binary encoding transmission method.
Spring Cloud Circuitbreaker
Supports disabling the default thread‑pool configuration of Resilience4J.
Dependency Updates
PIG, a microservice RBAC permission management system based on Spring Boot 2.7, Spring Cloud 2021 & Alibaba, SAS OAuth2, has been upgraded to Spring Cloud 2021.0.4. Download: https://gitee.com/log4j/pig/tree/dev
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Java Architecture Diary
Committed to sharing original, high‑quality technical articles; no fluff or promotional content.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
