stefan-egli commented on code in PR #1294: URL: https://github.com/apache/jackrabbit-oak/pull/1294#discussion_r1479611977
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentNodeStoreBuilder.java: ########## @@ -138,4 +138,26 @@ public RDBDocumentNodeStoreBuilder setDocStoreDetailedGCFeature(@Nullable Featur public Feature getDocStoreDetailedGCFeature() { return null; } + + @Override + public boolean isEmbeddedVerificationEnabled() { + return false; Review Comment: thx - (I think we also introduced a new method to DocumentStore that DetailedGC requires) -- 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