This is an automated email from the ASF dual-hosted git repository.

baedke pushed a change to branch OAK-11468
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 2d7b41ac2d OAK-11468: RDBDataSourceFactory unnecessarily loads the 
JDBC driver class explicitly.
     add 774974682a OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2 
(#2061)
     add 91f7490b95 Revert "OAK-8413 Use the new Azure SDK in the Azure Segment 
Store (#1748)"
     add bc2527e813 Revert "OAK-11459 - Code cleanups on indexing related 
packages (#2056)"
     add 9f340753e4 Revert "OAK-11456: oak-solr-osgi embeds vulnerable 
Zookeeper 3.9.2 (#2061)"
     add e4d2999647 Revert "OAK-11436: oak-segment-aws: the special baseline 
configuration may be removed from the pom. (#2043)"
     add ed65aa89fe Revert "OAK-11457 Tree store sometimes contains bundled 
properties (#2053)"
     add 00f4302aad Revert "OAK-11454 Explain query output: fix 
synchronousPropertyCondition (#2052)"
     add 637c5e7462 Revert "OAK-11435: oak-search: the special baseline 
configuration may be removed from the pom. (#2044)"
     add 43c3e0baf5 Revert "[maven-release-plugin] prepare for next development 
iteration"
     add 0720a3146c Revert "[maven-release-plugin] prepare release 
jackrabbit-oak-1.76.0"
     add fe4ecc6402 OAK-11470: Undo changes to remove usage of Guava 
ImmutableSet (#2066)
     add b0e56ac862 OAK-11470: Undo changes to remove usage of Guava 
ImmutableSet - restore changes in test classes
     add 4569192d41 OAK-11455: Release Oak 1.76.0 - Candidate Release Notes
     add 2180630cdc OAK-11455: Release Oak 1.76.0 - Candidate Release Notes
     add dcf446daf7 [maven-release-plugin] prepare release jackrabbit-oak-1.76.0
     add 9dbf2eef1a [maven-release-plugin] prepare for next development 
iteration
     add 6cf661c7b4 OAK-11469 - Speedup resolution of mount paths by 
SimpleMountInfoProvider (#2065)
     add b6a8bdc8a1 OAK-11460 Allow configuring the 
index.mapping.total_fields.limit (#2058)
     add be7b885f1b OAK-11461 : DocumentNodeStoreService -  disable discovery  
(#2057)
     add 5f1f4e0039 OAK-11472 - Better error message when Tika configuration is 
missing. (#2068)
     add efb03f4fd7 OAK-11455: Release Oak 1.76.0 - POM cleanup
     add 92a9bb3f6c OAK-11435: oak-search: the special baseline configuration 
may be removed from the pom. (#2044)
     add e1da596ba5 OAK-11454 Explain query output: fix 
synchronousPropertyCondition (#2052)
     add ef0fafda3b OAK-11457 Tree store sometimes contains bundled properties 
(#2053)
     add 05e9ee83a9 OAK-11436: oak-segment-aws: the special baseline 
configuration may be removed from the pom. (#2043)
     add 2959c14d04 OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2 
(#2061)
     add a3fae39e26 OAK-11459 - Code cleanups on indexing related packages 
(#2056)
     add bb28ca0d7a OAK-8413 Use the new Azure SDK in the Azure Segment Store 
(#1748)
     add bbe75fdee3 OAK-11462: Remove usage of Guava Files.write() (#2059)
     add e1b0d8d11d OAK-11481: Remove (once more) usage of Guava 
Files.createTempDir() (#2074)
     add c80b71b429 OAK-11482: Remove usage of Guava Files.newReader (#2075)
     add 6a5913f588 OAK-11475: fix param conversion for WordDelimiterFilter 
(#2070)
     add 8e07fa16c4 OAK-11488 Flaky test 
org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollectorIT. 
testDeletedPropsAndUnmergedBCWithCollisionWithDryRunMode (#2083)
     add 11c9a49474 OAK-11489 Flaky test 
BranchCommitGCTest.unmergedAddsThenMergedAddThenUnmergedRemovesChildren (#2084)

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 +-
 .../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 ++--
 .../index/datastore/DataStoreTextWriter.java       |   2 +-
 .../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 +--
 .../plugins/index/importer/IndexImporterTest.java  |  11 +-
 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 +-
 oak-parent/pom.xml                                 |   2 +-
 .../document/flatfile/PathElementComparator.java   |   4 +-
 .../explorer/AzureSegmentStoreExplorerBackend.java |   4 +-
 .../jackrabbit/oak/index/merge/IndexDiff.java      |   2 +-
 .../jackrabbit/oak/run/FileStoreDiffCommand.java   |   6 +-
 .../org/apache/jackrabbit/oak/index/ReindexIT.java |   5 +-
 .../tika/CSVFileBinaryResourceProviderTest.java    |   5 +-
 .../oak/plugins/tika/TikaHelperTest.java           |   6 +-
 .../index/elastic/ElasticIndexDefinition.java      |   7 ++
 .../index/ElasticCustomAnalyzerMappings.java       |  10 +-
 .../index/elastic/index/ElasticIndexHelper.java    |   3 +-
 .../elastic/index/ElasticIndexHelperTest.java      |  15 +++
 .../oak/plugins/index/search/IndexDefinition.java  |  14 ++-
 .../plugins/index/FullTextAnalyzerCommonTest.java  | 124 +++++++++++++++++----
 .../plugins/index/search/IndexDefinitionTest.java  |  20 ++++
 .../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-solr-osgi/pom.xml                              |   2 +-
 .../oak/composite/CompositeNodeStore.java          |   4 +-
 .../oak/composite/CompositionContext.java          |   7 +-
 .../checks/NodeTypeMountedNodeStoreChecker.java    |   7 +-
 .../oak/plugins/document/Configuration.java        |   5 +
 .../plugins/document/DocumentNodeStoreService.java |   2 +
 .../oak/plugins/document/mongo/MongoStatus.java    |   7 +-
 .../oak/plugins/document/BranchCommitGCTest.java   |   1 +
 .../DocumentNodeStoreServiceConfigurationTest.java |  23 ++++
 .../document/DocumentNodeStoreServiceTest.java     |  23 ++++
 .../document/VersionGarbageCollectorIT.java        |   1 +
 .../oak/upgrade/RepositorySidegrade.java           |  19 ++--
 .../jackrabbit/oak/upgrade/RepositoryUpgrade.java  |  24 ++--
 .../oak/upgrade/blob/LengthCachingDataStore.java   |   9 +-
 .../upgrade/blob/LengthCachingDataStoreTest.java   |   7 +-
 73 files changed, 477 insertions(+), 274 deletions(-)

Reply via email to