cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
239 stars 75 forks source link

Responsibility for shutting down the ExecutorService #181

Open Antoher0101 opened 2 months ago

Antoher0101 commented 2 months ago

How should executor threads be stopped? On tomcat 7, the threads do not stop and do not allow it to end its work.

https://github.com/cuba-platform/yarg/blob/7bddb7e6ff08145426b3b028ffef036ac186e93f/core/modules/core/src/com/haulmont/yarg/formatters/impl/doc/connector/OfficeIntegration.java#L30