rombert commented on code in PR #592:
URL: https://github.com/apache/jackrabbit-oak/pull/592#discussion_r938557981
##########
oak-store-composite/src/main/java/org/apache/jackrabbit/oak/composite/checks/NodeTypeDefinitionNodeStoreChecker.java:
##########
@@ -75,6 +75,11 @@ public void onConstraintViolation(String path, List<String>
typeNames, int code,
NodeBuilder rootBuilder = new ReadOnlyBuilder(root); // prevent
accidental changes
String primary = root.getName(JCR_PRIMARYTYPE);
+ // workaround until https://issues.apache.org/jira/browse/OAK-9863 is
fixed
Review Comment:
Let's go with this one for now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]