Skip to content

Spring Boot 4.0.0 RC2 Configuration Changelog

Stéphane Nicoll edited this page Oct 30, 2025 · 3 revisions

Configuration property changes between 4.0.0-RC1 and 4.0.0-SNAPSHOT

Deprecated in 4.0.0-SNAPSHOT

None.

Added in 4.0.0-SNAPSHOT

Key Default value Description

spring.test.mockmvc.htmlunit.url

http://localhost

URL to use when HtmlUnit expands relative paths.

spring.test.mockmvc.htmlunit.webclient.enabled

true

Whether HTMLUnit’s WebClient should be auto-configured when it’s on the classpath.

spring.test.mockmvc.htmlunit.webdriver.enabled

true

Whether Selenium’s WebDriver should be auto-configured when it’s on the classpath.

Removed in 4.0.0-SNAPSHOT

Key Replacement Reason

spring.test.mockmvc.webclient.enabled

spring.test.mockmvc.htmlunit.webclient.enabled

spring.test.mockmvc.webdriver.enabled

spring.test.mockmvc.htmlunit.webdriver.enabled

Clone this wiki locally