Author: mduerig
Date: Mon Aug 12 07:52:07 2013
New Revision: 1513066
URL: http://svn.apache.org/r1513066
Log:
OAK-301 Document Oak
Document backward compatibility issue re. touched properties
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=1513066&r1=1513065&r2=1513066&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md Mon Aug 12
07:52:07 2013
@@ -90,6 +90,10 @@ Regarding observation listeners:
(https://cwiki.apache.org/confluence/display/SLING/Observation+usage+patterns)
of observation and
recommendations on alternative solutions where applicable.
+* Touched properties: Jackrabbit 2 used to generate a `PROPERTY_CHANGED` event
when touching a
+ 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).
+
Same name siblings
------------------