Skip to content

Commit 6e6175e

Browse files
committed
Polish release notes for 5.10.0-M1
1 parent 9fe7a80 commit 6e6175e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

1616
==== Bug Fixes
1717

18-
* Fixed fallback to ForkJoinPool's Java 7 constructor on Java 9 and higher.
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)