Skip to content

Commit 0ba600e

Browse files
committed
Move #2423 to 5.7.2
1 parent e6d74ab commit 0ba600e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.7.2.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ GitHub.
3030
* Test classes annotated with `@ResourceLock` no longer run in parallel with `@Isolated`
3131
ones.
3232

33+
==== New Features and Improvements
34+
35+
* Improved `ExclusiveResource` handling: if a `Node` has only read locks and no read-write
36+
locks, then descendants are not forced into `SAME_THREAD` execution and can run
37+
concurrently.
38+
3339

3440
[[release-notes-5.7.2-junit-vintage]]
3541
=== JUnit Vintage

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

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ on GitHub.
4444
* Documented constant value of `ExclusiveResource.GLOBAL_KEY`.
4545
* Instances of `TestIdentifier` and `UniqueId` now retain less memory because they no
4646
longer store `String` representations of unique IDs.
47-
* Improved `ExclusiveResource` handling: if a `Node` has only read locks and no read-write
48-
locks, then descendants are not forced into `SAME_THREAD` execution and can run
49-
concurrently.
5047
* Tools that make multiple calls to the `Launcher` API should now create a
5148
`LauncherSession` in order to allow for executing global setup and teardown code exactly
5249
once via the new `LauncherSessionListener` interface that can be registered via Java’s

0 commit comments

Comments
 (0)