ionutzpi commented on code in PR #43:
URL:
https://github.com/apache/sling-org-apache-sling-event/pull/43#discussion_r2086273312
##########
src/main/java/org/apache/sling/event/impl/jobs/config/JobManagerConfiguration.java:
##########
@@ -565,7 +612,7 @@ private void notifyListeners() {
synchronized ( this.listeners ) {
final TopologyCapabilities caps = this.topologyCapabilities;
for(final ConfigurationChangeListener l : this.listeners) {
- l.configurationChanged(caps != null);
+ l.configurationChanged(caps != null &&
isJobProcessingEnabled());
Review Comment:
Added isJobProcessingEnabled() only in QueueManager to better separate
configurationChanged.
--
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]