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

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


    from b0bb8cc7a1 OAK-11643: Update (shaded) Guava to 33.4.6
     add 0fbd5bb1c3 OAK-11638 Elastic: ignore standard token filter 
configurations (#2209)
     add 9d0002dbe8 OAK-11632: Release Oak 1.78.0 - adjust oak-doc* projects 
versions
     add 3360a6165f OAK-11642: oak-segment-tar uses unmaintained 
concurrentlinkedhashmap-lru (#2211)
     add b5ba790f63 OAK-11607 for ordered nodetypes read the child node names 
lazily (#2182)
     add de7e67f575 OAK-11625: Move 
o.a.j.o.plugins.bundlor.BundlingConfigInitializer to … (#2201)
     add ef6bd937d9 OAK-11643: Update (shaded) Guava to 33.4.6 - cleanup pom

No new revisions were added by this update.

Summary of changes:
 .../oak/plugins/tree/impl/AbstractTree.java        |  18 +--
 .../tree/impl/OrderedChildnameIterator.java        | 125 ++++++++++++++++++
 .../tree/impl/OrderedChildnameIterableTest.java    | 147 +++++++++++++++++++++
 .../evaluation/ChildOrderPropertyTest.java         |  10 +-
 oak-doc-railroad-macro/pom.xml                     |   2 +-
 oak-doc/pom.xml                                    |   2 +-
 .../jackrabbit/oak/jcr/AbstractRepositoryTest.java |   2 +-
 .../jackrabbit/oak/jcr/BaseRepositoryStub.java     |   2 +-
 .../oak/jcr/OakSegmentTarRepositoryStub.java       |   2 +-
 .../oak/composite/blueGreen/Persistence.java       |   2 +-
 .../oak/index/DocumentStoreIndexerIT.java          |   2 +-
 .../index/elastic/index/ElasticCustomAnalyzer.java |  12 +-
 .../plugins/index/FullTextAnalyzerCommonTest.java  |  30 +++++
 oak-segment-tar/pom.xml                            |  13 --
 .../jackrabbit/oak/segment/CommitsTracker.java     |  12 +-
 .../oak/segment/SegmentNodeStoreStats.java         |   8 +-
 .../jackrabbit/oak/segment/CommitsTrackerTest.java |   6 +-
 oak-shaded-guava/pom.xml                           |   5 -
 oak-store-document/pom.xml                         |   3 +-
 .../bundlor/BundlingConfigInitializer.java         |  30 +----
 .../BundlingConfigInitializer.java                 |   3 +-
 .../oak/plugins/document/init}/package-info.java   |   4 +-
 .../oak/plugins/document/CommitDiffTest.java       |   2 +-
 .../LastRevRecoveryWithBundledNodesTest.java       |   2 +-
 .../document/VersionGarbageCollectorIT.java        |   2 +-
 .../bundlor/BundledDocumentDifferTest.java         |   1 +
 .../bundlor/BundlingConfigInitializerTest.java     |   1 +
 .../document/bundlor/DocumentBundlingTest.java     |   1 +
 .../secondary/SecondaryStoreCacheTest.java         |   2 +-
 29 files changed, 359 insertions(+), 92 deletions(-)
 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
 mode change 100644 => 100755 
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/bundlor/BundlingConfigInitializer.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%)
 mode change 100644 => 100755

Reply via email to