From 0fba98ca73738c0671a7f11dedf8f641040f6bfd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Oct 2018 18:18:05 +0200 Subject: [PATCH] Fix logging.group target type Closes gh-14743 --- .../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 bd1b221785..8bd45e1b41 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 @@ -89,7 +89,7 @@ }, { "name": "logging.group", - "type": "java.util.Map", + "type": "java.util.Map>", "description": "Log groups to quickly change multiple loggers at the same time. For instance, `logging.level.db=org.hibernate,org.springframework.jdbc`.", "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" },