Browse Source
Move TestDbCallbackExecutor from rule-engine test sources to common/util main sources as DirectListeningExecutor, making it available to all modules. Convert to an enum singleton since the executor is stateless. Widen JpaAbstractDaoListeningExecutorService service field type from JpaExecutorService to ListeningExecutor to allow injecting DirectListeningExecutor in tests. Fix AbstractChunkedAggregationTimeseriesDaoTest NPE by injecting the direct executor into the spy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>pull/15101/head
29 changed files with 63 additions and 56 deletions
Loading…
Reference in new issue