Skip to content

Commit 98627e3

Browse files
committed
Fix spring.beaninfo.ignore SourceType
Fixes gh-31898
1 parent 2709f77 commit 98627e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
{
275275
"name": "spring.beaninfo.ignore",
276276
"type": "java.lang.Boolean",
277-
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
277+
"sourceType": "org.springframework.boot.SpringApplication",
278278
"description": "Whether to skip search of BeanInfo classes.",
279279
"defaultValue": true
280280
},

0 commit comments

Comments
 (0)