From 44fcff83e2f6cf282c3280b82d2ec89be061e321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 30 Oct 2025 07:33:44 +0100 Subject: [PATCH] Polish --- .../META-INF/additional-spring-configuration-metadata.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 2edac247ca4..289311556f3 100644 --- a/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -21,9 +21,6 @@ { "name": "spring.test.mockmvc.webclient.enabled", "type": "java.lang.Boolean", - "description": "Whether HTMLUnit's WebClient should be auto-configured when it's on the classpath.", - "defaultValue": true, - "deprecated": true, "deprecation": { "level": "error", "replacement": "spring.test.mockmvc.htmlunit.webclient.enabled", @@ -33,9 +30,6 @@ { "name": "spring.test.mockmvc.webdriver.enabled", "type": "java.lang.Boolean", - "description": "Whether Selenium's WebDriver should be auto-configured when it's on the classpath.", - "defaultValue": true, - "deprecated": true, "deprecation": { "level": "error", "replacement": "spring.test.mockmvc.htmlunit.webdriver.enabled",