kwin commented on code in PR #378: URL: https://github.com/apache/jackrabbit-filevault/pull/378#discussion_r2240744982
########## vault-core/src/main/java/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.java: ########## @@ -241,6 +241,10 @@ public void setSkipFilterChecksOnImport(boolean skipFilterChecksOnImport) { this.skipFilterChecksOnImport = skipFilterChecksOnImport; } + public boolean getSkipFilterChecksOnImport() { Review Comment: If this only affects import I would rather move it to `ImportOptions` and also clarify that this only affects checks against package items not about existing repo items. -- 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