Description
ServiceCacheImpl does not close the ExecutorService instance created from the ThreadFactory:
CloseableExecutorService::CloseableExecutorService(ExecutorService) call this(executorService, false) which sets shutdownOnClose to false.
this has an impact from callers, eg ServiceProviderImpl, which only allow only a ThreadFactory to be specified.
Attachments
Attachments
Issue Links
- links to