Skip to content

Commit

Permalink
Document listener method pair ordering change in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 10, 2023
1 parent faa7df9 commit 6f47b67
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ repository on GitHub.

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

[[release-notes-5.10.0-M1-junit-jupiter]]
=== JUnit Jupiter
Expand Down

0 comments on commit 6f47b67

Please sign in to comment.