Generated by
JDiff

Package org.springframework.scheduling.concurrent

Changed Classes
ThreadPoolExecutorFactoryBean 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 bean reference of its native java.util.concurrent.ExecutorService type.