kwin commented on a change in pull request #288:
URL: https://github.com/apache/jackrabbit-oak/pull/288#discussion_r617432762
##########
File path:
oak-jackrabbit-api/src/main/java/org/apache/jackrabbit/api/JackrabbitSession.java
##########
@@ -252,4 +258,12 @@
*/
Node getNodeOrNull(final String absPath) throws RepositoryException;
+ /**
+ * Returns the set of principals associated with this session.
+ *
+ * @return the associated principals (may be the empty set if no principal
are associated).
+ * @throws RepositoryException If an error occurs.
+ * @since 1.40.0
Review comment:
The since refers to the bundle version I guess, but this looks weird as
the other method refer to Jackrabbit 2 versioning 2.x.. while this refers to
Oak versioning. That leads to the case that 2.11.1 is older than 1.40.0...
--
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]