-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: testIssues in the test moduleIssues in the test moduletype: documentationA documentation taskA documentation task
Milestone
Description
Several annotations in the spring-test
module contain Javadoc similar to the following.
As of Spring Framework 5.3, this annotation will be inherited from an enclosing test class by default. See
@NestedTestConfiguration
for details.
Since this feature has existed for several years now, we should remove the "As of Spring Framework 5.3" clause in order to reduce noise and unnecessary confusion (mental overhead) going forward.
After looking a little deeper, I realized that we have a lot of Javadoc that effectively refers to 5.2.x/5.3.x as the status quo. So, we should update all affected documentation.
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test moduletype: documentationA documentation taskA documentation task