File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,14 @@ repository on GitHub.
7777[[release-notes-5.14.0-RC1-junit-vintage-deprecations-and-breaking-changes]]
7878==== Deprecations and Breaking Changes
7979
80+ * `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of the new
81+ `org.junit.jupiter.api.MediaType`.
82+ * The `publishFile(...)` methods in `TestReporter` which accept an
83+ `org.junit.jupiter.api.extension.MediaType` are now deprecated in favor of new variants
84+ which accept an `org.junit.jupiter.api.MediaType`.
85+ * The `publishFile(...)` method in `ExtensionContext` which accepts an
86+ `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of a new variant
87+ which accepts an `org.junit.jupiter.api.MediaType`.
8088* `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
8189 `org.junit.jupiter.params.ParameterInfo`.
8290
Original file line number Diff line number Diff line change @@ -268,14 +268,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
268268* For consistency with test methods, `@Nested` classes declared in the same enclosing
269269 class or interface are now ordered in a deterministic but intentionally nonobvious
270270 way.
271- * `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of the new
272- `org.junit.jupiter.api.MediaType`.
273- * The `publishFile(...)` methods in `TestReporter` which accept an
274- `org.junit.jupiter.api.extension.MediaType` are now deprecated in favor of new variants
275- which accept an `org.junit.jupiter.api.MediaType`.
276- * The `publishFile(...)` method in `ExtensionContext` which accepts an
277- `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of a new variant
278- which accepts an `org.junit.jupiter.api.MediaType`.
279271
280272[[release-notes-6.0.0-junit-jupiter-new-features-and-improvements]]
281273==== New Features and Improvements
You can’t perform that action at this time.
0 commit comments