1
1
[[release-notes-5.11.1]]
2
2
== 5.11.1
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* September 25, 2024
5
5
6
- *Scope:* minor bug fixes and improvements since 5.11.0
6
+ *Scope:* Bug fixes and enhancements since 5.11.0
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.11.1] milestone page in the JUnit repository
@@ -16,19 +16,14 @@ on GitHub.
16
16
[[release-notes-5.11.1-junit-platform-bug-fixes]]
17
17
==== Bug Fixes
18
18
19
+ * Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
20
+ variable is available.
19
21
* `NamespacedHierarchicalStore` no longer throws an exception after it has been closed if
20
22
the store is queried via one of the `get(...)` or `getOrComputeIfAbsent(...)` methods;
21
23
however, if a `getOrComputeIfAbsent(...)` invocation results in the computation of a new
22
24
value, an exception will still be thrown.
23
25
* Fixed potential locking issue with `ExclusiveResource` in the
24
26
`HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios.
25
- * Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
26
- variable is available.
27
-
28
- [[release-notes-5.11.1-junit-platform-deprecations-and-breaking-changes]]
29
- ==== Deprecations and Breaking Changes
30
-
31
- * ❓
32
27
33
28
[[release-notes-5.11.1-junit-platform-new-features-and-improvements]]
34
29
==== New Features and Improvements
@@ -47,11 +42,6 @@ on GitHub.
47
42
* `TestWatcher` callback methods can once again access data in the
48
43
`ExtensionContext.Store`.
49
44
50
- [[release-notes-5.11.1-junit-jupiter-deprecations-and-breaking-changes]]
51
- ==== Deprecations and Breaking Changes
52
-
53
- * ❓
54
-
55
45
[[release-notes-5.11.1-junit-jupiter-new-features-and-improvements]]
56
46
==== New Features and Improvements
57
47
@@ -62,17 +52,4 @@ on GitHub.
62
52
[[release-notes-5.11.1-junit-vintage]]
63
53
=== JUnit Vintage
64
54
65
- [[release-notes-5.11.1-junit-vintage-bug-fixes]]
66
- ==== Bug Fixes
67
-
68
- * ❓
69
-
70
- [[release-notes-5.11.1-junit-vintage-deprecations-and-breaking-changes]]
71
- ==== Deprecations and Breaking Changes
72
-
73
- * ❓
74
-
75
- [[release-notes-5.11.1-junit-vintage-new-features-and-improvements]]
76
- ==== New Features and Improvements
77
-
78
- * ❓
55
+ No changes.
0 commit comments