From dfb17d84d68d4378cd3dd16ccc101759a954ad89 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:11:55 +0100 Subject: [PATCH] Reintroduce deleted text in Javadoc --- .../org/springframework/core/task/SimpleAsyncTaskExecutor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java b/spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java index 5ae2201f4b0..ceb918e1920 100644 --- a/spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java +++ b/spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java @@ -213,6 +213,7 @@ public class SimpleAsyncTaskExecutor extends CustomizableThreadCreator * Specify whether to reject tasks when the concurrency limit has been reached, * throwing {@link TaskRejectedException} (which extends the common * {@link java.util.concurrent.RejectedExecutionException}) + * on any further execution attempts. *
The default is {@code false}, blocking the caller until the submission can * be accepted. Switch this to {@code true} for immediate rejection instead. * @since 6.2.6