kwin commented on code in PR #592:
URL: https://github.com/apache/jackrabbit-oak/pull/592#discussion_r937996547
##########
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:
@rombert Do you plan on working OAK-9863 or are you fine with this temporary
workaround for now?
##########
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:
@rombert Do you plan on working on OAK-9863 soon or are you fine with this
temporary workaround 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]