You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2023/04/04 06:27:53 UTC

[jackrabbit-oak] branch OAK-10151 updated (cdd34dae89 -> f9a2915fcc)

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

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


    from cdd34dae89 Merge branch 'trunk' into OAK-10151
     add 1c28101ce6 OAK-10163 : add benchmark test cases to measure performance using query with projection
     add ba82ae23b3 Merge pull request #882 from rishabhdaim/OAK-10163
     add 41ba9eb566 OAK-10169 : improve output of test-assertions
     add e30a98fe81 OAK-10168: bump testcontainers version to 1.17.6 (#883)
     add 9161f530ee OAK-10175: Reduce currently supported Guava range to 15 - 19
     add f09c2d2aa8 OAK-10176: oak-shaded-guava: switch to latest Guava version
     add 4797545327 OAK-10177: adjust OSGi ITs and size limits for shaded guava inclusion (#887)
     add 521e56c329 OAK-10177: adjust OSGi ITs and size limits for shaded guava inclusion (#888)
     add d242f633c9 OAK-10162: Fix Version copier with preserveOnTarget to ignore divergeā€¦ (#880)
     add e97bfb0036 OAK-10170 : simplify usage of authorizableiterator (#885)
     add f9a2915fcc Merge branch 'trunk' into OAK-10151

No new revisions were added by this update.

Summary of changes:
 .../jackrabbit/oak/benchmark/BenchmarkRunner.java  |   1 +
 .../oak/benchmark/CompareManyChildNodesTest.java   | 118 +++++++++
 .../oak/plugins/migration/NodeStateCopier.java     |  70 +++++-
 .../plugins/migration/version/VersionCopier.java   |  88 ++++++-
 .../migration/version/VersionCopierTest.java       | 263 ++++++++++++++++++++-
 .../version/ReadWriteVersionManagerUtil.java       |  44 ++++
 oak-it-osgi/test-bundles.xml                       |   1 +
 oak-parent/pom.xml                                 |   8 +-
 oak-run-elastic/pom.xml                            |   3 +-
 oak-shaded-guava/pom.xml                           |   4 +-
 .../oak/composite/it/CompositeTestSupport.java     |   1 +
 11 files changed, 582 insertions(+), 19 deletions(-)
 create mode 100644 oak-benchmarks/src/main/java/org/apache/jackrabbit/oak/benchmark/CompareManyChildNodesTest.java
 create mode 100644 oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/version/ReadWriteVersionManagerUtil.java