ionutzpi commented on code in PR #44: URL: https://github.com/apache/sling-org-apache-sling-event/pull/44#discussion_r2101942169
########## src/test/java/org/apache/sling/event/impl/jobs/queues/JobExecutionContextImplTest.java: ########## @@ -89,9 +89,9 @@ public void setUp() { context.registerService(TopologyCapabilities.class, capabilities); context.registerService(QueueConfigurationManager.class, queueConfigMgr); context.registerService(MetricRegistry.class, metric); + context.registerService(ThreadPoolManager.class, threadPoolManager); Review Comment: It is. Without this change the build is failing even on local. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org