Skip to content

Commit 4a911e5

Browse files
committed
Merge branch '3.5.x'
Closes gh-46579
2 parents b370444 + 6f5ae56 commit 4a911e5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

module/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,35 @@
66
"description": "Type of existing DataSource to replace.",
77
"defaultValue": "any"
88
},
9+
{
10+
"name": "spring.test.mockmvc.add-filters",
11+
"type": "java.lang.Boolean",
12+
"description": "Whether to add servlet filters.",
13+
"defaultValue": true
14+
},
915
{
1016
"name": "spring.test.mockmvc.print",
1117
"type": "org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint",
1218
"description": "MVC Print option.",
1319
"defaultValue": "default"
1420
},
21+
{
22+
"name": "spring.test.mockmvc.print-only-on-failures",
23+
"type": "java.lang.Boolean",
24+
"description": "Whether to only print failed exchanges.",
25+
"defaultValue": true
26+
},
1527
{
1628
"name": "spring.test.observability.auto-configure",
1729
"type": "java.lang.Boolean",
1830
"description": "Whether observability should be auto-configured in tests.",
19-
"defaultValue": "false"
31+
"defaultValue": false
2032
},
2133
{
2234
"name": "spring.test.print-condition-evaluation-report",
2335
"type": "java.lang.Boolean",
2436
"description": "Whether the condition evaluation report should be printed when the ApplicationContext fails to start.",
25-
"defaultValue": "true"
37+
"defaultValue": true
2638
}
2739
]
2840
}

0 commit comments

Comments
 (0)