Skip to content

Commit

Permalink
Merge branch 'releases/5.4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 7, 2019
2 parents 80a6888 + 7590741 commit b1c66e4
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.

## Latest Releases

- General Availability (GA): [JUnit 5.4.1](https://github.com/junit-team/junit5/releases/tag/r5.4.1)
(March 17, 2019).
- General Availability (GA): [JUnit 5.4.2](https://github.com/junit-team/junit5/releases/tag/r5.4.2)
(April 7, 2019).
- Preview (Milestone/Release Candidate): [JUnit 5.5.0-M1](https://github.com/junit-team/junit5/releases/tag/r5.5.0-M1) (March 19, 2019).

## Documentation
Expand Down Expand Up @@ -84,7 +84,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
### JUnit Platform

- **Group ID**: `org.junit.platform`
- **Version**: `1.4.1`, `5.5.0-M1`, or `1.5.0-SNAPSHOT`
- **Version**: `1.4.2`, `5.5.0-M1`, or `1.5.0-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-platform-commons` (`org.junit.platform.commons`)
- `junit-platform-console` (`org.junit.platform.console`)
Expand All @@ -99,7 +99,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
### JUnit Jupiter

- **Group ID**: `org.junit.jupiter`
- **Version**: `5.4.1`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
- **Version**: `5.4.2`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-jupiter` (`org.junit.jupiter`)
- `junit-jupiter-api` (`org.junit.jupiter.api`)
Expand All @@ -110,15 +110,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
### JUnit Vintage

- **Group ID**: `org.junit.vintage`
- **Version**: `5.4.1`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
- **Version**: `5.4.2`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
- **Artifact ID** and **Automatic-Module-Name**:
- `junit-vintage-engine` (`org.junit.vintage.engine`)

### Bill of Materials (BOM)

- **Group ID**: `org.junit`
- **Artifact ID** `junit-bom`
- **Version**: `5.4.1`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
- **Version**: `5.4.2`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`

## Java Module Names

Expand Down
2 changes: 2 additions & 0 deletions documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ include::release-notes-5.5.0-M2.adoc[]

include::release-notes-5.5.0-M1.adoc[]

include::release-notes-5.4.2.adoc[]

include::release-notes-5.4.1.adoc[]

include::release-notes-5.4.0.adoc[]
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.

0 comments on commit b1c66e4

Please sign in to comment.