mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* Base UnstoppableExecutorService on ThreadPoolExecutor which is supported by ExecutorServiceMetrics of micrometer-core * Fix handling of references to ExecutorServiceMetrics to avoid garbage collection removing the instances * Remove duplicate registration of ThreadPools Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>