1
- [[release-notes-5.8.0-M2 ]]
2
- == 5.8.0-M2
1
+ [[release-notes-5.8.0-RC1 ]]
2
+ == 5.8.0-RC1
3
3
4
4
*Date of Release:* ❓
5
5
6
6
*Scope:* ❓
7
7
8
8
For 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
10
10
on GitHub.
11
11
12
12
13
- [[release-notes-5.8.0-M2 -general-improvements]]
13
+ [[release-notes-5.8.0-RC1 -general-improvements]]
14
14
=== General improvements
15
15
16
16
* The API Guardian dependency is now exported as a compile-only dependency for consuming
@@ -19,7 +19,7 @@ on GitHub.
19
19
noise" on the console when Java's Util Logging is used in its default configuration.
20
20
21
21
22
- [[release-notes-5.8.0-M2 -junit-platform]]
22
+ [[release-notes-5.8.0-RC1 -junit-platform]]
23
23
=== JUnit Platform
24
24
25
25
==== Bug Fixes
@@ -28,10 +28,6 @@ on GitHub.
28
28
suite. This applies to `@Suite` classes running via the `SuiteTestEngine` and suite
29
29
classes running via the `JUnitPlatform` `Runner`.
30
30
31
- ==== Deprecations and Breaking Changes
32
-
33
- * ❓
34
-
35
31
==== New Features and Improvements
36
32
37
33
* New `findAnnotation(Class,Class,SearchOption)` method in `AnnotationSupport` that
@@ -63,7 +59,7 @@ on GitHub.
63
59
`@DisableParentConfigurationParameters` annotation.
64
60
65
61
66
- [[release-notes-5.8.0-M2 -junit-jupiter]]
62
+ [[release-notes-5.8.0-RC1 -junit-jupiter]]
67
63
=== JUnit Jupiter
68
64
69
65
==== Bug Fixes
@@ -81,10 +77,6 @@ on GitHub.
81
77
* Exceptions thrown from instances of `CloseableResource` no longer hide test failures but
82
78
are instead reported as suppressed exceptions.
83
79
84
- ==== Deprecations and Breaking Changes
85
-
86
- * ❓
87
-
88
80
==== New Features and Improvements
89
81
90
82
* New `assertThrowsExactly()` method in `Assertions` which is a more strict version of
@@ -113,17 +105,7 @@ on GitHub.
113
105
arguments at the end of the test. This attribute defaults to true.
114
106
115
107
116
- [[release-notes-5.8.0-M2 -junit-vintage]]
108
+ [[release-notes-5.8.0-RC1 -junit-vintage]]
117
109
=== JUnit Vintage
118
110
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