Merge branch '3.0.x'
Closes gh-35173
This commit is contained in:
@@ -110,7 +110,7 @@ class ConfigurationPropertiesReportEndpointProxyTests {
|
||||
}
|
||||
|
||||
@Bean
|
||||
MethodValidationPostProcessor testPostProcessor() {
|
||||
static MethodValidationPostProcessor testPostProcessor() {
|
||||
return new MethodValidationPostProcessor();
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ class BaseConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() {
|
||||
static PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() {
|
||||
return new PropertySourcesPlaceholderConfigurer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user