You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by md...@apache.org on 2013/08/27 12:09:30 UTC

svn commit: r1517777 - /jackrabbit/site/live/oak/docs/0.9-SNAPSHOT/differences.html

Author: mduerig
Date: Tue Aug 27 10:09:30 2013
New Revision: 1517777

URL: http://svn.apache.org/r1517777
Log:
OAK-936: Site checkin for project Oak Documentation-0.9-SNAPSHOT

Modified:
    jackrabbit/site/live/oak/docs/0.9-SNAPSHOT/differences.html

Modified: jackrabbit/site/live/oak/docs/0.9-SNAPSHOT/differences.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/0.9-SNAPSHOT/differences.html?rev=1517777&r1=1517776&r2=1517777&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/0.9-SNAPSHOT/differences.html (original)
+++ jackrabbit/site/live/oak/docs/0.9-SNAPSHOT/differences.html Tue Aug 27 10:09:30 2013
@@ -308,7 +308,7 @@
 
 <blockquote>
 <p><i>Note</i>: To ease migration to Oak, sessions will currently automatically refresh after being idle for more than one second. Sessions being idle for more than one minute will log a warning to the log file. Furthermore sessions are automatically synchronised to reflect the same state across accesses within a single thread. That is, an older session will see the changes done through a newer session given both sessions are accessed from within the same thread.</p>
-<p>Automatic session synchronisation is a transient feature and will most probably be removed in future versions of Oak. See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-803">OAK-803</a> for further details.</p>
+<p>Automatic session synchronisation is a transient feature and will most probably be removed in future versions of Oak. See <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-803">OAK-803</a> for further details regarding session backwards compatibility and <a class="externalLink" href="https://issues.apache.org/jira/browse/OAK-960">OAK-960</a> regarding in thread session synchronisation.</p>
 </blockquote>
 <p>On Oak <tt>Item.refresh()</tt> is deprecated and will always cause an <tt>Session.refresh()</tt>. The former call will result in a warning written to the log in order to facilitate locating trouble spots.</p></div>
 <div class="section">