kwin commented on code in PR #2081:
URL: https://github.com/apache/jackrabbit-oak/pull/2081#discussion_r1963785850
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/namepath/impl/LocalNameMapper.java:
##########
@@ -91,9 +91,10 @@ public synchronized String getJcrName(@NotNull String
oakName) {
}
}
}
+ } else {
+ throw new IllegalStateException("No namespace mapping found
for " + oakName);
Review Comment:
actually we are now throwing an exception even earlier (i.e. for the first
getName() without any mapping)
--
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]