Generated by
JDiff

Package org.springframework.scheduling.concurrent

Changed Classes
ConcurrentTaskExecutor Adapter that takes a {@code java.util.concurrent.Executor} and exposes a Spring org.springframework.core.task.TaskExecutor for it.
ThreadPoolTaskExecutor JavaBean that allows for configuring a java.util.concurrent.ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a Spring org.springframework.core.task.TaskExecutor.