Hi, Oak meanwhile supports a lot of system properties to tweak or toggle certain behavior. Is there somewhere a documentation page on all supported configuration properties? If not do you think it is worth the effort to come up with a documentation (which needs to be maintained going forward)?
Also the naming differs currently a bit, some start with “oak.”, others don’t. The latter makes conflicts with application specific properties more likely (e.g. https://github.com/apache/jackrabbit-oak/blob/1f497243d4cb264f4479484364e4786fad82df81/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/session/ItemImpl.java#L77 or https://github.com/apache/jackrabbit-oak/blob/1f497243d4cb264f4479484364e4786fad82df81/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/TimingDocumentStoreWrapper.java#L47) Thanks for any insights on usage of system properties inside Oak. Konrad
