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
from 02b640f2a9 OAK-11602 : removed usage of Guava's ImmutableSet.copyOf
with LinkedSet
add 9876048d53 OAK-11602 : wrapped Set in Collections.unmodifiableSet
wherever we are sending/receiving it to outer world
No new revisions were added by this update.
Summary of changes:
.../impl/principal/ProtectionConfigImpl.java | 4 ++--
.../authorization/cug/impl/CugExcludeImpl.java | 3 ++-
.../jackrabbit/oak/spi/observation/ChangeSet.java | 11 ++++++-----
.../oak/plugins/migration/NodeStateCopier.java | 20 ++++++++++----------
.../authorization/models/simplifiedroles/Role.java | 3 ++-
.../apache/jackrabbit/oak/run/RevisionsCommand.java | 3 ++-
.../oak/spi/security/ConfigurationParameters.java | 6 +++---
.../spi/security/authentication/AuthInfoImpl.java | 2 +-
.../credentials/SimpleCredentialsSupport.java | 3 +--
.../security/authorization/accesscontrol/ACE.java | 2 +-
.../restriction/AbstractRestrictionProvider.java | 2 +-
.../security/privilege/PrivilegeBitsProvider.java | 4 ++--
.../checks/NodeTypeMountedNodeStoreChecker.java | 5 +++--
.../jackrabbit/oak/upgrade/RepositoryUpgrade.java | 3 ++-
14 files changed, 38 insertions(+), 33 deletions(-)