Skip to content

Commit 9782e91

Browse files
committed
Move release note entry for #4975
1 parent abc324e commit 9782e91

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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

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

0 commit comments

Comments
 (0)