File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
vavr/src/main/java/io/vavr/concurrent Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5757 <maven .versions.version>2.20.1</maven .versions.version>
5858 <maven .surefire.version>3.5.4</maven .surefire.version>
5959 <spotless .version>3.1.0</spotless .version>
60- <maven .source.version>3.3.1 </maven .source.version>
60+ <maven .source.version>3.4.0 </maven .source.version>
6161 <maven .exec.version>3.6.2</maven .exec.version>
6262 <moditect .version>1.3.0.Final</moditect .version>
6363 <scala .maven.version>4.9.7</scala .maven.version>
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ public interface Future<T> extends Value<T> {
8181 * @deprecated Will be removed in Vavr 1.0. Use {@link #DEFAULT_EXECUTOR instead}.
8282 */
8383 @ Deprecated
84- // See https://zeroturnaround.com/rebellabs/fixedthreadpool-cachedthreadpool-or-forkjoinpool-picking-correct-java-executors-for-background-tasks
8584 ExecutorService DEFAULT_EXECUTOR_SERVICE = ForkJoinPool .commonPool ();
8685
8786 /**
@@ -107,7 +106,6 @@ public interface Future<T> extends Value<T> {
107106 *
108107 * @see ForkJoinPool#awaitQuiescence(long, TimeUnit)
109108 */
110- // See https://zeroturnaround.com/rebellabs/fixedthreadpool-cachedthreadpool-or-forkjoinpool-picking-correct-java-executors-for-background-tasks
111109 Executor DEFAULT_EXECUTOR = DEFAULT_EXECUTOR_SERVICE ;
112110
113111 /**
You can’t perform that action at this time.
0 commit comments