Log warning for convention-based attribute overrides once per annotation type
See gh-28760, gh-29206
This commit is contained in:
@@ -2445,6 +2445,10 @@ class MergedAnnotationsTests {
|
||||
// Do NOT use @AliasFor here until Spring 6.1
|
||||
// @AliasFor(annotation = ContextConfiguration.class)
|
||||
String[] locations() default {};
|
||||
|
||||
// Do NOT use @AliasFor here until Spring 6.1
|
||||
// @AliasFor(annotation = ContextConfiguration.class)
|
||||
Class<?>[] classes() default {};
|
||||
}
|
||||
|
||||
@ContextConfiguration(value = "duplicateDeclaration")
|
||||
|
||||
Reference in New Issue
Block a user