mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.4.x' into 3.5.x
Closes gh-46578
This commit is contained in:
+14
-2
@@ -6,23 +6,35 @@
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "spring.test.print-condition-evaluation-report",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Whether the condition evaluation report should be printed when the ApplicationContext fails to start.",
|
||||
"defaultValue": "true"
|
||||
"defaultValue": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user