We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe7a80 commit 6e6175eCopy full SHA for 6e6175e
documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc
@@ -15,7 +15,10 @@ repository on GitHub.
15
16
==== Bug Fixes
17
18
-* Fixed fallback to ForkJoinPool's Java 7 constructor on Java 9 and higher.
+* 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.
22
23
==== Deprecations and Breaking Changes
24
0 commit comments