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

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


    omit 1582462ae6 OAK-11634 : changed log level to info
    omit 445d149ad2 OAK-11634 : avoid reset operation if full gc is not enabled
    omit 1a036474ef OAK-11634 : provided support for generations in FullGC
     add 3bb0ea47d4 OAK-11622: Clock improvements - add test code for nanoTime()
     add d59d475881 OAK-11639: oak-run-commons: 
IncrementalFlatFileStoreStrategy uses com.google.common classes (instead of 
shaded ones) (#2210)
     add 5a5af3c775 OAK-11638 Elastic: ignore standard token filter 
configurations (#2209)
     add 1ae6bd34be OAK-11632: Release Oak 1.78.0 - adjust oak-doc* projects 
versions
     add f5e8f8b8b7 OAK-11642: oak-segment-tar uses unmaintained 
concurrentlinkedhashmap-lru (#2211)
     add 840eb75257 OAK-11607 for ordered nodetypes read the child node names 
lazily (#2182)
     add 9d7f223709 OAK-11625: Move 
o.a.j.o.plugins.bundlor.BundlingConfigInitializer to … (#2201)
     add df1135dd09 OAK-11625: Move 
o.a.j.o.plugins.bundlor.BundlingConfigInitializer - file permissions
     add 3216a1d85c OAK-11640 : removed usage of ImmutableSet.builder (#2212)
     add a1b8e60bf8 OAK-11643: Update (shaded) Guava to 33.4.6 (#2214)
     add 6d65177aad OAK-11646 : removed usage of ImmutableSet.of and its 
related unused imports (#2217)
     add dd791eaa6c  OAK-11260: Create replacement for Guava Stopwatch  (#2218)
     add 33c11454f8 OAK-11618: Remove usage of Guava Stopwatch (#2220)
     add d11b929222 OAK-11224: remove guava dependencies from POMs  - 
segment-remote, segment-aws, exercise (#2221)
     add 0d49c49e1e OAK-11652: Remove usage of Guava Iterators.forArray (#2222)
     add 0bfdde4813 OAK-11545 - Use a single long-lived bulk processor for 
Elastic reindexing (#2183)
     add 7e11ea18bf OAK-11634 : provided support for generations in FullGC
     add ba11f61846 OAK-11634 : avoid reset operation if full gc is not enabled
     add 774f5cc155 OAK-11634 : changed log level to info

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   (1582462ae6)
            \
             N -- N -- N   refs/heads/OAK-11634 (774f5cc155)

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/basic/DefaultSyncConfig.java          |  10 +-
 .../external/impl/ExternalLoginModule.java         |   2 +-
 .../impl/principal/AutoMembershipPrincipals.java   |   1 -
 .../ExternalAuthorizableActionProvider.java        |   1 -
 .../principal/ExternalGroupPrincipalProvider.java  |   1 -
 .../impl/principal/ProtectionConfigImpl.java       |   1 -
 .../cug/impl/CugAccessControlManager.java          |   5 +-
 .../authorization/cug/impl/CugExcludeImpl.java     |   1 -
 .../suites/ScalabilityBlobSearchSuite.java         |   2 +-
 .../scalability/suites/ScalabilityNodeSuite.java   |   3 +-
 .../oak/benchmark/ContinuousRevisionGCTest.java    |   3 +-
 .../jackrabbit/oak/benchmark/RevisionGCTest.java   |   3 +-
 .../authorization/AbstractHasItemGetItemTest.java  |   1 -
 .../standby/StandbyBulkTransferBenchmark.java      |   2 +-
 .../suites/ScalabilityAbstractSuite.java           |   2 +-
 .../blob/AbstractSharedCachingDataStore.java       |   2 +-
 .../jackrabbit/oak/plugins/blob/FileCache.java     |   2 +-
 .../plugins/blob/MarkSweepGarbageCollector.java    |   2 +-
 .../oak/plugins/blob/datastore/BlobIdTracker.java  |   2 +-
 oak-commons/pom.xml                                |   3 +-
 .../jackrabbit/oak/commons/time/Stopwatch.java     | 164 ++++++
 .../commons/{conditions => time}/package-info.java |   4 +-
 .../commons/{StopWatch.java => TestStopWatch.java} |   2 +-
 .../oak/commons/json/JsopStreamTest.java           |   4 +-
 .../jackrabbit/oak/commons/json/JsopTest.java      |   4 +-
 .../jackrabbit/oak/commons/time/StopwatchTest.java |  90 +++
 .../apache/jackrabbit/oak/spi/mount/MountInfo.java |   1 -
 .../jackrabbit/oak/spi/observation/ChangeSet.java  |   2 -
 .../org/apache/jackrabbit/oak/stats/ClockTest.java |  36 +-
 .../oak/plugins/index/AsyncIndexUpdate.java        |   2 +-
 .../oak/plugins/index/AsyncIndexerService.java     |   8 +-
 .../oak/plugins/index/FormattingUtils.java         |   2 +-
 .../oak/plugins/index/MetricsFormatter.java        |   2 +-
 .../plugins/index/TrackingCorruptIndexHandler.java |  10 +-
 .../oak/plugins/index/importer/IndexImporter.java  |   2 +-
 .../index/progress/IndexingProgressReporter.java   |   3 +-
 .../index/progress/SimpleRateEstimator.java        |   4 +-
 .../plugins/index/property/RecursiveDelete.java    |   2 +-
 .../oak/plugins/tree/impl/AbstractTree.java        |  18 +-
 .../tree/impl/OrderedChildnameIterator.java        | 125 +++++
 .../token/TokenConfigurationImpl.java              |   1 -
 .../composite/CompositeAccessControlManager.java   |  10 +-
 .../authorization/restriction/CurrentPattern.java  |   1 -
 .../authorization/restriction/ItemNamePattern.java |   1 -
 .../authorization/restriction/NodeTypePattern.java |   1 -
 .../authorization/restriction/PrefixPattern.java   |   1 -
 .../oak/security/user/AuthorizableImpl.java        |   2 +-
 .../jackrabbit/oak/security/user/GroupImpl.java    |   2 +-
 .../security/user/RepMembersConflictHandler.java   |   1 -
 .../jackrabbit/oak/security/user/UserImporter.java |   2 +-
 .../oak/plugins/index/FormattingUtilsTest.java     |  10 +-
 .../filter/ChangeSetFilterImplTest.java            |   2 +-
 .../tree/impl/OrderedChildnameIterableTest.java    | 147 +++++
 .../evaluation/ChildOrderPropertyTest.java         |  10 +-
 .../oak/security/principal/EveryoneFilterTest.java |  16 +-
 .../oak/security/user/DuplicateMembershipTest.java |   7 +-
 .../user/InheritedMembersIteratorTest.java         |   3 +-
 oak-doc-railroad-macro/pom.xml                     |   2 +-
 oak-doc/pom.xml                                    |   2 +-
 .../security/authentication/externalloginmodule.md |   2 +-
 .../security/authentication/token/default.md       |   2 +-
 oak-exercise/pom.xml                               |   6 -
 .../authorization/models/simplifiedroles/Role.java |  10 +-
 .../ThreeRolesPermissionProvider.java              |   1 -
 .../principal/CustomPrincipalProvider.java         |   1 -
 .../jackrabbit/oak/jcr/AbstractRepositoryTest.java |   2 +-
 .../jackrabbit/oak/jcr/BaseRepositoryStub.java     |   2 +-
 .../oak/jcr/OakSegmentTarRepositoryStub.java       |   2 +-
 .../plugins/index/lucene/LuceneIndexMBeanImpl.java |   2 +-
 .../lucene/directory/CopyOnReadDirectory.java      |   1 -
 .../lucene/directory/IndexConsistencyChecker.java  |   2 +-
 .../index/lucene/directory/OakDirectory.java       |   1 -
 .../lucene/property/PropertyIndexCleaner.java      |   3 +-
 .../property/UniquenessConstraintValidator.java    |   1 -
 .../StatisticalSortedSetDocValuesFacetCounts.java  |   2 +-
 .../java/org/apache/lucene/index/IndexWriter.java  |   2 +-
 .../oak/composite/blueGreen/Persistence.java       |   2 +-
 .../directory/ActiveDeletedBlobCollectorTest.java  |   2 +-
 .../index/lucene/hybrid/DocumentQueueTest.java     |   2 +-
 .../jackrabbit/oak/index/OutOfBandIndexerBase.java |   2 +-
 .../index/indexer/document/CompositeIndexer.java   |  18 +-
 .../indexer/document/DocumentStoreIndexerBase.java |  56 +-
 .../document/flatfile/NodeStateEntrySorter.java    |   3 +-
 .../document/flatfile/PathElementComparator.java   |   1 -
 .../document/flatfile/StoreAndSortStrategy.java    |   2 +-
 .../flatfile/TraverseWithSortStrategy.java         |   2 +-
 .../flatfile/pipelined/PipelinedMergeSortTask.java |   2 +-
 .../pipelined/PipelinedMongoDownloadTask.java      |   2 +-
 .../flatfile/pipelined/PipelinedSortBatchTask.java |   2 +-
 .../flatfile/pipelined/PipelinedStrategy.java      |   2 +-
 .../flatfile/pipelined/PipelinedTransformTask.java |   2 +-
 .../pipelined/PipelinedTreeStoreStrategy.java      |   2 +-
 .../flatfile/pipelined/PipelinedTreeStoreTask.java |   2 +-
 .../document/flatfile/pipelined/ThreadMonitor.java |   2 +-
 .../IncrementalFlatFileStoreStrategy.java          |   2 +-
 .../plugins/document/DocumentNodeStoreHelper.java  |   2 +-
 .../PipelinedMongoConnectionFailureIT.java         |   2 +-
 .../jackrabbit/oak/index/ElasticIndexCommand.java  |   3 +-
 .../indexer/document/ElasticIndexerProvider.java   |  18 +-
 .../index/indexer/document/ElasticIndexerTest.java |   6 +-
 .../oak/exporter/NodeStateExportCommand.java       |   2 +-
 .../apache/jackrabbit/oak/index/IndexCommand.java  |   2 +-
 .../oak/index/IndexConsistencyCheckPrinter.java    |   2 +-
 .../jackrabbit/oak/plugins/document/check/ETA.java |   2 +-
 .../oak/plugins/document/check/Summary.java        |   3 +-
 .../jackrabbit/oak/plugins/tika/TextPopulator.java |   4 +-
 .../jackrabbit/oak/run/DataStoreCheckCommand.java  |  11 +-
 .../jackrabbit/oak/run/DataStoreCommand.java       |   5 +-
 .../oak/index/DocumentStoreIndexerIT.java          |   2 +-
 .../index/elastic/ElasticIndexDefinition.java      |  23 -
 .../index/elastic/ElasticIndexProviderService.java |  15 +-
 .../elastic/index/ElasticBulkProcessorHandler.java | 612 +++++++++++++--------
 .../index/elastic/index/ElasticCustomAnalyzer.java |  12 +-
 .../elastic/index/ElasticIndexEditorProvider.java  |  20 +-
 .../index/elastic/index/ElasticIndexWriter.java    |  16 +-
 .../elastic/index/ElasticIndexWriterFactory.java   |   6 +-
 .../index/elastic/ElasticAbstractQueryTest.java    |   3 +-
 .../plugins/index/elastic/ElasticFacetTest.java    |   3 +-
 .../elastic/ElasticIndexAggregationNtFileTest.java |  12 +-
 .../elastic/ElasticIndexSuggestionCommonTest.java  |   3 +-
 .../elastic/ElasticPropertyIndexFailuresTest.java  |  81 +++
 .../index/elastic/ElasticPropertyIndexTest.java    |  66 +--
 .../elastic/ElasticRegexPropertyIndexTest.java     |   7 +-
 .../plugins/index/elastic/ElasticReindexTest.java  |   2 +-
 .../index/ElasticBulkProcessorHandlerTest.java     | 102 +++-
 .../elastic/index/ElasticIndexWriterTest.java      |  23 +-
 .../oak/plugins/index/search/BadIndexTracker.java  |  17 +-
 .../plugins/index/FullTextAnalyzerCommonTest.java  |  30 +
 .../oak/spi/security/ConfigurationParameters.java  |   1 -
 .../authentication/AbstractLoginModule.java        |  11 +-
 .../spi/security/authentication/AuthInfoImpl.java  |   1 -
 .../credentials/SimpleCredentialsSupport.java      |   1 -
 .../security/authorization/accesscontrol/ACE.java  |   1 -
 .../restriction/AbstractRestrictionProvider.java   |   1 -
 .../privilege/ImmutablePrivilegeDefinition.java    |  10 +-
 .../security/privilege/PrivilegeBitsProvider.java  |  12 +-
 oak-segment-aws/pom.xml                            |   6 -
 .../oak/segment/aws/AwsSegmentArchiveWriter.java   |   3 +-
 .../oak/segment/aws/tool/AwsCompact.java           |   2 +-
 .../oak/segment/aws/tool/AwsSegmentCopy.java       |   3 +-
 .../oak/segment/aws/tool/AwsToolUtils.java         |   4 +-
 .../azure/AzureHttpRequestLoggingPolicy.java       |   2 +-
 .../segment/azure/AzureSegmentArchiveWriter.java   |   2 +-
 .../oak/segment/azure/tool/AzureCompact.java       |   2 +-
 .../oak/segment/azure/tool/SegmentCopy.java        |   3 +-
 .../oak/segment/azure/tool/ToolUtils.java          |   2 +-
 .../azure/v8/AzureSegmentArchiveWriterV8.java      |   2 +-
 .../AzureHttpRequestLoggingTestingPolicy.java      |   2 +-
 .../segment/azure/v8/AzureSegmentStoreV8Test.java  |  12 +-
 oak-segment-remote/pom.xml                         |   5 -
 .../remote/AbstractRemoteSegmentArchiveReader.java |   3 +-
 .../persistentcache/PersistentDiskCache.java       |   3 +-
 .../persistentcache/PersistentRedisCache.java      |   2 +-
 oak-segment-tar/pom.xml                            |  13 -
 .../oak/backup/impl/FileStoreBackupImpl.java       |   2 +-
 .../oak/backup/impl/FileStoreRestoreImpl.java      |   2 +-
 .../jackrabbit/oak/segment/CommitsTracker.java     |  12 +-
 .../oak/segment/SegmentNodeStoreStats.java         |   8 +-
 .../oak/segment/file/PrintableStopwatch.java       |   4 +-
 .../oak/segment/file/tar/SegmentTarReader.java     |   3 +-
 .../oak/segment/file/tar/SegmentTarWriter.java     |   3 +-
 .../persistentcache/AbstractPersistentCache.java   |   3 +-
 .../standby/client/StandbyClientSyncExecution.java |   3 +-
 .../jackrabbit/oak/segment/tool/Compact.java       |   2 +-
 .../jackrabbit/oak/segment/CommitsTrackerTest.java |   6 +-
 .../apache/jackrabbit/oak/segment/RecordTest.java  |   2 +-
 .../oak/segment/SegmentDataStoreBlobGCIT.java      |   2 +-
 oak-shaded-guava/pom.xml                           |  29 +-
 .../oak/composite/CompositeNodeStore.java          |   1 -
 .../oak/composite/CompositionContext.java          |   7 +-
 .../checks/NodeTypeMountedNodeStoreChecker.java    |   2 -
 oak-store-document/pom.xml                         |   3 +-
 .../oak/plugins/document/ClusterNodeInfo.java      |   3 +-
 .../oak/plugins/document/DocumentNodeStore.java    |   2 +-
 .../oak/plugins/document/JournalDiffLoader.java    |   3 +-
 .../plugins/document/JournalGarbageCollector.java  |   3 +-
 .../oak/plugins/document/UnsavedModifications.java |   3 +-
 .../plugins/document/VersionGarbageCollector.java  |   2 +-
 .../bundlor/BundlingConfigInitializer.java         |  30 +-
 .../BundlingConfigInitializer.java                 |   3 +-
 .../oak/plugins/document/init}/package-info.java   |   4 +-
 .../plugins/document/mongo/MongoDocumentStore.java |   2 +-
 .../oak/plugins/document/mongo/MongoStatus.java    |   7 +-
 .../oak/plugins/document/rdb/RDBDocumentStore.java |   2 +-
 .../document/secondary/SecondaryStoreObserver.java |   2 +-
 .../oak/plugins/document/CommitDiffTest.java       |   2 +-
 .../plugins/document/DocumentMKCommitAddTest.java  |   2 +-
 .../LastRevRecoveryWithBundledNodesTest.java       |   2 +-
 .../oak/plugins/document/MongoBlobGCTest.java      |   2 +-
 .../oak/plugins/document/VersionGCStatsTest.java   |   2 +-
 .../document/VersionGarbageCollectorIT.java        |   2 +-
 .../bundlor/BundledDocumentDifferTest.java         |   1 +
 .../bundlor/BundlingConfigInitializerTest.java     |   1 +
 .../document/bundlor/DocumentBundlingTest.java     |   1 +
 .../document/mongo/ReplicaSetResilienceIT.java     |   2 +-
 .../document/prefetch/CacheWarmingTest.java        |   2 +-
 .../secondary/SecondaryStoreCacheTest.java         |   2 +-
 .../oak/upgrade/RepositorySidegrade.java           |   7 +-
 .../jackrabbit/oak/upgrade/RepositoryUpgrade.java  |   2 +-
 199 files changed, 1547 insertions(+), 774 deletions(-)
 create mode 100644 
oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/time/Stopwatch.java
 copy oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/{conditions 
=> time}/package-info.java (90%)
 rename 
oak-commons/src/test/java/org/apache/jackrabbit/oak/commons/{StopWatch.java => 
TestStopWatch.java} (98%)
 create mode 100644 
oak-commons/src/test/java/org/apache/jackrabbit/oak/commons/time/StopwatchTest.java
 create mode 100644 
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/impl/OrderedChildnameIterator.java
 create mode 100644 
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/tree/impl/OrderedChildnameIterableTest.java
 create mode 100644 
oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticPropertyIndexFailuresTest.java
 copy 
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/{bundlor
 => init}/BundlingConfigInitializer.java (94%)
 copy 
{oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/token 
=> 
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/init}/package-info.java
 (88%)

Reply via email to