Merge branch '3.4.x'

This commit is contained in:
Stéphane Nicoll
2025-02-26 15:27:15 +01:00

View File

@@ -1588,6 +1588,11 @@ class SpringApplicationTests {
private InaccessibleConfiguration() {
}
@Bean
String testMessage() {
return "test";
}
}
static class SpyApplicationContext extends AnnotationConfigApplicationContext {