You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi-validation-api/src/main/java/com/getyourguide/openapi/validation/api/selector/DefaultTrafficSelector.java
Copy file name to clipboardExpand all lines: spring-boot-starter/spring-boot-starter-core/src/main/java/com/getyourguide/openapi/validation/OpenApiValidationApplicationProperties.java
Copy file name to clipboardExpand all lines: spring-boot-starter/spring-boot-starter-core/src/main/java/com/getyourguide/openapi/validation/autoconfigure/FallbackLibraryAutoConfiguration.java
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ public TrafficSelector defaultTrafficSelector() {
Copy file name to clipboardExpand all lines: spring-boot-starter/spring-boot-starter-core/src/main/resources/META-INF/spring-configuration-metadata.json
+5
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@
15
15
"type": "java.lang.String",
16
16
"description": "Comma separated list of paths to be excluded from validation. Default is no excluded paths."
17
17
},
18
+
{
19
+
"name": "openapi.validation.excluded-headers",
20
+
"type": "java.util.List<java.lang.String>",
21
+
"description": "Headers with patterns to be excluded. e.g. `User-Agent: .*(bingbot|googlebot).*`. Default is no excluded paths."
Copy file name to clipboardExpand all lines: spring-boot-starter/spring-boot-starter-core/src/test/java/com/getyourguide/openapi/validation/OpenApiValidationApplicationPropertiesTest.java
0 commit comments