diff --git a/spring-boot-starter/spring-boot-starter-core/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-boot-starter/spring-boot-starter-core/src/main/resources/META-INF/spring-configuration-metadata.json index d10d22c5..5419d769 100644 --- a/spring-boot-starter/spring-boot-starter-core/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-boot-starter/spring-boot-starter-core/src/main/resources/META-INF/spring-configuration-metadata.json @@ -49,6 +49,11 @@ "name": "openapi.validation.should-fail-on-response-violation", "type": "java.lang.Boolean", "description": "If set to true the request will fail in case a response violation occurs. Defaults to false." + }, + { + "name": "openapi.validation.enable-virtual-threads", + "type": "java.lang.Boolean", + "description": "If set to true will use virtual threads instead of normal threads for async processing. Defaults to false." } ] }