Skip to content

Commit

Permalink
Include 5.10.4 release notes
Browse files Browse the repository at this point in the history
Closes #3996.
  • Loading branch information
marcphilipp committed Sep 24, 2024
1 parent 3646b7d commit a7b1c49
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ include::{basedir}/release-notes-5.11.1.adoc[]

include::{basedir}/release-notes-5.11.0.adoc[]

include::{basedir}/release-notes-5.10.4.adoc[]

include::{basedir}/release-notes-5.10.3.adoc[]

include::{basedir}/release-notes-5.10.2.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[[release-notes-5.10.4]]
== 5.10.4

*Date of Release:* September 24, 2024

*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
on GitHub.


[[release-notes-5.10.4-junit-platform]]
=== JUnit Platform

==== Bug Fixes

* Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
variable is available.
* Fixed potential locking issue with `ExclusiveResource` in the
`HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios.

==== New Features and Improvements

* Improve parallelism and reduce number of blocked threads used by
`HierarchicalTestEngine` implementations when parallel execution is enabled and the
global read-write lock is used.


[[release-notes-5.10.4-junit-jupiter]]
=== JUnit Jupiter

==== 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

No changes.

0 comments on commit a7b1c49

Please sign in to comment.