Skip to content

Commit ddaaf6f

Browse files
committed
Update release notes entry
See #3215, #3263 Closes #3276
1 parent 6cb0858 commit ddaaf6f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,9 @@ repository on GitHub.
9898
temporary directories. See the
9999
<<../user-guide/index.adoc#writing-tests-built-in-extensions-TempDirectory, User Guide>>
100100
for details.
101-
* If a non-static `@MethodSource` factory method is used with test instance per-method
102-
lifecycle semantics, the exception thrown now informs the user that the factory method
103-
must be `static` unless the test class is annotated with
104-
`@TestInstance(Lifecycle.PER_CLASS)`.
101+
* If `@MethodSource` is used with a non-static factory method that should be `static`, the
102+
exception thrown now provides the user a meaningful explanation of how to address the
103+
problem.
105104

106105

107106
[[release-notes-5.10.0-M1-junit-vintage]]

0 commit comments

Comments
 (0)