This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch kwin-patch-1 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit ea466c76ee645faaac6dd0563ea44274f8bfd284 Author: Konrad Windszus <[email protected]> AuthorDate: Fri Jul 4 12:57:32 2025 +0200 Clarify support of SNS in Oak Only reading is supported via JCR API --- oak-doc/src/site/markdown/differences.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oak-doc/src/site/markdown/differences.md b/oak-doc/src/site/markdown/differences.md index 62b77e7dd7..ca572e7250 100644 --- a/oak-doc/src/site/markdown/differences.md +++ b/oak-doc/src/site/markdown/differences.md @@ -247,7 +247,8 @@ name siblings as mandated by JCR is dwarfed by the additional implementation com there are ideas to implement a feature for automatic [disambiguation of node names](https://issues.apache.org/jira/browse/OAK-129). In the meanwhile we have [basic support](https://issues.apache.org/jira/browse/OAK-203) for same -name siblings but that might not cover all cases. +name siblings but that might not cover all cases. On JCR API level this is read only. Creating +SNS items is only possible with Oak API. ### XML Import @@ -342,4 +343,4 @@ Attribute Name | Attribute Value Type | Description [2]: https://s.apache.org/jcr-2.0-javadoc/javax/jcr/Session.html#getAttributeNames() [3]: https://s.apache.org/jcr-2.0-javadoc/javax/jcr/Credentials.html [4]: https://s.apache.org/jcr-2.0-javadoc/javax/jcr/Repository.html#login(javax.jcr.Credentials,%20java.lang.String) -[5]: https://s.apache.org/jcr-2.0-spec/3_Repository_Model.html#3.2.5.1%20Expanded%20Form \ No newline at end of file +[5]: https://s.apache.org/jcr-2.0-spec/3_Repository_Model.html#3.2.5.1%20Expanded%20Form
