We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871ab82 commit a589243Copy full SHA for a589243
documentation/src/docs/asciidoc/release-notes/release-notes-5.7.2.adoc
@@ -30,6 +30,12 @@ GitHub.
30
* Test classes annotated with `@ResourceLock` no longer run in parallel with `@Isolated`
31
ones.
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
39
40
[[release-notes-5.7.2-junit-vintage]]
41
=== JUnit Vintage
0 commit comments