11[[release-notes-5.8.1]]
22== 5.8.1
33
4- *Date of Release:* ❓
4+ *Date of Release:* September ❓, 2021
55
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
712
813For a complete list of all _closed_ issues and pull requests for this release, consult the
914link:{junit5-repo}+/milestone/59?closed=1+[5.8.1] milestone page in the JUnit repository on
@@ -13,10 +18,6 @@ GitHub.
1318[[release-notes-5.8.1-junit-platform]]
1419=== JUnit Platform
1520
16- ==== Bug Fixes
17-
18- * ❓
19-
2021==== Deprecations and Breaking Changes
2122
2223* `@UseTechnicalNames` has been deprecated in favor of the new `@Suite` support which does
@@ -33,14 +34,6 @@ GitHub.
3334[[release-notes-5.8.1-junit-jupiter]]
3435=== JUnit Jupiter
3536
36- ==== Bug Fixes
37-
38- * ❓
39-
40- ==== Deprecations and Breaking Changes
41-
42- * ❓
43-
4437==== New Features and Improvements
4538
4639* `JAVA_18` has been added to the `JRE` enum for use with JRE-based execution conditions.
@@ -59,11 +52,3 @@ GitHub.
5952
6053* Relaxed version constraint in published Gradle Module Metadata to allow downgrading the
6154 `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