Skip to content

Commit e68580d

Browse files
committed
Document listener method pair ordering change in release notes
1 parent ba7e42d commit e68580d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ repository on GitHub.
2525

2626
* All utility methods from `ReflectionSupport` now have counterparts returning `Stream`
2727
instead of `List`.
28+
* For consistency with Jupiter lifecycle callbacks, listener method pairs for started/
29+
finished and opened/closed events are now called using "wrap" semantics, i.e. the latter
30+
methods are called in reverse order compared to the former when multiple listeners are
31+
registered. This affects the following listener interfaces: `TestExecutionListener`,
32+
`EngineExecutionListener`, `LauncherDiscoveryListener`, and `LauncherSessionListener`.
2833

2934
[[release-notes-5.10.0-M1-junit-jupiter]]
3035
=== JUnit Jupiter

0 commit comments

Comments
 (0)