rishabhdaim commented on PR #2197: URL: https://github.com/apache/jackrabbit-oak/pull/2197#issuecomment-2778383455
> There seems to be a much simpler, and even more readable variant: > > Instead of > > `final Set<String> excludes = SetUtils.union(Collections.unmodifiableSet(SetUtils.toLinkedSet(this.excludePaths)), Set.of("/jcr:system/jcr:versionStorage"));` > > do > > `final Set<String> excludes = SetUtils.toLinkedSet(this.excludePaths); excludes.add("/jcr:system/jcr:versionStorage");` addressed in https://github.com/apache/jackrabbit-oak/pull/2197/commits/101ad440d00815ea15446522bbcdbbdc7276d7f0 -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org