From 331e9bcbf79dad3b1557912a66aa3501d88149d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Nov 2025 09:15:42 +0000 Subject: [PATCH] Remove metadata for previously deleted property Closes gh-48199 --- .../resources/META-INF/spring-configuration-metadata.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json b/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json index 869c0754a12..b828359c0e0 100644 --- a/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json @@ -5,12 +5,6 @@ "type": "java.lang.Boolean", "description": "Whether a MockRestServiceServer should be auto-configured.", "defaultValue": true - }, - { - "name": "spring.test.webclient.register-rest-template", - "type": "java.lang.Boolean", - "description": "Whether a RestTemplate bean should be registered.", - "defaultValue": false } ] }