mreutegg commented on a change in pull request #261:
URL: https://github.com/apache/jackrabbit-oak/pull/261#discussion_r542539751
##########
File path:
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/migration/FilteringNodeState.java
##########
@@ -60,6 +66,8 @@
public static final Set<String> NONE = ImmutableSet.of();
+ private static final Set<String> JCR_SYSTEM_PATH_PREFIX =
ImmutableSet.of("/", "/" + JcrConstants.JCR_SYSTEM);
Review comment:
I simplified this and removed any path check logic. NodeState wrapping
is now done whenever the jcr:uuid property of frozen nodes must be hidden.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]