This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch OAK-11602
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
discard 9876048d53 OAK-11602 : wrapped Set in Collections.unmodifiableSet
wherever we are sending/receiving it to outer world
discard 02b640f2a9 OAK-11602 : removed usage of Guava's ImmutableSet.copyOf
with LinkedSet
add 301a996754 OAK-11595: update Tomcat JDBC dependency to 9.0.102 (#2177)
add 77af802954 OAK-11564 oak-run FullGC leaves background threads running
add 2285d82ec7 OAK-11602 : removed usage of Guava's ImmutableSet.copyOf
with LinkedSet
add bae312ff6b OAK-11602 : wrapped Set in Collections.unmodifiableSet
wherever we are sending/receiving it to outer world
add c1714aacc9 OAK-11602 : revert changes from 7 modules
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9876048d53)
\
N -- N -- N refs/heads/OAK-11602 (c1714aacc9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../external/impl/principal/AutoMembershipPrincipals.java | 3 +--
.../impl/principal/ExternalAuthorizableActionProvider.java | 3 +--
.../impl/principal/ExternalGroupPrincipalProvider.java | 3 +--
.../external/impl/principal/ProtectionConfigImpl.java | 4 ++--
.../authorization/cug/impl/CugAccessControlManager.java | 2 +-
.../spi/security/authorization/cug/impl/CugExcludeImpl.java | 3 +--
oak-doc/src/site/markdown/security/user/default.md | 2 +-
.../plugins/index/lucene/directory/CopyOnReadDirectory.java | 3 +--
.../oak/plugins/index/lucene/directory/OakDirectory.java | 2 +-
.../index/lucene/property/UniquenessConstraintValidator.java | 3 +--
oak-parent/pom.xml | 4 ++--
.../oak/run/RevisionsCommandCustomBlobStoreTest.java | 8 ++++----
.../jackrabbit/oak/spi/security/ConfigurationParameters.java | 6 +++---
.../oak/spi/security/authentication/AuthInfoImpl.java | 2 +-
.../authentication/credentials/SimpleCredentialsSupport.java | 3 ++-
.../oak/spi/security/authorization/accesscontrol/ACE.java | 2 +-
.../authorization/restriction/AbstractRestrictionProvider.java | 2 +-
.../oak/spi/security/privilege/PrivilegeBitsProvider.java | 4 ++--
.../apache/jackrabbit/oak/composite/CompositeNodeStore.java | 3 +--
.../oak/composite/checks/NodeTypeMountedNodeStoreChecker.java | 5 ++---
.../org/apache/jackrabbit/oak/upgrade/RepositorySidegrade.java | 10 +++++-----
.../org/apache/jackrabbit/oak/upgrade/RepositoryUpgrade.java | 3 +--
22 files changed, 36 insertions(+), 44 deletions(-)