Dirk Rudolph created SLING-12825: ------------------------------------ Summary: BookKeeperFactory should bind Processors greedy Key: SLING-12825 URL: https://issues.apache.org/jira/browse/SLING-12825 Project: Sling Issue Type: Bug Reporter: Dirk Rudolph Fix For: Content Distribution Journal Core 0.5.2
The [BookKeeperFactory|https://github.com/apache/sling-org-apache-sling-distribution-journal/blob/master/src/main/java/org/apache/sling/distribution/journal/bookkeeper/BookKeeperFactory.java#L53-L55] currently bind the importPre- importPost and invalidationProcessor non-greedy. The bundle also provides a NoOp implementation for each of the 3. This makes it unpredictable if a consumer implementation could be bound. We should bind the 3 references greedy. -- This message was sent by Atlassian Jira (v8.20.10#820010)