Make PropertySourcesPlaceholderConfigurerTests pass on JDK 17
This change is required in Eclipse IDE but not for the Gradle build. See gh-27947
This commit is contained in:
parent
4a51e4bbc7
commit
d72cf89ebf
|
@ -445,7 +445,7 @@ public class PropertySourcesPlaceholderConfigurerTests {
|
|||
}
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
static class IgnoreUnresolvablePlaceholdersFalseConfig {
|
||||
|
||||
@Value("${my.key}")
|
||||
|
@ -457,7 +457,7 @@ public class PropertySourcesPlaceholderConfigurerTests {
|
|||
}
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
static class IgnoreUnresolvablePlaceholdersTrueConfig {
|
||||
|
||||
@Value("${my.key}")
|
||||
|
|
Loading…
Reference in New Issue