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 b1558b9 commit 092751f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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 @@ -60,6 +62,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 @@ -74,4 +78,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 092751f

Please sign in to comment.