Hide Forgot
project_key: SOA The [JcrSession.reindex(...)|https://github.com/ModeShape/modeshape/blob/master/modeshape-jcr/src/main/java/org/modeshape/jcr/JcrSession.java#L1312] methods are public, but the JcrSession class is package protected, which means the methods are not visible or usable by callers. These need to be made public by adding them to the ModeShape JCR API interfaces. I also wonder if these methods should be moved to JcrWorkspace instead. Plus, we probably need forms that are asynchronous.
Link: Added: This issue Cloned from MODE-1269
Workflow: Removed: GIT Pull Request workflow Added: jira Security: Added: Public
The fix was merged into the 'master' branch, but waiting to close until we hear whether or not this is to also be merged into the '2.5.x' branch (used for SOA-P and BRMS).
Git Pull Request: Removed: https://github.com/ModeShape/modeshape/pull/197 Added: https://github.com/ModeShape/modeshape/pull/197 Forum Reference: Removed: http://community.jboss.org/message/627282#627282 Added: http://community.jboss.org/message/627282#627282
The changes were merged into the '2.5.x' branch.
Unit tests in: modeshape-jcr/src/test/java/org/modeshape/jcr/JcrRepositoryTest were added to validate the changing of scope for the reindexing related methods.