From 7e9d728f8bcb27a9b8d2b330995bb217374aedc6 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 4 Oct 2024 13:50:35 +0200 Subject: [PATCH] Document #4043 in 5.10.5 release notes --- .../src/docs/asciidoc/release-notes/release-notes-5.10.5.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.5.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.5.adoc index f7ec1043527..b6823d8cf23 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.5.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.5.adoc @@ -16,7 +16,9 @@ on GitHub. [[release-notes-5.10.5-junit-platform-bug-fixes]] ==== Bug Fixes -* ❓ +* Fix regression in parallel execution that was introduced in 5.10.4 regarding global + read-write locks. When such a lock was declared on descendants of top-level nodes in the + test tree, such as Cucumber scenarios, test execution failed. [[release-notes-5.10.5-junit-platform-deprecations-and-breaking-changes]] ==== Deprecations and Breaking Changes