File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ repository on GitHub.
42
42
[[release-notes-5.14.0-RC1-junit-jupiter-deprecations-and-breaking-changes]]
43
43
==== Deprecations and Breaking Changes
44
44
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.
46
48
47
49
[[release-notes-5.14.0-RC1-junit-jupiter-new-features-and-improvements]]
48
50
==== New Features and Improvements
Original file line number Diff line number Diff line change @@ -283,9 +283,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
283
283
* For consistency with test methods, `@Nested` classes declared in the same enclosing
284
284
class or interface are now ordered in a deterministic but intentionally nonobvious
285
285
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.
289
286
* `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of the new
290
287
`org.junit.jupiter.api.MediaType`.
291
288
* The `publishFile(...)` methods in `TestReporter` which accept an
You can’t perform that action at this time.
0 commit comments