File tree 1 file changed +8
-25
lines changed
documentation/src/docs/asciidoc/release-notes
1 file changed +8
-25
lines changed Original file line number Diff line number Diff line change 1
1
[[release-notes-5.9.1]]
2
2
== 5.9.1
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* September 20, 2022
5
5
6
- *Scope:* Minor enhancements and bug fixes since 5.9.0
6
+ *Scope:*
7
+
8
+ * New `@EnabledInNativeImage` and `@DisabledInNativeImage` annotations for testing in
9
+ GraalVM native images.
10
+ * Minor bug fixes and enhancements since 5.9.0
7
11
8
12
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
13
link:{junit5-repo}+/milestone/63?closed=1+[5.9.1] milestone page in the JUnit repository
@@ -19,14 +23,6 @@ on GitHub.
19
23
* Execution in GraalVM native images no longer requires `--initialize-at-build-time` for
20
24
`OpenTestReportGeneratingListener`.
21
25
22
- ==== Deprecations and Breaking Changes
23
-
24
- * ❓
25
-
26
- ==== New Features and Improvements
27
-
28
- * ❓
29
-
30
26
31
27
[[release-notes-5.9.1-junit-jupiter]]
32
28
=== JUnit Jupiter
@@ -45,26 +41,13 @@ on GitHub.
45
41
* Assertion failures thrown from methods with applied timeouts using `ThreadMode.SEPARATE`
46
42
are now properly reported.
47
43
48
- ==== Deprecations and Breaking Changes
49
-
50
- * ❓
51
-
52
44
==== New Features and Improvements
53
45
54
46
* New `@EnabledInNativeImage` and `@DisabledInNativeImage` annotations for enabling and
55
47
disabling tests within a GraalVM native image.
56
48
49
+
57
50
[[release-notes-5.9.1-junit-vintage]]
58
51
=== JUnit Vintage
59
52
60
- ==== Bug Fixes
61
-
62
- * ❓
63
-
64
- ==== Deprecations and Breaking Changes
65
-
66
- * ❓
67
-
68
- ==== New Features and Improvements
69
-
70
- * ❓
53
+ No changes.
You can’t perform that action at this time.
0 commit comments