@@ -21,8 +21,8 @@ JUnit repository on GitHub.
2121[[release-notes-6.0.0-RC3-junit-platform-deprecations-and-breaking-changes]]
2222==== Deprecations and Breaking Changes
2323
24- * Change serialization of `TestIdentifier` in a backwards-incompatible way to simplify
25- its implementation
24+ * Serialization support for `TestIdentifier` has been changed in a backwards-incompatible
25+ way in order to simplify the implementation.
2626* Deprecate `OutputDirectoryProvider` interface in favor of the new
2727 `OutputDirectoryCreator` interface to resolve cyclic package dependency along
2828 with the following APIs (which all have replacements working with
@@ -36,7 +36,7 @@ JUnit repository on GitHub.
3636[[release-notes-6.0.0-RC3-junit-platform-new-features-and-improvements]]
3737==== New Features and Improvements
3838
39- * New `Resource.from (String, URI)` static factory method for creating an
39+ * New `Resource.of (String, URI)` static factory method for creating an
4040 `org.junit.platform.commons.support.Resource`.
4141* New `FileSource.withPosition(FilePosition)` method to avoid the overhead of redundant
4242 canonicalization of files when using `FileSource.from(File, FilePosition)` with many
@@ -57,8 +57,8 @@ JUnit repository on GitHub.
5757* `MediaType.APPLICATION_JSON_UTF_8` is now deprecated in favor of using
5858 `MediaType.APPLICATION_JSON`, since the industry considers UTF-8 to be the implicit
5959 default encoding for the `application/json` media type.
60- * `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of
61- `org.junit.jupiter.params.ParameterInfo`
60+ * `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
61+ `org.junit.jupiter.params.ParameterInfo`.
6262
6363[[release-notes-6.0.0-RC3-junit-jupiter-new-features-and-improvements]]
6464==== New Features and Improvements
0 commit comments