1- [[release-notes-5.8.0-M2 ]]
2- == 5.8.0-M2
1+ [[release-notes-5.8.0-RC1 ]]
2+ == 5.8.0-RC1
33
44*Date of Release:* ❓
55
66*Scope:* ❓
77
88For a complete list of all _closed_ issues and pull requests for this release, consult the
9- link:{junit5-repo}+/milestone/55?closed=1+[5.8 M2 ] milestone page in the JUnit repository
9+ link:{junit5-repo}+/milestone/55?closed=1+[5.8 RC1 ] milestone page in the JUnit repository
1010on GitHub.
1111
1212
13- [[release-notes-5.8.0-M2 -general-improvements]]
13+ [[release-notes-5.8.0-RC1 -general-improvements]]
1414=== General improvements
1515
1616* The API Guardian dependency is now exported as a compile-only dependency for consuming
@@ -19,7 +19,7 @@ on GitHub.
1919 noise" on the console when Java's Util Logging is used in its default configuration.
2020
2121
22- [[release-notes-5.8.0-M2 -junit-platform]]
22+ [[release-notes-5.8.0-RC1 -junit-platform]]
2323=== JUnit Platform
2424
2525==== Bug Fixes
@@ -28,10 +28,6 @@ on GitHub.
2828 suite. This applies to `@Suite` classes running via the `SuiteTestEngine` and suite
2929 classes running via the `JUnitPlatform` `Runner`.
3030
31- ==== Deprecations and Breaking Changes
32-
33- * ❓
34-
3531==== New Features and Improvements
3632
3733* New `findAnnotation(Class,Class,SearchOption)` method in `AnnotationSupport` that
@@ -63,7 +59,7 @@ on GitHub.
6359 `@DisableParentConfigurationParameters` annotation.
6460
6561
66- [[release-notes-5.8.0-M2 -junit-jupiter]]
62+ [[release-notes-5.8.0-RC1 -junit-jupiter]]
6763=== JUnit Jupiter
6864
6965==== Bug Fixes
@@ -81,10 +77,6 @@ on GitHub.
8177* Exceptions thrown from instances of `CloseableResource` no longer hide test failures but
8278 are instead reported as suppressed exceptions.
8379
84- ==== Deprecations and Breaking Changes
85-
86- * ❓
87-
8880==== New Features and Improvements
8981
9082* New `assertThrowsExactly()` method in `Assertions` which is a more strict version of
@@ -113,17 +105,7 @@ on GitHub.
113105 arguments at the end of the test. This attribute defaults to true.
114106
115107
116- [[release-notes-5.8.0-M2 -junit-vintage]]
108+ [[release-notes-5.8.0-RC1 -junit-vintage]]
117109=== JUnit Vintage
118110
119- ==== Bug Fixes
120-
121- * ❓
122-
123- ==== Deprecations and Breaking Changes
124-
125- * ❓
126-
127- ==== New Features and Improvements
128-
129- * ❓
111+ No changes
0 commit comments