Spring 6 Sandbox¶
Spring 6 (and Spring Boot 3) upgrades to use Jakarta EE 9+ and Java 17 as the new code baseline. Aligned with competitors such as Micronaut and Quarkus, Spring 6 adds built-in native build support, which was previously an experimental project. Additionally, many long-deprecated features have been removed in Spring 6.0.
Guides¶
Core¶
Web¶
- An Introduction to Spring Declarative HTTP Client
- Utilizing HTTP Service Interfaces to Create API Contracts Between Web Servers and Clients
- An Introduction to Spring Problem Detail Support