Skip to content

Commit 63eec7f

Browse files
committed
Move release notes for #3045 to 5.9.2
1 parent cc218a9 commit 63eec7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ repository on GitHub.
1515

1616
==== Bug Fixes
1717

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+
* ❓
2219

2320
==== Deprecations and Breaking Changes
2421

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ JUnit repository on GitHub.
1515

1616
==== Bug Fixes
1717

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.
1922

2023
==== Deprecations and Breaking Changes
2124

0 commit comments

Comments
 (0)