Skip to content

Commit 847de89

Browse files
committed
Finalize 5.10.4 release notes
1 parent 611ae8d commit 847de89

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[[release-notes-5.10.4]]
22
== 5.10.4
33

4-
*Date of Release:*
4+
*Date of Release:* September 24, 2024
55

6-
*Scope:*
6+
*Scope:* Bug fixes and enhancements since 5.10.3
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
99
link:{junit5-repo}+/milestone/79?closed=1+[5.10.4] milestone page in the JUnit repository
@@ -15,14 +15,10 @@ on GitHub.
1515

1616
==== Bug Fixes
1717

18-
* Fixed potential locking issue with `ExclusiveResource` in the
19-
`HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios.
2018
* Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
2119
variable is available.
22-
23-
==== Deprecations and Breaking Changes
24-
25-
* ❓
20+
* Fixed potential locking issue with `ExclusiveResource` in the
21+
`HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios.
2622

2723
==== New Features and Improvements
2824

@@ -34,31 +30,15 @@ on GitHub.
3430
[[release-notes-5.10.4-junit-jupiter]]
3531
=== JUnit Jupiter
3632

37-
==== Bug Fixes
38-
39-
* ❓
40-
41-
==== Deprecations and Breaking Changes
42-
43-
* ❓
44-
4533
==== New Features and Improvements
4634

35+
* `JAVA_23` and `JAVA_24` have been added to the `JRE` enum for use with JRE-based
36+
execution conditions.
4737
* Improve parallelism and reduce number of blocked threads in the presence of `@Isolated`
4838
tests when parallel execution is enabled
4939

5040

5141
[[release-notes-5.10.4-junit-vintage]]
5242
=== JUnit Vintage
5343

54-
==== Bug Fixes
55-
56-
* ❓
57-
58-
==== Deprecations and Breaking Changes
59-
60-
* ❓
61-
62-
==== New Features and Improvements
63-
64-
* ❓
44+
No changes.

0 commit comments

Comments
 (0)