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

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


    from a3b127e6c6 OAK-11645: take over package versions for shaded guava
     add 911681517d OAK-11639: oak-run-commons: 
IncrementalFlatFileStoreStrategy uses com.google.common classes (instead of 
shaded ones) (#2210)
     add 1b8a602962 OAK-11638 Elastic: ignore standard token filter 
configurations (#2209)
     add 214fa1e9a0 OAK-11632: Release Oak 1.78.0 - adjust oak-doc* projects 
versions
     add 92637bda69 OAK-11642: oak-segment-tar uses unmaintained 
concurrentlinkedhashmap-lru (#2211)
     add 0690b81e51 OAK-11607 for ordered nodetypes read the child node names 
lazily (#2182)
     add bbf28a7f23 OAK-11625: Move 
o.a.j.o.plugins.bundlor.BundlingConfigInitializer to … (#2201)
     add b973c435c0 OAK-11645: take over package versions for shaded guava - 
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 +-
 .../IncrementalFlatFileStoreStrategy.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 +-
 30 files changed, 360 insertions(+), 93 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