Author: mduerig
Date: Mon Sep  9 14:23:32 2013
New Revision: 1521131

URL: http://svn.apache.org/r1521131
Log:
OAK-993  Improve backward compatibility for Item.save and Item.refresh
OAK-301 Document Oak
Document new Item.save behaviour

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md?rev=1521131&r1=1521130&r2=1521131&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md Mon Sep  9 
14:23:32 2013
@@ -64,6 +64,10 @@ relying on one session seeing the other 
 On Oak `Item.refresh()` is deprecated and will always cause an 
`Session.refresh()`. The former call
 will result in a warning written to the log in order to facilitate locating 
trouble spots.
 
+On Oak `Item.save()` is deprecated and will only work it the subtree rooted at 
the respective item
+covers all transient changes. Otherwise it will throw an 
`UnsupportedRepositoryException`. See
+[OAK-993](https://issues.apache.org/jira/browse/OAK-993) for details.
+
 Query
 -----
 


Reply via email to