File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,15 @@ repository on GitHub.
2323[[release-notes-5.14.0-RC1-junit-platform-deprecations-and-breaking-changes]]
2424==== Deprecations and Breaking Changes
2525
26- * ❓
26+ * Deprecate `OutputDirectoryProvider` interface in favor of the new
27+ `OutputDirectoryCreator` interface to resolve cyclic package dependency along
28+ with the following APIs (which all have replacements working with
29+ `OutputDirectoryCreator`):
30+ - `EngineDiscoveryRequest.getOutputDirectoryProvider()`
31+ - `ExecutionRequest.getOutputDirectoryProvider()`
32+ - `LauncherDiscoveryRequestBuilder.outputDirectoryProvider(OutputDirectoryProvider)`
33+ - `TestPlan.getOutputDirectoryProvider()`
34+ - `EngineTestKit.Builder.outputDirectoryProvider(OutputDirectoryProvider)`
2735
2836[[release-notes-5.14.0-RC1-junit-platform-new-features-and-improvements]]
2937==== New Features and Improvements
Original file line number Diff line number Diff line change @@ -122,15 +122,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
122122 deterministic but intentionally nonobvious way.
123123* Serialization support for `TestIdentifier` has been changed in a backwards-incompatible
124124 way in order to simplify the implementation.
125- * Deprecate `OutputDirectoryProvider` interface in favor of the new
126- `OutputDirectoryCreator` interface to resolve cyclic package dependency along
127- with the following APIs (which all have replacements working with
128- `OutputDirectoryCreator`):
129- - `EngineDiscoveryRequest.getOutputDirectoryProvider()`
130- - `ExecutionRequest.getOutputDirectoryProvider()`
131- - `LauncherDiscoveryRequestBuilder.outputDirectoryProvider(OutputDirectoryProvider)`
132- - `TestPlan.getOutputDirectoryProvider()`
133- - `EngineTestKit.Builder.outputDirectoryProvider(OutputDirectoryProvider)`
134125* Deprecate `org.junit.platform.commons.support.Resource` interface in favor of the new
135126 `org.junit.platform.commons.io.Resource` one.
136127* Deprecate `Resource`-related methods in `ReflectionSupport` in favor of corresponding
You can’t perform that action at this time.
0 commit comments