Skip to content

Commit 50e097a

Browse files
committed
Move release notes for #3044 to 5.9.2
Closes #2545.
1 parent 7212e5a commit 50e097a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ repository on GitHub.
2626

2727
==== New Features and Improvements
2828

29-
* Support for limiting the `max-pool-size` for parallel execution via a configuration parameter
30-
3129
* All utility methods from `ReflectionSupport` now have counterparts returning `Stream`
3230
instead of `List`.
3331

@@ -40,15 +38,10 @@ repository on GitHub.
4038

4139
==== Deprecations and Breaking Changes
4240

43-
* The `fixed` parallel execution strategy now allows the thread pool to be saturated by
44-
default.
41+
* ❓
4542

4643
==== New Features and Improvements
4744

48-
* New `junit.jupiter.execution.parallel.config.fixed.max-pool-size` configuration
49-
parameter to set the maximum pool size.
50-
* New `junit.jupiter.execution.parallel.config.fixed.saturate` configuration
51-
parameter to disable pool saturation.
5245
* New `ArgumentsAccessor.getInvocationIndex()` method that supplies the index of a
5346
`@ParameterizedTest` invocation.
5447
* `DisplayNameGenerator` methods are now allowed to return `null`, in order to signal

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ JUnit repository on GitHub.
2525

2626
* Introduce `TestPlan.getTestIdentifier(UniqueId)` and `TestPlan.getChildren(UniqueId)` to
2727
avoid parsing unique IDs unnecessarily during test execution.
28+
* Support for limiting the `max-pool-size` for parallel execution via a configuration
29+
parameter
2830

2931

3032
[[release-notes-5.9.2-junit-jupiter]]
@@ -36,10 +38,15 @@ JUnit repository on GitHub.
3638

3739
==== Deprecations and Breaking Changes
3840

39-
* ❓
41+
* The `fixed` parallel execution strategy now allows the thread pool to be saturated by
42+
default.
4043

4144
==== New Features and Improvements
4245

46+
* New `junit.jupiter.execution.parallel.config.fixed.max-pool-size` configuration
47+
parameter to set the maximum pool size.
48+
* New `junit.jupiter.execution.parallel.config.fixed.saturate` configuration parameter to
49+
disable pool saturation.
4350
* `JAVA_21` has been added to the `JRE` enum for use with JRE-based execution conditions.
4451

4552

0 commit comments

Comments
 (0)