Description
Item#getParent mandates that an AccessDeniedException is thrown if the
parent of an item is not accessible.
however, the implementation in this case throws an InvalidItemStateException("Property is stale") and PropertyDelegate#getParent marks the return value as @Nonnull.
most probably that needs some additional fixed down the line and isn't as
trivial to fix as oak-213