mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Deprecate obsolete ConcurrentExecutorAdapter for removal in 6.1
Closes gh-29865
This commit is contained in:
+3
@@ -34,7 +34,10 @@ import org.springframework.util.Assert;
|
||||
* @since 2.5
|
||||
* @see java.util.concurrent.Executor
|
||||
* @see org.springframework.core.task.TaskExecutor
|
||||
* @deprecated {@code ConcurrentExecutorAdapter} is obsolete and will be removed
|
||||
* in Spring Framework 6.1
|
||||
*/
|
||||
@Deprecated(since = "6.0.5", forRemoval = true)
|
||||
public class ConcurrentExecutorAdapter implements Executor {
|
||||
|
||||
private final TaskExecutor taskExecutor;
|
||||
|
||||
Reference in New Issue
Block a user