Description
The interface: org.apache.ftpserver.impl.FtpServerContext currently returns a concrete implementation of ExecutorService in method: public ThreadPoolExecutor getThreadPoolExecutor() and so prevents replacement of the given implementation.
Change the return type to ExecutorService.
Use case: Integration with JavaEE servers