diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.4.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.4.adoc index ada055f1c6a8..ed574643f6f1 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.4.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.4.adoc @@ -1,9 +1,9 @@ [[release-notes-5.10.4]] == 5.10.4 -*Date of Release:* ❓ +*Date of Release:* September 24, 2024 -*Scope:* ❓ +*Scope:* Bug fixes and enhancements since 5.10.3 For a complete list of all _closed_ issues and pull requests for this release, consult the link:{junit5-repo}+/milestone/79?closed=1+[5.10.4] milestone page in the JUnit repository @@ -15,14 +15,10 @@ on GitHub. ==== Bug Fixes -* Fixed potential locking issue with `ExclusiveResource` in the - `HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios. * Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment variable is available. - -==== Deprecations and Breaking Changes - -* ❓ +* Fixed potential locking issue with `ExclusiveResource` in the + `HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios. ==== New Features and Improvements @@ -34,16 +30,10 @@ on GitHub. [[release-notes-5.10.4-junit-jupiter]] === JUnit Jupiter -==== Bug Fixes - -* ❓ - -==== Deprecations and Breaking Changes - -* ❓ - ==== New Features and Improvements +* `JAVA_23` and `JAVA_24` have been added to the `JRE` enum for use with JRE-based + execution conditions. * Improve parallelism and reduce number of blocked threads in the presence of `@Isolated` tests when parallel execution is enabled @@ -51,14 +41,4 @@ on GitHub. [[release-notes-5.10.4-junit-vintage]] === JUnit Vintage -==== Bug Fixes - -* ❓ - -==== Deprecations and Breaking Changes - -* ❓ - -==== New Features and Improvements - -* ❓ +No changes.