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` 가 링크되어 있다.
위 블로그 글을 즐겨찾기 해두고 계속 지켜보면서 매주 새로운 기능들을 조금씩 익혀두면 좋을 듯싶다.
'Study > Java' 카테고리의 다른 글
Spring Boot version Mappings 확인하기 (0) | 2025.09.11 |
---|---|
[troubleshooting] STS (Eclipse) github copilot plugin 설치 오류 (0) | 2025.08.28 |
[troubleshooting] STS (Eclipse) lombok record builder annotation 사용 시 오류 (1) | 2025.08.15 |
Spring Boot 3.5 Release Notes (1) | 2025.05.30 |
[troubleshooting] eclipse Marketplace plugin 설치 불가 문제 (0) | 2025.05.08 |
Eclipse(STS)에서 PlantUML을 사용하여 class diagram 보기 (0) | 2025.04.11 |
Playwright 사용해 보기 (0) | 2025.03.29 |
Spring Boot ConfigurationMetaData 사용해 보기 (0) | 2025.03.28 |
JDK 24 New Features (0) | 2025.03.26 |
Copilot4Eclipse 사용해 보기 (0) | 2025.01.28 |