Skip to content

Commit

Permalink
Move #2423 to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 15, 2021
1 parent e6d74ab commit 0ba600e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Expand Up @@ -30,6 +30,12 @@ GitHub.
* Test classes annotated with `@ResourceLock` no longer run in parallel with `@Isolated`
ones.

==== New Features and Improvements

* Improved `ExclusiveResource` handling: if a `Node` has only read locks and no read-write
locks, then descendants are not forced into `SAME_THREAD` execution and can run
concurrently.


[[release-notes-5.7.2-junit-vintage]]
=== JUnit Vintage
Expand Down
Expand Up @@ -44,9 +44,6 @@ on GitHub.
* Documented constant value of `ExclusiveResource.GLOBAL_KEY`.
* Instances of `TestIdentifier` and `UniqueId` now retain less memory because they no
longer store `String` representations of unique IDs.
* Improved `ExclusiveResource` handling: if a `Node` has only read locks and no read-write
locks, then descendants are not forced into `SAME_THREAD` execution and can run
concurrently.
* Tools that make multiple calls to the `Launcher` API should now create a
`LauncherSession` in order to allow for executing global setup and teardown code exactly
once via the new `LauncherSessionListener` interface that can be registered via Java’s
Expand Down

0 comments on commit 0ba600e

Please sign in to comment.