Generated by
JDiff

Class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean

Added Methods
void setAwaitTerminationSeconds(int) Set the maximum number of seconds that this ForkJoinPool is supposed to block on shutdown in order to wait for remaining tasks to complete their execution before the rest of the container continues to shut down.
void setCommonPool(boolean) Set whether to expose JDK 8's 'common' ForkJoinPool.