[ https://issues.apache.org/jira/browse/JCR-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig updated JCR-1577: ------------------------------- Attachment: JCR-1577.patch Patch which deprecates RepositoryService.getRootId() > Remove RepositoryService.getRootId() > ------------------------------------ > > Key: JCR-1577 > URL: https://issues.apache.org/jira/browse/JCR-1577 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-jcr2spi, jackrabbit-spi > Reporter: Michael Dürig > Priority: Minor > Attachments: JCR-1577.patch > > > For consistency reasons jcr2spi should use idFactory.createNodeId((String) null, pathFactory.getRootPath()) everywhere to build the NodeId of the root node. having two separate methods is confusing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.