macrozheng
macrozheng
Oct 28, 2025 · Backend Development

Why Spring Boot 4.0 Dropped Undertow Support and What It Means for Your Projects

Spring Boot 4.0’s release removes support for the Undertow web container due to incompatibility with the new Servlet 6.1 baseline, prompting developers to migrate to other containers; this article examines the technical reasons, Servlet 6.1 enhancements, Jakarta EE 11 standards, and compatibility across major servers.

Undertowbackend-developmentjakarta-ee
0 likes · 10 min read
Why Spring Boot 4.0 Dropped Undertow Support and What It Means for Your Projects
Ray's Galactic Tech
Ray's Galactic Tech
Oct 10, 2025 · Backend Development

Step-by-Step Guide to Migrating Spring Boot 2.x to 3.x (2024)

This practical guide walks you through every stage of upgrading a Spring Boot 2.x application to 3.x, covering pre‑migration preparation, dependency changes, code refactoring, security configuration updates, configuration file adjustments, third‑party library compatibility, common pitfalls, verification steps, and optional native image building.

jakarta-eeopenrewritespring-boot
0 likes · 10 min read
Step-by-Step Guide to Migrating Spring Boot 2.x to 3.x (2024)
Programmer DD
Programmer DD
Dec 5, 2021 · Backend Development

What’s New in Spring Boot 3.0? Key Changes and Migration Tips

The article outlines the upcoming Spring Boot 3.0 milestone, highlighting major changes such as removal of deprecated APIs, a minimum Java 17 requirement, migration to Jakarta EE 9, discontinued support for several libraries, and offers practical advice for developers planning the upgrade.

Migrationjakarta-eejava-17
0 likes · 5 min read
What’s New in Spring Boot 3.0? Key Changes and Migration Tips