Cloud Native 2 min read

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.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Cloud 2021.0.4? Explore the Latest Features and Fixes

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.enabled

GRPC 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
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

javaCloud NativereleaseSpring Cloud
Java Architecture Diary
Written by

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.