1
1
[[release-notes-5.8.1]]
2
2
== 5.8.1
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* September ❓, 2021
5
5
6
- *Scope:* Bug fixes since 5.8.0
6
+ *Scope:*
7
+
8
+ * JDK 17 support for _text blocks_ in `@CsvSource`
9
+ * JDK 18 support in the `JRE` enum
10
+ * Access to the `ExecutionMode` in the `ExtensionContext`
11
+ * Minor bug fixes and enhancements since 5.8.0
7
12
8
13
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
14
link:{junit5-repo}+/milestone/59?closed=1+[5.8.1] milestone page in the JUnit repository on
@@ -13,10 +18,6 @@ GitHub.
13
18
[[release-notes-5.8.1-junit-platform]]
14
19
=== JUnit Platform
15
20
16
- ==== Bug Fixes
17
-
18
- * ❓
19
-
20
21
==== Deprecations and Breaking Changes
21
22
22
23
* `@UseTechnicalNames` has been deprecated in favor of the new `@Suite` support which does
@@ -33,14 +34,6 @@ GitHub.
33
34
[[release-notes-5.8.1-junit-jupiter]]
34
35
=== JUnit Jupiter
35
36
36
- ==== Bug Fixes
37
-
38
- * ❓
39
-
40
- ==== Deprecations and Breaking Changes
41
-
42
- * ❓
43
-
44
37
==== New Features and Improvements
45
38
46
39
* `JAVA_18` has been added to the `JRE` enum for use with JRE-based execution conditions.
@@ -59,11 +52,3 @@ GitHub.
59
52
60
53
* Relaxed version constraint in published Gradle Module Metadata to allow downgrading the
61
54
`junit:junit` dependency from 4.13.2.
62
-
63
- ==== Deprecations and Breaking Changes
64
-
65
- * ❓
66
-
67
- ==== New Features and Improvements
68
-
69
- * ❓
0 commit comments