Adam Bien created FTPSERVER-445:
-----------------------------------
Summary: ExecutorService Implementations Are Not Replaceable
Key: FTPSERVER-445
URL: https://issues.apache.org/jira/browse/FTPSERVER-445
Project: FtpServer
Issue Type: Improvement
Components: Core
Affects Versions: 1.0.6
Reporter: Adam Bien
Fix For: 1.0.7
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira