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 da...@apache.org on 2023/06/26 14:27:17 UTC

[jackrabbit-oak] branch DetailedGC/OAK-10199 updated (601352d820 -> 0b6d60bfc3)

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 601352d820 OAK-10304: log registration of invalid namespace names (#1000)
     add 60cb9728ba OAK-5782: Test failure: persistentCache.BroadcastTest.broadcastTCP
     add 16edc2c0b7 Merge pull request #997 from mreutegg/OAK-5782
     add a149bfc42f OAK-10316: Importer exceptions always should mention path (#1001)
     add 6f8cf0c7cf OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on)
     add 8c970c0f24 OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on)
     add 330f5cc0fe OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on)
     add 99a28f8e2b OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on)
     add 47ead8c04d OAK-10326: temporarily set baseline version explicitly (and remove before release of 1.54.0)
     add 05030fcba4 OAK-10307: re-add guava to several subprojects to re-enable isolated compilation (will be removed later on)
     add 03904787bc OAK-10324: IN queries on boolean fields should not fail when one of the values cannot be parsed (#1002)
     add 495f96a098 OAK-10313: Counter for DocumentStore check
     add 0b6d60bfc3 Merge pull request #996 from mreutegg/OAK-10315

No new revisions were added by this update.

Summary of changes:
 oak-auth-external/pom.xml                          |  7 ++
 oak-authorization-cug/pom.xml                      |  7 ++
 oak-authorization-principalbased/pom.xml           |  7 ++
 oak-jcr/pom.xml                                    |  7 ++
 .../jackrabbit/oak/jcr/xml/ImporterImpl.java       |  4 +-
 oak-lucene/pom.xml                                 |  7 ++
 oak-parent/pom.xml                                 |  2 +
 .../plugins/document/check/DocumentStoreCheck.java | 16 ++++-
 .../oak/plugins/document/check/NodeCounter.java    | 77 ++++++++++++++++++++++
 .../oak/run/DocumentStoreCheckCommand.java         |  9 +++
 .../index/elastic/query/ElasticRequestHandler.java | 50 +++++++-------
 oak-search/pom.xml                                 |  6 +-
 .../oak/plugins/index/PropertyIndexCommonTest.java | 24 +++++++
 oak-segment-tar/pom.xml                            |  7 ++
 oak-store-document/pom.xml                         |  7 ++
 .../document/persistentCache/BroadcastTest.java    |  1 +
 oak-store-spi/pom.xml                              |  5 ++
 17 files changed, 213 insertions(+), 30 deletions(-)
 create mode 100644 oak-run/src/main/java/org/apache/jackrabbit/oak/plugins/document/check/NodeCounter.java