From 98627e3d7107569d9ec98f7abdf4d0c4ff33bc2e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 28 Jul 2022 10:36:19 +0100 Subject: [PATCH] Fix spring.beaninfo.ignore SourceType Fixes gh-31898 --- .../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 e00743330ce9..c660d2cf3986 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 @@ -274,7 +274,7 @@ { "name": "spring.beaninfo.ignore", "type": "java.lang.Boolean", - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", + "sourceType": "org.springframework.boot.SpringApplication", "description": "Whether to skip search of BeanInfo classes.", "defaultValue": true },