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

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


 discard bc28e232d2 OAK-11809 : improved unit test coverage
 discard 0928533e43 OAK-11809 : replaced guava's bloom filter with apache 
commons-collections4 implementation
     add 7bee0172b4 Revert "OAK-11799 : updated azure-identity to 1.22.2 to fix 
a security issue …" (#2403)
     add 9123125e5a OAK-11784 instantiate the NamespaceHelper once (#2401)
     add 2c8c1c808d OAK-11819: Update commons-codec dependency to 1.19.0 (#2405)
     add 5e6cf38439 OAK-11818: Update Mockito dependency to 5.18.0 (#2404)
     add 437274b9ce OAK-11783: DocViewImport fails for content not using 
namespace prefixes (#2361)
     add 3687393fa6 OAK-11780 calculate documentPrefixMap only when required 
(#2358)
     add 4994014580 OAK-11820: Update commons-io dependency to 2.20.0 (#2406)
     add fff9207282 OAK-11822: Update commons-lang dependency to 1.14.0 (#2407)
     add c4d28c567d OAK-11299: Missing Segments With Oak Run Segment Copy 
(#1892)
     add ed15fba865 Fix a typo in builtin_nodetypes.cnd: @peop -> @prop (#2373)
     add f19e24291c OAK-11834 - Cleanups to reduce changeset in OAK-11814  
(#2411)
     add 00b103fb3c OAK-11801 : removed Guava's fluent iterable with Apache's 
(#2408)
     add a088bb541f OAK-11809 : replaced guava's bloom filter with apache 
commons-collections4 implementation
     add a3813df95a OAK-11809 : improved unit test coverage
     add c4b1d1349a OAK-11809 : reduced the time taken by test

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   (bc28e232d2)
            \
             N -- N -- N   refs/heads/OAK-11809 (c4b1d1349a)

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:
 .../blob/datastore/SharedDataStoreUtils.java       | 26 ++++--
 .../oak/spi/blob/split/BlobIdSetTest.java          |  4 +-
 .../jackrabbit/oak/plugins/index/ConfigHelper.java |  6 ++
 .../apache/jackrabbit/oak/builtin_nodetypes.cnd    |  2 +-
 .../jackrabbit/oak/query/AbstractQueryTest.java    | 19 ++---
 .../oak/plugins/nodetype/write/oak3725-1.cnd       |  2 +-
 .../oak/plugins/nodetype/write/oak3725-2.cnd       |  2 +-
 .../oak/plugins/nodetype/write/oak4567.cnd         |  2 +-
 .../jackrabbit/oak/jcr/xml/ImportHandler.java      |  4 +-
 .../oak/jcr/xml/TargetImportHandler.java           | 27 ++----
 .../apache/jackrabbit/oak/jcr/RepositoryTest.java  | 98 +++++++++++++++++++++-
 .../plugins/index/lucene/LucenePropertyIndex.java  |  9 +-
 .../index/lucene/util/LuceneIndexHelper.java       |  5 +-
 oak-parent/pom.xml                                 | 10 +--
 oak-run-commons/pom.xml                            |  4 +
 .../indexer/document/NodeStateEntryTraverser.java  |  7 +-
 .../document/mongo/MongoDocumentTraverser.java     |  4 +-
 oak-run/pom.xml                                    |  4 +
 .../oak/plugins/tika/BinaryResourceProvider.java   |  4 +-
 .../tika/CSVFileBinaryResourceProvider.java        |  4 +-
 .../oak/plugins/tika/CSVFileGenerator.java         |  2 +-
 .../tika/NodeStoreBinaryResourceProvider.java      |  9 +-
 .../oak/plugins/tika/BinaryStatsTest.java          |  2 +-
 .../tika/CSVFileBinaryResourceProviderTest.java    | 18 +++-
 .../tika/NodeStoreBinaryResourceProviderTest.java  |  3 +-
 .../oak/plugins/tika/TextPopulatorTest.java        | 10 +--
 .../index/elastic/ElasticIndexProviderService.java |  3 +-
 .../index/elastic/query/ElasticIndexProvider.java  |  3 +-
 .../ElasticReliabilitySyncIndexingTest.java        |  5 --
 .../security/privilege/PrivilegeBitsProvider.java  |  4 +-
 .../segment/aws/tool/AwsSegmentStoreMigrator.java  | 11 ++-
 .../oak/segment/azure/tool/SegmentCopy.java        |  2 +-
 .../segment/azure/tool/SegmentStoreMigrator.java   | 11 ++-
 .../oak/segment/remote/RemoteUtilities.java        | 15 ++++
 .../oak/segment/remote/package-info.java           |  2 +-
 .../oak/segment/remote/RemoteUtilitiesTest.java    | 35 ++++++--
 .../oak/composite/CompositeNodeBuilder.java        | 20 ++---
 .../oak/composite/CompositeNodeState.java          | 21 ++---
 38 files changed, 294 insertions(+), 125 deletions(-)

Reply via email to