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

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


    from e843f42096 Merge branch 'trunk' into OAK-11500
     add 6331a5a979 OAK-11508: [oak-search-elastic] is null / is not null 
queries should resolve the field name (#2101)
     add 4c7ec478c4 OAK-11252 Disabling flaky test (#2103)
     add 4984c929b0 OAK-11509 Incremental flat file store: reduce logging 
(#2102)
     add 07335f52a4 OAK-11504 Elasticsearch: support flattened fields - 
indentation changes only (#2104)
     add 14c29cabd8 OAK-11515 - Fix indentation and import order (#2106)
     add 8512acc1c5 OAK-11513 : added util method in oak-commons to replace 
Iterables.toArray (#2105)
     add 5fee417d9c OAK-11513 : removed usage of Guava's Iterables.toArray 
(#2107)
     add 9adc3b9a56 OAK-11466 Replace Fixed to Exponential retries in 
oak-segment-azure (#2067)
     add 81c09d1825  OAK-11397: add new API for expanded names/paths  (#2079)
     add 839c982efa OAK-11505 - Reduce object allocation in FullTextIndexEditor 
(#2098)
     add b11c1b3c2c OAK-11518 : added utils method to replace 
Iterables.partition (#2111)
     add ed44a7ec20 OAK-11519 : removed usage of Iterables.partition with 
oak-commons (IterableUtils) (#2112)
     add 2f16a088d9 OAK-11523 : added util method for replceing Guava's 
Iterables.filter … (#2114)
     add 92f3247c77 OAK-11526 - Reduce logging verbosity in IndexWriterPool 
when closing writers (#2118)
     new 952a1b8047 Merge branch 'trunk' into OAK-11500
     new 923ad2c84c OAK-11500: Remove usage of Guava io.Closeable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../principal/DynamicGroupValidatorProvider.java   |   3 +-
 .../principal/ExternalGroupPrincipalProvider.java  |   2 +-
 .../principal/ExternalUserValidatorProvider.java   |   3 +-
 .../impl/principal/AbstractPrincipalTest.java      |   2 +-
 .../ExternalIdentityRepositoryInitializerTest.java |   3 +-
 .../authorization/cug/impl/TopLevelPaths.java      |   3 +-
 .../impl/PrincipalBasedAccessControlManager.java   |   4 +-
 .../impl/PrincipalPolicyImporter.java              |   3 +-
 .../blob/AbstractSharedCachingDataStore.java       |   3 +-
 .../jackrabbit/oak/plugins/blob/FileCache.java     |   9 +-
 .../plugins/blob/MarkSweepGarbageCollector.java    |  25 +-
 .../plugins/blob/datastore/DataStoreBlobStore.java |  24 +-
 .../oak/plugins/blob/datastore/FSBackend.java      |  10 +-
 .../plugins/blob/datastore/OakFileDataStore.java   |  10 +-
 .../oak/plugins/blob/UploadStagingCacheTest.java   |  11 +-
 .../datastore/BlobIdTrackerClusterSharedTest.java  |   5 +-
 .../oak/commons/collections/IterableUtils.java     |  98 ++++
 .../oak/commons/collections/IterableUtilsTest.java | 215 ++++++++
 .../apache/jackrabbit/oak/namepath/NameMapper.java |  23 +-
 .../jackrabbit/oak/namepath/NamePathMapper.java    |  12 +
 .../apache/jackrabbit/oak/namepath/PathMapper.java |  16 +
 .../jackrabbit/oak/namepath/package-info.java      |   2 +-
 .../oak/namepath/impl/GlobalNameMapper.java        |  31 ++
 .../oak/namepath/impl/NamePathMapperImpl.java      |  23 +-
 .../oak/plugins/index/IndexUpdateProvider.java     |   8 +-
 .../index/progress/IndexingProgressReporter.java   |   2 +-
 .../oak/plugins/index/property/PropertyIndex.java  |   3 +-
 .../index/property/jmx/PropertyIndexStats.java     |   7 +-
 .../plugins/observation/filter/FilterBuilder.java  |   3 +-
 .../authorization/AuthorizationContext.java        |   2 +-
 .../oak/namepath/impl/GlobalNameMapperTest.java    |  31 +-
 .../oak/namepath/impl/NamePathMapperImplTest.java  |  21 +
 .../AccessControlManagerImplTest.java              |   3 +-
 .../oak/security/privilege/JcrAllTest.java         |   3 +-
 .../privilege/PrivilegeDefinitionWriterTest.java   |   3 +-
 .../oak/security/user/UserInitializerTest.java     |   7 +-
 .../oak/security/user/action/GroupActionTest.java  |   4 +-
 .../apache/jackrabbit/api/JackrabbitSession.java   |  20 +
 .../org/apache/jackrabbit/api/package-info.java    |   2 +-
 .../oak/jcr/observation/EventFactory.java          |   3 +-
 .../jackrabbit/oak/jcr/session/ItemImpl.java       |  57 +-
 .../jackrabbit/oak/jcr/session/SessionContext.java |  12 +
 .../jackrabbit/oak/jcr/session/SessionImpl.java    |  22 +
 .../oak/jcr/session/SessionNamespaces.java         |   6 +-
 .../oak/jcr/observation/ObservationTest.java       |   3 +-
 .../oak/jcr/session/JackrabbitSessionTest.java     |  25 +-
 .../oak/plugins/index/lucene/IndexCopier.java      |   6 +-
 .../oak/plugins/index/lucene/IndexTracker.java     |   3 +-
 .../plugins/index/lucene/LuceneIndexMBeanImpl.java |   7 +-
 .../lucene/directory/CopyOnWriteDirectory.java     |   3 +-
 .../index/lucene/util/IndexDefinitionBuilder.java  |   2 +-
 .../index/lucene/writer/IndexWriterPool.java       |   9 +-
 .../lucene/writer/PooledLuceneIndexWriter.java     |   3 +-
 .../oak/index/IndexImporterSupportBase.java        |  20 +-
 .../indexer/document/DocumentStoreIndexerBase.java |   1 -
 .../pipelined/PipelinedTreeStoreStrategy.java      |   7 -
 .../flatfile/pipelined/PipelinedTreeStoreTask.java |   6 +-
 .../incrementalstore/IncrementalStoreBuilder.java  |   9 +-
 .../MergeIncrementalTreeStore.java                 |  10 +-
 .../index/indexer/document/tree/Prefetcher.java    |   2 +-
 .../oak/index/indexer/document/tree/TreeStore.java |   6 +-
 .../indexer/document/tree/TreeStoreUtils.java      |   2 +-
 .../indexer/document/tree/store/FileStore.java     |   3 -
 .../indexer/document/tree/store/TreeSession.java   |   5 -
 .../index/elastic/ElasticIndexImporter.java        |   1 -
 .../index/elastic/ElasticPropertyDefinition.java   | 159 +++---
 .../index/elastic/query/ElasticRequestHandler.java |  99 ++--
 .../elastic/query/ElasticSuggestIterator.java      |   1 -
 .../query/async/facets/ElasticFacetProvider.java   |   1 -
 .../index/elastic/ElasticIndexQueryCommonTest.java |   8 +-
 .../oak/plugins/index/search/Aggregate.java        |   4 +-
 .../plugins/index/search/PropertyDefinition.java   |   4 +-
 .../index/search/spi/editor/DocumentMaker.java     |  25 +-
 .../search/spi/editor/FulltextDocumentMaker.java   |  25 +-
 .../search/spi/editor/FulltextIndexEditor.java     | 614 +++++++++++----------
 .../spi/editor/FulltextIndexEditorContext.java     | 484 ++++++++--------
 .../search/spi/editor/FulltextIndexWriter.java     |   4 +-
 .../spi/editor/FulltextIndexWriterFactory.java     |   7 +-
 .../search/spi/query/FulltextIndexTracker.java     |   3 +-
 .../oak/plugins/index/search/util/ConfigUtil.java  |   3 +-
 .../index/search/util/IndexDefinitionBuilder.java  |   2 +-
 .../oak/plugins/index/search/AggregateTest.java    |   4 +-
 .../segment/azure/util/AzureRequestOptions.java    |  66 ++-
 .../oak/plugins/document/DocumentNodeStore.java    |   9 +-
 .../document/DocumentNodeStoreMBeanImpl.java       |   8 +-
 .../oak/plugins/document/MissingBcSweeper2.java    |   4 +-
 .../oak/plugins/document/NodeDocumentSweeper.java  |   4 +-
 .../oak/plugins/document/RevisionVector.java       |  12 +-
 .../oak/plugins/document/UnsavedModifications.java |   3 +-
 .../document/bundlor/BundlingConfigHandler.java    |   3 +-
 .../plugins/document/rdb/RDBDocumentStoreJDBC.java |   3 +-
 .../oak/plugins/document/BranchCommitGCTest.java   |   1 +
 .../secondary/SecondaryStoreCacheTest.java         |   3 +-
 93 files changed, 1512 insertions(+), 943 deletions(-)

Reply via email to