Merge branch '3.4.x' into 3.5.x

Closes gh-46578
This commit is contained in:
Stéphane Nicoll
2025-07-28 16:13:48 +02:00
@@ -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
}
]
}