@@ -22,7 +22,7 @@ on GitHub.
2222 based on the required _class name_ instead of the optional `Class` reference. In
2323 addition, the non-blank precondition for a class name is now enforced.
2424
25- ==== Deprecations and Breaking Changes
25+ ==== Deprecations
2626
2727* The JUnit Platform Surefire Provider (`junit-platform-surefire-provider`) is now
2828 deprecated in favor of the native support for the JUnit Platform provided by Maven
@@ -50,7 +50,6 @@ on GitHub.
5050 options. The usage help is now displayed using ANSI colors on supported platforms.
5151
5252
53-
5453[[release-notes-5.3.0-RC1-junit-jupiter]]
5554=== JUnit Jupiter
5655
@@ -64,10 +63,6 @@ on GitHub.
6463* Exceptions thrown in `@After` and `@AfterAll` lifecycle methods now take precedence over
6564 violated assumptions (i.e. `TestAbortedExceptions`) in test or prior lifecycle methods.
6665
67- ==== Deprecations and Breaking Changes
68-
69- * ❓
70-
7166==== New Features and Improvements
7267
7368* Generation of a detailed failure message for a failed assertion no longer fails if the
@@ -115,10 +110,6 @@ on GitHub.
115110 inherited `@Test` methods when executing a single test class or specific test classes
116111 based on filters -- for example, via `mvn test -Dtest=SubclassTests`).
117112
118- ==== Deprecations and Breaking Changes
119-
120- * ❓
121-
122113==== New Features and Improvements
123114
124115* The `VintageTestEngine` now uses the _simple name_ of a test class as the display
0 commit comments