During a Spring Boot 4.x upgrade using Spring App Advisor, customers have reported encountering two primary issues:
Spring Boot 4 requires a Servlet 6.1 baseline. Undertow is currently not compatible with this baseline, and as a result, App Advisor does not include native upgrade mappings for Undertow.
jackson.version) or BOM overrides carried over from Spring Boot 3.x can interfere with the Advisor's ability to resolve the target 4.x dependency graph, causing it to fall back to the absolute latest version from Maven Central.Native support is not currently available. To proceed:
org.springframework.boot:spring-boot) to assist the Advisor's scanner in detecting the framework.pom.xml that were specific to the Spring Boot 3.x line.