ionutzpi commented on code in PR #43:
URL: 
https://github.com/apache/sling-org-apache-sling-event/pull/43#discussion_r2086274706


##########
src/main/java/org/apache/sling/event/impl/jobs/config/JobManagerConfiguration.java:
##########
@@ -623,7 +670,7 @@ void doHandleTopologyEvent(final TopologyEvent event) {
     public void addListener(final ConfigurationChangeListener service) {
         synchronized ( this.listeners ) {
             this.listeners.add(service);
-            service.configurationChanged(this.topologyCapabilities != null);
+            service.configurationChanged(this.topologyCapabilities != null && 
isJobProcessingEnabled());

Review Comment:
   Removed from here.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to