File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ repository on GitHub.
15
15
16
16
==== Bug Fixes
17
17
18
- * The Java 7 based constructor for `ForkJoinPool` is no longer accidentally used on Java 9
19
- or higher when invalid `ParallelExecutionConfiguration` is provided. Instead, an
20
- exception is thrown for invalid configuration, thereby preventing invalid configuration
21
- from being silently ignored.
18
+ * ❓
22
19
23
20
==== Deprecations and Breaking Changes
24
21
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ JUnit repository on GitHub.
15
15
16
16
==== Bug Fixes
17
17
18
- * ❓
18
+ * The Java 7 based constructor for `ForkJoinPool` is no longer accidentally used on Java 9
19
+ or higher when invalid `ParallelExecutionConfiguration` is provided. Instead, an
20
+ exception is thrown for invalid configuration, thereby preventing invalid configuration
21
+ from being silently ignored.
19
22
20
23
==== Deprecations and Breaking Changes
21
24
You can’t perform that action at this time.
0 commit comments