This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch OAK-11458
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
discard 8753df25e0 OAK-11458 : added utils class for repalcing Guava's
Iterables
add 7d46f395f5 OAK-11457 Tree store sometimes contains bundled properties
(#2053)
add 080a08b806 OAK-11459 - Code cleanups on indexing related packages
(#2056)
add a8fe2ac814 OAK-8413 Use the new Azure SDK in the Azure Segment Store
(#1748)
add 9365bd5683 OAK-11435: oak-search: the special baseline configuration
may be removed from the pom. (#2044)
add 4f84b5cee3 OAK-11436: oak-segment-aws: the special baseline
configuration may be removed from the pom. (#2043)
add 1d9507d4aa OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2
(#2061)
add f4a8aefc42 Revert "OAK-8413 Use the new Azure SDK in the Azure Segment
Store (#1748)"
add 6bcf85007c Revert "OAK-11459 - Code cleanups on indexing related
packages (#2056)"
add 67a5f78c88 Revert "OAK-11456: oak-solr-osgi embeds vulnerable
Zookeeper 3.9.2 (#2061)"
add f91837a1c1 Revert "OAK-11436: oak-segment-aws: the special baseline
configuration may be removed from the pom. (#2043)"
add e423e3c8ae Revert "OAK-11457 Tree store sometimes contains bundled
properties (#2053)"
add eb56c9ba11 Revert "OAK-11454 Explain query output: fix
synchronousPropertyCondition (#2052)"
add fc3a8a6623 Revert "OAK-11435: oak-search: the special baseline
configuration may be removed from the pom. (#2044)"
add 8640813d7e Revert "[maven-release-plugin] prepare for next development
iteration"
add b7597c77c7 Revert "[maven-release-plugin] prepare release
jackrabbit-oak-1.76.0"
add fb0c6cbf0c OAK-11470: Undo changes to remove usage of Guava
ImmutableSet (#2066)
add 2fae6c2105 OAK-11470: Undo changes to remove usage of Guava
ImmutableSet - restore changes in test classes
add 79e7c2b03f OAK-11455: Release Oak 1.76.0 - Candidate Release Notes
add 613bf835ad OAK-11455: Release Oak 1.76.0 - Candidate Release Notes
add b8ebb34034 [maven-release-plugin] prepare release jackrabbit-oak-1.76.0
add 6c206827a4 [maven-release-plugin] prepare for next development
iteration
add fd0c57c3a8 OAK-11469 - Speedup resolution of mount paths by
SimpleMountInfoProvider (#2065)
add 365376d5d6 OAK-11458 : added utils class for repalcing Guava's
Iterables
add 16134e53af OAK-11458 : fixed sonarcloud alerts by calling apache
commons-collections method directly from each API
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 (8753df25e0)
\
N -- N -- N refs/heads/OAK-11458 (16134e53af)
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:
RELEASE-NOTES.txt | 3 ++
.../external/basic/DefaultSyncConfig.java | 8 +--
.../impl/principal/AutoMembershipPrincipals.java | 3 +-
.../ExternalAuthorizableActionProvider.java | 4 +-
.../principal/ExternalGroupPrincipalProvider.java | 4 +-
.../impl/principal/ProtectionConfigImpl.java | 6 +--
.../cug/impl/CugAccessControlManager.java | 7 +--
.../authorization/cug/impl/CugExcludeImpl.java | 7 +--
.../authorization/AbstractHasItemGetItemTest.java | 3 +-
.../oak/commons/collections/CollectionUtils.java | 2 +-
.../oak/commons/collections/IterableUtils.java | 6 +--
.../apache/jackrabbit/oak/spi/mount/MountInfo.java | 3 +-
.../oak/spi/mount/SimpleMountInfoProvider.java | 60 +++++++++-------------
.../jackrabbit/oak/spi/observation/ChangeSet.java | 12 +++--
.../oak/spi/mount/SimpleMountInfoProviderTest.java | 19 +++----
.../oak/plugins/migration/NodeStateCopier.java | 21 ++++----
.../token/TokenConfigurationImpl.java | 7 +--
.../composite/CompositeAccessControlManager.java | 50 +++++++++---------
.../authorization/restriction/CurrentPattern.java | 4 +-
.../authorization/restriction/ItemNamePattern.java | 4 +-
.../authorization/restriction/NodeTypePattern.java | 4 +-
.../authorization/restriction/PrefixPattern.java | 4 +-
.../security/user/RepMembersConflictHandler.java | 16 +++---
oak-doc-railroad-macro/pom.xml | 2 +-
oak-doc/pom.xml | 2 +-
.../security/authentication/externalloginmodule.md | 2 +-
.../security/authentication/token/default.md | 2 +-
oak-doc/src/site/markdown/security/user/default.md | 2 +-
.../authorization/models/simplifiedroles/Role.java | 10 ++--
.../ThreeRolesPermissionProvider.java | 6 +--
.../principal/CustomPrincipalProvider.java | 3 +-
.../lucene/directory/CopyOnReadDirectory.java | 4 +-
.../index/lucene/directory/OakDirectory.java | 3 +-
.../property/UniquenessConstraintValidator.java | 4 +-
.../property/SynchronousPropertyIndexTest.java | 4 +-
oak-parent/pom.xml | 2 +-
.../document/flatfile/PathElementComparator.java | 4 +-
.../oak/plugins/index/search/IndexDefinition.java | 5 +-
.../index/search/spi/query/FulltextIndex.java | 2 +-
.../oak/spi/security/ConfigurationParameters.java | 8 +--
.../authentication/AbstractLoginModule.java | 7 +--
.../spi/security/authentication/AuthInfoImpl.java | 4 +-
.../credentials/SimpleCredentialsSupport.java | 8 +--
.../security/authorization/accesscontrol/ACE.java | 3 +-
.../restriction/AbstractRestrictionProvider.java | 8 +--
.../privilege/ImmutablePrivilegeDefinition.java | 10 ++--
.../security/privilege/PrivilegeBitsProvider.java | 31 ++++++-----
.../oak/composite/CompositeNodeStore.java | 4 +-
.../oak/composite/CompositionContext.java | 7 ++-
.../checks/NodeTypeMountedNodeStoreChecker.java | 7 +--
.../oak/plugins/document/mongo/MongoStatus.java | 7 ++-
.../oak/upgrade/RepositorySidegrade.java | 19 +++----
.../jackrabbit/oak/upgrade/RepositoryUpgrade.java | 24 ++++-----
53 files changed, 239 insertions(+), 222 deletions(-)