svn commit: r1764700 - in /jackrabbit/oak/branches/1.4/oak-auth-external/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/external: ExternalGroupRef.java impl/DynamicSyncContext.jav

2016-10-13 Thread baedke
Author: baedke Date: Thu Oct 13 14:45:15 2016 New Revision: 1764700 URL: http://svn.apache.org/viewvc?rev=1764700=rev Log: OAK-4930: External Principal Management: DynamicSyncContext makes redundant calls to IdentityProvider.getIdentity() Added:

svn commit: r1764701 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/observation/ChangeSetBuilder.java

2016-10-13 Thread stefanegli
Author: stefanegli Date: Thu Oct 13 14:47:36 2016 New Revision: 1764701 URL: http://svn.apache.org/viewvc?rev=1764701=rev Log: OAK-4907 : introducing the ChangeCollectorProvider, a ValidatorProvider that composes a ChangeSet and sets it on the CommitContext for downstream users - which

svn commit: r1764703 - /jackrabbit/oak/branches/1.4/

2016-10-13 Thread baedke
Author: baedke Date: Thu Oct 13 14:59:19 2016 New Revision: 1764703 URL: http://svn.apache.org/viewvc?rev=1764703=rev Log: OAK-4930: External Principal Management: DynamicSyncContext makes redundant calls to IdentityProvider.getIdentity() Modified: jackrabbit/oak/branches/1.4/ (props

svn commit: r1764705 - /jackrabbit/oak/trunk/oak-auth-ldap/src/main/java/org/apache/jackrabbit/oak/security/authentication/ldap/impl/LdapIdentityProvider.java

2016-10-13 Thread baedke
Author: baedke Date: Thu Oct 13 15:13:12 2016 New Revision: 1764705 URL: http://svn.apache.org/viewvc?rev=1764705=rev Log: OAK-4931: LdapIdentityProvider doesn't use configured custom attributes for all searches Modified:

svn commit: r1764706 - in /jackrabbit/oak/branches/1.4: ./ oak-auth-ldap/src/main/java/org/apache/jackrabbit/oak/security/authentication/ldap/impl/LdapIdentityProvider.java

2016-10-13 Thread baedke
Author: baedke Date: Thu Oct 13 15:21:35 2016 New Revision: 1764706 URL: http://svn.apache.org/viewvc?rev=1764706=rev Log: OAK-4931: LdapIdentityProvider doesn't use configured custom attributes for all searches Modified: jackrabbit/oak/branches/1.4/ (props changed)

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

2016-10-13 Thread chetanm
Author: chetanm Date: Fri Oct 14 05:57:47 2016 New Revision: 1764814 URL: http://svn.apache.org/viewvc?rev=1764814=rev Log: OAK-4937 - JournalGC failing with RDB DocumentStore Adding ignored test Added:

svn commit: r1764611 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/observation/CommitRateLimiterTest.java

2016-10-13 Thread thomasm
Author: thomasm Date: Thu Oct 13 07:33:31 2016 New Revision: 1764611 URL: http://svn.apache.org/viewvc?rev=1764611=rev Log: OAK-4522 Improve CommitRateLimiter to optionally block some commits (fix test case; this is actually unrelated to changes in OAK-4522) Modified:

svn commit: r1764678 - in /jackrabbit/oak/trunk/oak-auth-external/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/external: ExternalGroupRef.java impl/DynamicSyncContext.java

2016-10-13 Thread baedke
Author: baedke Date: Thu Oct 13 13:54:24 2016 New Revision: 1764678 URL: http://svn.apache.org/viewvc?rev=1764678=rev Log: OAK-4930: External Principal Management: DynamicSyncContext makes redundant calls to IdentityProvider.getIdentity() Added: