From 3b8a35f531f49264bee1ca697ea86b7dcc006923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 23 Oct 2025 09:26:29 +0200 Subject: [PATCH] Remove configuration-properties plugin The webflux-test module only has manual metadata so we shouldn't use the plugin as it kicks of the annotation processor and that doesn't generate anything. --- module/spring-boot-webflux-test/build.gradle | 1 - ...guration-metadata.json => spring-configuration-metadata.json} | 0 2 files changed, 1 deletion(-) rename module/spring-boot-webflux-test/src/main/resources/META-INF/{additional-spring-configuration-metadata.json => spring-configuration-metadata.json} (100%) diff --git a/module/spring-boot-webflux-test/build.gradle b/module/spring-boot-webflux-test/build.gradle index 5ee94cd9d81..7586454155a 100644 --- a/module/spring-boot-webflux-test/build.gradle +++ b/module/spring-boot-webflux-test/build.gradle @@ -16,7 +16,6 @@ plugins { id "java-library" - id "org.springframework.boot.configuration-properties" id "org.springframework.boot.deployed" id "org.springframework.boot.optional-dependencies" id "org.springframework.boot.test-slice" diff --git a/module/spring-boot-webflux-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-webflux-test/src/main/resources/META-INF/spring-configuration-metadata.json similarity index 100% rename from module/spring-boot-webflux-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json rename to module/spring-boot-webflux-test/src/main/resources/META-INF/spring-configuration-metadata.json