-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf3edf2
commit c0b6c5d
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
documentation/src/docs/asciidoc/release-notes/release-notes-5.4.2.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[[release-notes-5.4.2]] | ||
== 5.4.2 | ||
|
||
*Date of Release:* April 7, 2019 | ||
|
||
*Scope:* Bug fixes since 5.4.1 | ||
|
||
For a complete list of all _closed_ issues and pull requests for this release, consult | ||
the link:{junit5-repo}+/milestone/38?closed=1+[5.4.2] milestone page in the JUnit | ||
repository on GitHub. | ||
|
||
|
||
[[release-notes-5.4.2-junit-platform]] | ||
=== JUnit Platform | ||
|
||
No changes. | ||
|
||
|
||
[[release-notes-5.4.2-junit-jupiter]] | ||
=== JUnit Jupiter | ||
|
||
==== Bug Fixes | ||
|
||
* Parameterized tests no longer throw an `ArrayStoreException` when creating human-readable | ||
test names. | ||
|
||
|
||
[[release-notes-5.4.2-junit-vintage]] | ||
=== JUnit Vintage | ||
|
||
==== Bug Fixes | ||
|
||
* Safeguard against `Runners` that only report tests as failed but not as started or | ||
finished such as Spock in case of failures during data-provider preparation. |