File tree Expand file tree Collapse file tree 1 file changed +8
-25
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +8
-25
lines changed Original file line number Diff line number Diff line change 11[[release-notes-5.9.1]]
22== 5.9.1
33
4- *Date of Release:* ❓
4+ *Date of Release:* September 20, 2022
55
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
711
812For a complete list of all _closed_ issues and pull requests for this release, consult the
913link:{junit5-repo}+/milestone/63?closed=1+[5.9.1] milestone page in the JUnit repository
@@ -19,14 +23,6 @@ on GitHub.
1923* Execution in GraalVM native images no longer requires `--initialize-at-build-time` for
2024 `OpenTestReportGeneratingListener`.
2125
22- ==== Deprecations and Breaking Changes
23-
24- * ❓
25-
26- ==== New Features and Improvements
27-
28- * ❓
29-
3026
3127[[release-notes-5.9.1-junit-jupiter]]
3228=== JUnit Jupiter
@@ -45,26 +41,13 @@ on GitHub.
4541* Assertion failures thrown from methods with applied timeouts using `ThreadMode.SEPARATE`
4642 are now properly reported.
4743
48- ==== Deprecations and Breaking Changes
49-
50- * ❓
51-
5244==== New Features and Improvements
5345
5446* New `@EnabledInNativeImage` and `@DisabledInNativeImage` annotations for enabling and
5547 disabling tests within a GraalVM native image.
5648
49+
5750[[release-notes-5.9.1-junit-vintage]]
5851=== JUnit Vintage
5952
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