mbaedke commented on code in PR #1352: URL: https://github.com/apache/jackrabbit-oak/pull/1352#discussion_r1528579036
########## oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneIndexProviderService.java: ########## @@ -104,201 +107,178 @@ import static org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils.scheduleWithFixedDelay; @SuppressWarnings("UnusedDeclaration") -@Component(metatype = true, label = "Apache Jackrabbit Oak LuceneIndexProvider") +@Component(property = { "enableCopyOnReadSupport:Boolean=true", "enableCopyOnWriteSupport:Boolean=true" } ) Review Comment: Yes, I did that because otherwise the diff tool complains (the properties will not occur in the component.xml). Meanwhile @cziegele enlightened me. I'll fix it. -- 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...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org