File tree 2 files changed +6
-3
lines changed
documentation/src/docs/asciidoc/release-notes
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ GitHub.
30
30
* Test classes annotated with `@ResourceLock` no longer run in parallel with `@Isolated`
31
31
ones.
32
32
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
+
33
39
34
40
[[release-notes-5.7.2-junit-vintage]]
35
41
=== JUnit Vintage
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ on GitHub.
44
44
* Documented constant value of `ExclusiveResource.GLOBAL_KEY`.
45
45
* Instances of `TestIdentifier` and `UniqueId` now retain less memory because they no
46
46
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.
50
47
* Tools that make multiple calls to the `Launcher` API should now create a
51
48
`LauncherSession` in order to allow for executing global setup and teardown code exactly
52
49
once via the new `LauncherSessionListener` interface that can be registered via Java’s
You can’t perform that action at this time.
0 commit comments