Generated by
JDiff

Package org.springframework.scheduling.concurrent

Changed Classes
ExecutorConfigurationSupport Base class for classes that are setting up a {@code java.util.concurrent.ExecutorService} (typically a java.util.concurrent.ThreadPoolExecutor).
ThreadPoolExecutorFactoryBean JavaBean that allows for configuring a JDK 1.5 java.util.concurrent.ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its native java.util.concurrent.ExecutorService type.