Skip to content

Commit be88968

Browse files
committed
Move release note entry for #4969
1 parent 33f57a4 commit be88968

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ repository on GitHub.
4242
[[release-notes-5.14.0-RC1-junit-jupiter-deprecations-and-breaking-changes]]
4343
==== Deprecations and Breaking Changes
4444

45-
* ❓
45+
* `MediaType.APPLICATION_JSON_UTF_8` is now deprecated in favor of using
46+
`MediaType.APPLICATION_JSON`, since the industry considers UTF-8 to be the implicit
47+
default encoding for the `application/json` media type.
4648

4749
[[release-notes-5.14.0-RC1-junit-jupiter-new-features-and-improvements]]
4850
==== New Features and Improvements

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
283283
* For consistency with test methods, `@Nested` classes declared in the same enclosing
284284
class or interface are now ordered in a deterministic but intentionally nonobvious
285285
way.
286-
* `MediaType.APPLICATION_JSON_UTF_8` is now deprecated in favor of using
287-
`MediaType.APPLICATION_JSON`, since the industry considers UTF-8 to be the implicit
288-
default encoding for the `application/json` media type.
289286
* `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of the new
290287
`org.junit.jupiter.api.MediaType`.
291288
* The `publishFile(...)` methods in `TestReporter` which accept an

0 commit comments

Comments
 (0)