1
1
[[release-notes-5.10.4]]
2
2
== 5.10.4
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* September 24, 2024
5
5
6
- *Scope:* ❓
6
+ *Scope:* Bug fixes and enhancements since 5.10.3
7
7
8
8
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
9
link:{junit5-repo}+/milestone/79?closed=1+[5.10.4] milestone page in the JUnit repository
@@ -15,14 +15,10 @@ on GitHub.
15
15
16
16
==== Bug Fixes
17
17
18
- * Fixed potential locking issue with `ExclusiveResource` in the
19
- `HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios.
20
18
* Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
21
19
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.
26
22
27
23
==== New Features and Improvements
28
24
@@ -34,31 +30,15 @@ on GitHub.
34
30
[[release-notes-5.10.4-junit-jupiter]]
35
31
=== JUnit Jupiter
36
32
37
- ==== Bug Fixes
38
-
39
- * ❓
40
-
41
- ==== Deprecations and Breaking Changes
42
-
43
- * ❓
44
-
45
33
==== New Features and Improvements
46
34
35
+ * `JAVA_23` and `JAVA_24` have been added to the `JRE` enum for use with JRE-based
36
+ execution conditions.
47
37
* Improve parallelism and reduce number of blocked threads in the presence of `@Isolated`
48
38
tests when parallel execution is enabled
49
39
50
40
51
41
[[release-notes-5.10.4-junit-vintage]]
52
42
=== JUnit Vintage
53
43
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