File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ authors as well as build tool and IDE vendors.
1515
1616include::../link-attributes.adoc[]
1717
18+ include::release-notes-5.4.2.adoc[]
19+
1820include::release-notes-5.4.1.adoc[]
1921
2022include::release-notes-5.4.0.adoc[]
Original file line number Diff line number Diff line change 1+ [[release-notes-5.4.2]]
2+ == 5.4.2
3+
4+ *Date of Release:* April 7, 2019
5+
6+ *Scope:* Bug fixes since 5.4.1
7+
8+ For a complete list of all _closed_ issues and pull requests for this release, consult
9+ the link:{junit5-repo}+/milestone/38?closed=1+[5.4.2] milestone page in the JUnit
10+ repository on GitHub.
11+
12+
13+ [[release-notes-5.4.2-junit-platform]]
14+ === JUnit Platform
15+
16+ No changes.
17+
18+
19+ [[release-notes-5.4.2-junit-jupiter]]
20+ === JUnit Jupiter
21+
22+ ==== Bug Fixes
23+
24+ * Parameterized tests no longer throw an `ArrayStoreException` when creating human-readable
25+ test names.
26+
27+
28+ [[release-notes-5.4.2-junit-vintage]]
29+ === JUnit Vintage
30+
31+ ==== Bug Fixes
32+
33+ * Safeguard against `Runners` that only report tests as failed but not as started or
34+ finished such as Spock in case of failures during data-provider preparation.
You can’t perform that action at this time.
0 commit comments