This is an automated email from the ASF dual-hosted git repository. kwin pushed a change to branch feature/plugin-updates in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
omit 4f018477e6 revert rename of profile "release" omit 704978140c Add prerequisite checks for PaxExam ITs omit cbc36f64bc OAK-9800 update Maven plugins to most recent version add fe6990be06 OAK-9802: improved ElasticIndexWriterDisabledTest (#630) add 41591b1dfe OAK-9848: bump testcontainers dependency to v1.17.3 (#631) add 7273f7a790 OAK-9847 - Offline compaction cleanup failures for migrated AzureSegmentStores with missing graph files (#632) add 404292b87c OAK-9844: Fix invalid nullness annotations on primitives (#628) add c981a2a9b3 OAK-9850: ConcurrentPrefetchAndUpdateIT.cacheConsistency fails occasionally add 3166f8bc7e increase maven Xmx from 1 to 1.5 GB (#633) add 03b95f8005 OAK-9853: Generating site is broken add 6c8cbd3afb OAK-9800 update Maven plugins to most recent version add ed74e14284 Add prerequisite checks for PaxExam ITs add ac7442539a revert rename of profile "release" 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 (4f018477e6) \ N -- N -- N refs/heads/feature/plugin-updates (ac7442539a) 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: Jenkinsfile | 4 +- .../authentication/external/defaultusersync.md | 2 +- oak-parent/pom.xml | 2 +- .../index/elastic/ElasticWriterDisabledTest.java | 215 --------------------- .../index/ElasticIndexWriterDisabledTest.java | 115 +++++++++++ .../oak/segment/ImmutableRecordNumbers.java | 8 +- .../org/apache/jackrabbit/oak/segment/Segment.java | 2 +- .../oak/segment/file/DefaultCleanupStrategy.java | 3 +- .../document/ConcurrentPrefetchAndUpdateIT.java | 2 + 9 files changed, 127 insertions(+), 226 deletions(-) delete mode 100644 oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticWriterDisabledTest.java create mode 100644 oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticIndexWriterDisabledTest.java