#ExecutorService ExecutorService is an interface that extends Executor class and represents an asynchronous execution. It provides us mechanisms to manage the end and detect progress of the ...
After merging #2884 the ExecutorService is properly shuts down. However, this issue still appears in SonarCloud. The problem is, that in Java 8 (that we use) ExecutorService has no close method.