Cloud Native 4 min read

What’s New in Spring Cloud 2021 Release? Explore Features and Compatibility

Spring Cloud 2021 (Jubilee) has been officially released, built on Spring Boot 2.6.x, introducing updated core components, new features like Redis routing, HTTP/2 and gRPC support, and important compatibility notes for Spring Boot and Spring Cloud Alibaba users.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Cloud 2021 Release? Explore Features and Compatibility

Spring Cloud 2021 (Jubilee) Released

Spring Cloud 2021 (Jubilee) is officially released and is built on Spring Boot 2.6.x ; it is not compatible with Spring Boot 2.5.x or earlier versions.

The release is now available for download from the central Maven repository.

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

Core Component Versions

Spring Cloud Vault: 3.1.0

Spring Cloud Bus: 3.1.0

Spring Cloud CLI: 3.1.0

Spring Cloud Zookeeper: 3.1.0

Spring Cloud Circuitbreaker: 2.1.0

Spring Cloud Commons: 3.1.0

Spring Cloud Kubernetes: 2.1.0

Spring Cloud OpenFeign: 3.1.0

Spring Cloud Task: 2.4.0

Spring Cloud Sleuth: 3.1.0

Spring Cloud Contract: 3.1.0

Spring Cloud Consul: 3.1.0

Spring Cloud Gateway: 3.1.0

Spring Cloud Config: 3.1.0

Spring Cloud Cloudfoundry: 3.1.0

Spring Cloud Starter Build: 2021.0.0

Spring Cloud Netflix: 3.1.0

Feature Highlights

Spring Cloud Commons

Added load‑balancer configuration properties, supporting integration with Spring Cloud Gateway and OpenFeign.

Spring Cloud Config

The configuration center now supports integration with AWS KMS, AWS Parameter Store, and GCP Secret Manager.

Spring Cloud Gateway

Redis‑based route information storage, simplifying dynamic routing.

Support for HTTP/2.

Support for gRPC.

Spring Cloud Kubernetes

Provides a service‑discovery controller configuration.

Spring Cloud OpenFeign

Supports the @Cacheable annotation from Spring Cache.

Spring Cloud Sleuth

Offers tracing capabilities for components such as Tomcat, Spring Vault, R2DBC, JDBC, Spring Cloud Deployer, Spring Cloud Skipper, Reactor Kafka, Spring TX, Spring Batch, RSocket, Spring Cloud Task, Spring Cloud Config, Kotlin Coroutines, and more.

Special Notes

Only compatible with Spring Boot 2.6; it cannot be used with lower Spring Boot versions.

Spring Cloud Alibaba 2021 is not compatible and must wait for an official update.

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.

Cloud Nativedependency managementSpring BootSpring 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.