Skip to content

Commit

Permalink
Finalize 5.10.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 23, 2024
1 parent 611ae8d commit 847de89
Showing 1 changed file with 7 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand All @@ -34,31 +30,15 @@ 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


[[release-notes-5.10.4-junit-vintage]]
=== JUnit Vintage

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* ❓
No changes.

0 comments on commit 847de89

Please sign in to comment.