Skip to content

Commit 7c0af5e

Browse files
authored
Merge branch 'main' into dependabot/gradle/junit-jupiter-6.0.3
2 parents 377474a + 60609bf commit 7c0af5e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
java = "21"
33
spring-boot = "4.0.2"
44
spring-dependency-management = "1.1.7"
5-
openapi-generator = "7.19.0"
5+
openapi-generator = "7.20.0"
66
openapi-tools = "0.2.9"
77
swagger = "2.2.42"
88
swagger-request-validator = "2.46.0"
@@ -19,7 +19,7 @@ jacoco = "0.8.13"
1919
# Testing
2020
mockito = "5.21.0"
2121
junit-jupiter = "6.0.3"
22-
junit-platform = "6.0.2"
22+
junit-platform = "6.0.3"
2323

2424
[libraries]
2525
openapi-tools-jacksonDatabindNullable = { group = "org.openapitools", name = "jackson-databind-nullable", version.ref = "openapi-tools" }

spring-boot-starter/spring-boot-starter-core/src/main/resources/META-INF/spring-configuration-metadata.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"name": "openapi.validation.should-fail-on-response-violation",
5050
"type": "java.lang.Boolean",
5151
"description": "If set to true the request will fail in case a response violation occurs. Defaults to false."
52+
},
53+
{
54+
"name": "openapi.validation.enable-virtual-threads",
55+
"type": "java.lang.Boolean",
56+
"description": "If set to true will use virtual threads instead of normal threads for async processing. Defaults to false."
5257
}
5358
]
5459
}

0 commit comments

Comments
 (0)