Author: mduerig
Date: Tue Oct 15 10:42:46 2013
New Revision: 1532280
URL: http://svn.apache.org/r1532280
Log:
OAK-301 Document Oak
Document difference in observation regarding move events
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=1532280&r1=1532279&r2=1532280&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md Tue Oct 15
10:42:46 2013
@@ -100,6 +100,9 @@ Regarding observation listeners:
property (i.e. setting a property to its current value). Oak keeps closer to
the specification and
[omits such events](https://issues.apache.org/jira/browse/OAK-948).
+* `Event.NODE_MOVED` is not supported. Instead `Event.NODE_ADDED` and
`Event.Node_REMOVED` events are
+ reported as long as they don't cancel each other (e.g. in case of reordering
of nodes).
+
Same name siblings
------------------