File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ repository on GitHub.
6666[[release-notes-5.14.0-RC1-junit-vintage-deprecations-and-breaking-changes]]
6767==== Deprecations and Breaking Changes
6868
69- * ❓
69+ * `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
70+ `org.junit.jupiter.params.ParameterInfo`.
7071
7172[[release-notes-5.14.0-RC1-junit-vintage-new-features-and-improvements]]
7273==== New Features and Improvements
Original file line number Diff line number Diff line change @@ -288,8 +288,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
288288* The `publishFile(...)` method in `ExtensionContext` which accepts an
289289 `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of a new variant
290290 which accepts an `org.junit.jupiter.api.MediaType`.
291- * `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
292- `org.junit.jupiter.params.ParameterInfo`.
293291
294292[[release-notes-6.0.0-junit-jupiter-new-features-and-improvements]]
295293==== New Features and Improvements
You can’t perform that action at this time.
0 commit comments