본문 바로가기

Study/Java

Spring Boot 4.0 Road to GA introduction

반응형

Spring Boot 4.0 Release가 이제 얼마 남지 않았다.

Jdk 25는 2005년 9월 16일 GA(General Availability)가 나올 예정이고

https://openjdk.org/projects/jdk/25/

 

JDK 25

 

openjdk.org

Spring Boot 4.0 GA는 현재 2005년 11월 20일 예정이다.

https://github.com/spring-projects/spring-boot/milestones

 

GitHub - spring-projects/spring-boot: Spring Boot helps you to create Spring-powered, production-grade applications and services

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss. - spring-projects/spring-boot

github.com

Spring Boot 4.0에 대응하는 Spring Cloud 2025.1.0 은 2025년 11월 25일 예정이다.

https://github.com/spring-cloud/spring-cloud-release/milestones

 

GitHub - spring-cloud/spring-cloud-release: Spring Cloud Release Train - dependency management across a wide range of Spring Clo

Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects. - spring-cloud/spring-cloud-release

github.com

(Spring은 늘 release 날자가 조금씩 밀리곤 했다..)

Spring Blog 4.0에 추가되는 새로운 기능을 소개하는 글이 공개되었다.

https://spring.io/blog/2025/09/02/road_to_ga_introduction

 

The Road to GA - Introduction

As you all should be aware by now, the Spring portfolio is in the process of driving towards the next major versions to be released in November of this year. This will be only the fourth major generation for Spring Boot and the seventh major generation for

spring.io

소개할 전체 목록이 선공개되었고 각 목록은 매주 공개되면서 해당 블로그 글에 링크가 추가될 예정이다.

DateTitle

September 9, 2025 Core Spring Resilience Features: @ConcurrencyLimit, @Retryable, and RetryTemplate
September 16, 2025 API Versioning in Spring
September 23, 2025 HTTP Service Client Enhancements
September 30, 2025 The state of HTTP clients in Spring
October 7, 2025 Introducing Jackson 3 support in Spring
October 14, 2025 Share Consumer - aka Kafka Queues in Spring Kafka
October 21, 2025 Modularizing Spring Boot
October 28, 2025 Progressive Authorization in Spring Security
November 4, 2025 Spring gRPC - a New Spring Boot Module
November 11, 2025 Null-Safe applications with Spring Boot 4
November 18, 2025 OpenTelemetry with Spring Boot
November 25, 2025 Ahead of Time Repositories (Part 2)

현재 첫 번째 소개글인 `Core Spring Resilience Features: @ConcurrencyLimit, @Retryable, and RetryTemplate` 가 링크되어 있다.

위 블로그 글을 즐겨찾기 해두고 계속 지켜보면서 매주 새로운 기능들을 조금씩 익혀두면 좋을 듯싶다.

 

반응형