Merge branch '3.4.x'

This commit is contained in:
Stéphane Nicoll 2025-02-26 15:27:15 +01:00
commit 026c0b2a64
1 changed files with 5 additions and 0 deletions

View File

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