Support @Sql
annotations on test interfaces
#18827
Labels
in: test
Issues in the test module
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
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
AnnotatedElementUtils
).@Sql
and@SqlGroup
on test interfaces.Affects: 4.3 GA
Issue Links:
The text was updated successfully, but these errors were encountered: