Skip to content

Commit

Permalink
Move release notes for #3044 to 5.9.2
Browse files Browse the repository at this point in the history
Closes #2545.
  • Loading branch information
marcphilipp committed Jan 6, 2023
1 parent 7212e5a commit 50e097a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ repository on GitHub.

==== New Features and Improvements

* Support for limiting the `max-pool-size` for parallel execution via a configuration parameter

* All utility methods from `ReflectionSupport` now have counterparts returning `Stream`
instead of `List`.

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

==== Deprecations and Breaking Changes

* The `fixed` parallel execution strategy now allows the thread pool to be saturated by
default.
* ❓

==== New Features and Improvements

* New `junit.jupiter.execution.parallel.config.fixed.max-pool-size` configuration
parameter to set the maximum pool size.
* New `junit.jupiter.execution.parallel.config.fixed.saturate` configuration
parameter to disable pool saturation.
* New `ArgumentsAccessor.getInvocationIndex()` method that supplies the index of a
`@ParameterizedTest` invocation.
* `DisplayNameGenerator` methods are now allowed to return `null`, in order to signal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ JUnit repository on GitHub.

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


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

==== Deprecations and Breaking Changes

* ❓
* The `fixed` parallel execution strategy now allows the thread pool to be saturated by
default.

==== New Features and Improvements

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


Expand Down

0 comments on commit 50e097a

Please sign in to comment.