mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Merge pull request #43592 from izeye
* pr/43592: Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests Closes gh-43592
This commit is contained in:
-11
@@ -682,17 +682,6 @@ class ConditionalOnMissingBeanTests {
|
||||
|
||||
}
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@TestAnnotation
|
||||
static class ScopedFooConfiguration {
|
||||
|
||||
@Bean
|
||||
String foo() {
|
||||
return "foo";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
static class NotAutowireCandidateConfig {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user