Sam Brannen opened SPR-14255 and commented
Status Quo
#18755 introduced support for declaring test annotations on test interfaces for all class-level annotations in the Spring TestContext Framework except @Sql and @SqlGroup.
Analysis
As of Spring Framework 4.3, there is no first-class support in the framework for finding repeatable annotations like @Sql on interfaces with support for merged composed annotations without finding shadowed annotations on superclasses.
Deliverables
Affects: 4.3 GA
Issue Links:
Sam Brannen opened SPR-14255 and commented
Status Quo
#18755 introduced support for declaring test annotations on test interfaces for all class-level annotations in the Spring TestContext Framework except
@Sqland@SqlGroup.Analysis
As of Spring Framework 4.3, there is no first-class support in the framework for finding repeatable annotations like
@Sqlon interfaces with support for merged composed annotations without finding shadowed annotations on superclasses.Deliverables
AnnotatedElementUtils).@Sqland@SqlGroupon test interfaces.Affects: 4.3 GA
Issue Links: