Skip to content

Commit

Permalink
Document memory improvements in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 8, 2021
1 parent ee3f9c3 commit 0be0e78
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ on GitHub.
* Custom `LauncherDiscoveryListener` implementations can now be registered via Java’s
`ServiceLoader` mechanism.
* Documented constant value of `ExclusiveResource.GLOBAL_KEY`.
* Instances of `TestIdentifier` and `UniqueId` now retain less memory because they no
longer store `String` representations of unique IDs.


[[release-notes-5.8.0-M1-junit-jupiter]]
Expand All @@ -61,6 +63,8 @@ on GitHub.
* Documented constant values in `Resources`.
* New `assertInstanceOf` methods as a replacement for `assertTrue(obj instanceof X)` which
provide better error messages comparable to those of `assertThrows`.
* Dynamic tests now require less memory thanks to a number of improvements to internal
data structures.

[[release-notes-5.8.0-M1-junit-vintage]]
=== JUnit Vintage
Expand All @@ -75,4 +79,5 @@ on GitHub.

==== New Features and Improvements

* ❓
* The JUnit Vintage engine now requires less memory and allows for earlier garbage
collection thanks to a number of improvements to internal data structures.

0 comments on commit 0be0e78

Please sign in to comment.