mreutegg commented on a change in pull request #261:
URL: https://github.com/apache/jackrabbit-oak/pull/261#discussion_r542531104



##########
File path: 
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/migration/NodeStateCopier.java
##########
@@ -308,6 +316,8 @@ private static NodeBuilder getChildNodeBuilder(@NotNull 
final NodeBuilder root,
 
         private Set<String> mergePaths = emptySet();
 
+        private boolean referenceableFrozenNodes = true;

Review comment:
       That's exactly the reason why I set the default to true. I was worried 
there may be code out there using this class without us knowing. Setting it to 
false by default would then change the behaviour.




----------------------------------------------------------------
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]


Reply via email to