From 1e35a0b82d6667cc54b31d60eb47f0ae71a5500b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Jan 2025 08:17:55 +0000 Subject: [PATCH] Correct the type of logging.structured.json.customizer Closes gh-43916 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index e23d4760d4e..d7b29b110d0 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -268,7 +268,7 @@ }, { "name": "logging.structured.json.customizer", - "type": "java.lang.String", + "type": "java.lang.Class>", "description": "The fully qualified class name of a StructuredLoggingJsonMembersCustomizer" }, {