Commit a7b1c49 1 parent 3646b7d commit a7b1c49 Copy full SHA for a7b1c49
File tree 2 files changed +46
-0
lines changed
documentation/src/docs/asciidoc/release-notes
2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ include::{basedir}/release-notes-5.11.1.adoc[]
21
21
22
22
include::{basedir}/release-notes-5.11.0.adoc[]
23
23
24
+ include::{basedir}/release-notes-5.10.4.adoc[]
25
+
24
26
include::{basedir}/release-notes-5.10.3.adoc[]
25
27
26
28
include::{basedir}/release-notes-5.10.2.adoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-5.10.4]]
2
+ == 5.10.4
3
+
4
+ *Date of Release:* September 24, 2024
5
+
6
+ *Scope:* Bug fixes and enhancements since 5.10.3
7
+
8
+ For a complete list of all _closed_ issues and pull requests for this release, consult the
9
+ link:{junit5-repo}+/milestone/79?closed=1+[5.10.4] milestone page in the JUnit repository
10
+ on GitHub.
11
+
12
+
13
+ [[release-notes-5.10.4-junit-platform]]
14
+ === JUnit Platform
15
+
16
+ ==== Bug Fixes
17
+
18
+ * Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
19
+ variable is available.
20
+ * Fixed potential locking issue with `ExclusiveResource` in the
21
+ `HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios.
22
+
23
+ ==== New Features and Improvements
24
+
25
+ * Improve parallelism and reduce number of blocked threads used by
26
+ `HierarchicalTestEngine` implementations when parallel execution is enabled and the
27
+ global read-write lock is used.
28
+
29
+
30
+ [[release-notes-5.10.4-junit-jupiter]]
31
+ === JUnit Jupiter
32
+
33
+ ==== New Features and Improvements
34
+
35
+ * `JAVA_23` and `JAVA_24` have been added to the `JRE` enum for use with JRE-based
36
+ execution conditions.
37
+ * Improve parallelism and reduce number of blocked threads in the presence of `@Isolated`
38
+ tests when parallel execution is enabled
39
+
40
+
41
+ [[release-notes-5.10.4-junit-vintage]]
42
+ === JUnit Vintage
43
+
44
+ No changes.
You can’t perform that action at this time.
0 commit comments