svn commit: r1591552 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/ConcurrentConflictTest.java

2014-05-01 Thread mreutegg
Author: mreutegg Date: Thu May 1 07:30:21 2014 New Revision: 1591552 URL: http://svn.apache.org/r1591552 Log: OAK-1788: ConcurrentConflictTest fails occasionally Modified: jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/ConcurrentConflictTest.java Mod

svn commit: r1591559 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/MongoDocumentStoreLimitsTest.java

2014-05-01 Thread mreutegg
Author: mreutegg Date: Thu May 1 08:17:39 2014 New Revision: 1591559 URL: http://svn.apache.org/r1591559 Log: OAK-1589: MongoDocumentStore fails to report error for keys that are too long Add (ignored) test on NodeStore level Added: jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/ja

svn commit: r1591704 - in /jackrabbit/oak/trunk/oak-upgrade/src: main/java/org/apache/jackrabbit/oak/upgrade/JackrabbitNodeState.java test/java/org/apache/jackrabbit/oak/upgrade/RepositoryUpgradeTest.

2014-05-01 Thread jukka
Author: jukka Date: Thu May 1 16:32:42 2014 New Revision: 1591704 URL: http://svn.apache.org/r1591704 Log: OAK-1789: Upgraded version history has UUIDs as jcr:frozenUuid of non-referenceable nodes Automatically convert UUIDs to path identifiers where needed. Modified: jackrabbit/oak/trunk

svn commit: r1591713 - /jackrabbit/oak/trunk/oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/JackrabbitNodeState.java

2014-05-01 Thread jukka
Author: jukka Date: Thu May 1 17:05:58 2014 New Revision: 1591713 URL: http://svn.apache.org/r1591713 Log: OAK-1789: Upgraded version history has UUIDs as jcr:frozenUuid of non-referenceable nodes Need to initialize JackrabbitNodeState properties first before recursing to children for the JCR_

svn commit: r1591715 - /jackrabbit/oak/trunk/oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/JackrabbitNodeState.java

2014-05-01 Thread jukka
Author: jukka Date: Thu May 1 17:24:21 2014 New Revision: 1591715 URL: http://svn.apache.org/r1591715 Log: OAK-1789: Upgraded version history has UUIDs as jcr:frozenUuid of non-referenceable nodes Need to set the child order property only after child nodes have been loaded Fix the primary type

svn commit: r1591723 - in /jackrabbit/oak/trunk/oak-upgrade/src: main/java/org/apache/jackrabbit/oak/upgrade/ test/java/org/apache/jackrabbit/oak/upgrade/

2014-05-01 Thread jukka
Author: jukka Date: Thu May 1 18:23:22 2014 New Revision: 1591723 URL: http://svn.apache.org/r1591723 Log: OAK-1789: Upgraded version history has UUIDs as jcr:frozenUuid of non-referenceable nodes Correct handling of cases where referenceability is inherited through a parent node type Modifie