File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ repository on GitHub.
26
26
27
27
==== New Features and Improvements
28
28
29
- * Support for limiting the `max-pool-size` for parallel execution via a configuration parameter
30
-
31
29
* All utility methods from `ReflectionSupport` now have counterparts returning `Stream`
32
30
instead of `List`.
33
31
@@ -40,15 +38,10 @@ repository on GitHub.
40
38
41
39
==== Deprecations and Breaking Changes
42
40
43
- * The `fixed` parallel execution strategy now allows the thread pool to be saturated by
44
- default.
41
+ * ❓
45
42
46
43
==== New Features and Improvements
47
44
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.
52
45
* New `ArgumentsAccessor.getInvocationIndex()` method that supplies the index of a
53
46
`@ParameterizedTest` invocation.
54
47
* `DisplayNameGenerator` methods are now allowed to return `null`, in order to signal
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ JUnit repository on GitHub.
25
25
26
26
* Introduce `TestPlan.getTestIdentifier(UniqueId)` and `TestPlan.getChildren(UniqueId)` to
27
27
avoid parsing unique IDs unnecessarily during test execution.
28
+ * Support for limiting the `max-pool-size` for parallel execution via a configuration
29
+ parameter
28
30
29
31
30
32
[[release-notes-5.9.2-junit-jupiter]]
@@ -36,10 +38,15 @@ JUnit repository on GitHub.
36
38
37
39
==== Deprecations and Breaking Changes
38
40
39
- * ❓
41
+ * The `fixed` parallel execution strategy now allows the thread pool to be saturated by
42
+ default.
40
43
41
44
==== New Features and Improvements
42
45
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.
43
50
* `JAVA_21` has been added to the `JRE` enum for use with JRE-based execution conditions.
44
51
45
52
You can’t perform that action at this time.
0 commit comments