Skip to content

Commit 9d813ae

Browse files
committed
Move release note entry for #4979
1 parent be4afe3 commit 9d813ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.14.0-RC1.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

documentation/src/docs/asciidoc/release-notes/release-notes-6.0.0.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)