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

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


    from 958e1ff69d OAK-10372: oak-search-elastic: similarity queries produce 
no relevant results (#1046)
     add 09e1ff4dd7 OAK-10347 : Adding small util class for exporting a tree as 
flat file (#1021)
     add e421f1adf6 OAK-10381: DocumentStoreIndexerIT failure resolved (#1052)
     add d6c402c944 OAK-10367: update org.apache.sling.testing.osgi-mock 
dependency (#1044)

No new revisions were added by this update.

Summary of changes:
 oak-auth-external/pom.xml                          |  17 +++-
 oak-auth-ldap/pom.xml                              |  27 ++++-
 oak-authorization-cug/pom.xml                      |  22 ++++-
 oak-authorization-principalbased/pom.xml           |  22 ++++-
 oak-benchmarks/pom.xml                             |  12 ++-
 oak-blob-cloud-azure/pom.xml                       |   5 -
 oak-blob-cloud/pom.xml                             |   2 +-
 oak-blob-plugins/pom.xml                           |  17 +++-
 oak-core-spi/pom.xml                               |  17 +++-
 oak-core/pom.xml                                   |  17 +++-
 oak-exercise/pom.xml                               |   2 +-
 oak-it/pom.xml                                     |  27 ++++-
 .../oak/segment/SegmentBlobGCRegistrationTest.java |  30 ++++--
 oak-jcr/pom.xml                                    |  23 ++++-
 oak-lucene/pom.xml                                 |  23 ++++-
 oak-parent/pom.xml                                 |  20 +++-
 .../document/flatfile/NodeStateEntryWriter.java    |  24 ++++-
 .../document/flatfile/SimpleFlatFileUtil.java      | 104 +++++++++++++++++++
 .../document/flatfile/SimpleFlatFileUtilTest.java  | 110 +++++++++++++++++++++
 .../oak/index/ElasticAbstractIndexCommandTest.java |   6 +-
 .../oak/index/LuceneAbstractIndexCommandTest.java  |   7 +-
 oak-search-elastic/pom.xml                         |  17 +++-
 oak-segment-azure/pom.xml                          |  17 +++-
 oak-segment-tar/pom.xml                            |  17 +++-
 .../SegmentBlobTrackerRegistrationTest.java        |  32 ++++--
 .../oak/segment/SegmentNodeStoreFactoryTest.java   |  20 +++-
 .../oak/segment/SegmentNodeStoreServiceTest.java   |  20 +++-
 oak-store-composite/pom.xml                        |  17 +++-
 .../oak/composite/it/CompositeTestSupport.java     |   3 +-
 oak-store-document/pom.xml                         |  12 ++-
 .../document/DocumentDiscoveryLiteServiceTest.java |   8 +-
 31 files changed, 635 insertions(+), 62 deletions(-)
 create mode 100644 
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/SimpleFlatFileUtil.java
 create mode 100644 
oak-run-commons/src/test/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/SimpleFlatFileUtilTest.java

Reply via email to