diff --git a/spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json index 32a5f8cfd47..a47c86aada2 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json @@ -6,17 +6,29 @@ "description": "Type of existing DataSource to replace.", "defaultValue": "any" }, + { + "name": "spring.test.mockmvc.add-filters", + "type": "java.lang.Boolean", + "description": "Whether to add servlet filters.", + "defaultValue": true + }, { "name": "spring.test.mockmvc.print", "type": "org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint", "description": "MVC Print option.", "defaultValue": "default" }, + { + "name": "spring.test.mockmvc.print-only-on-failures", + "type": "java.lang.Boolean", + "description": "Whether to only print failed exchanges.", + "defaultValue": true + }, { "name": "spring.test.observability.auto-configure", "type": "java.lang.Boolean", "description": "Whether observability should be auto-configured in tests.", - "defaultValue": "false" + "defaultValue": false } ] }