reschke commented on code in PR #1317: URL: https://github.com/apache/jackrabbit-oak/pull/1317#discussion_r1506101202
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java: ########## @@ -869,6 +872,11 @@ public int getMemory() { } } + + public boolean isChildOrderCleanupEnabled() { + return noChildOrderCleanupFeature == null || !noChildOrderCleanupFeature.isEnabled(); Review Comment: I'll repeat what I said already. Do not overthink this. This is a bug fix. And we have a safety net in case it causes trouble. How certain downstream projects ship this change to their customers should not affect how we handle this in this open-source project. -- 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