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 kw...@apache.org on 2022/07/18 13:42:52 UTC

[jackrabbit-oak] branch feature/plugin-updates updated (c2c5deab02 -> 4f018477e6)

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 c2c5deab02 revert rename of profile "release"
    omit 14a92dd90e Add prerequisite checks for PaxExam ITs
    omit 3a893291f7 OAK-9800 update Maven plugins to most recent version
     add 8e290acb18 OAK-9843: secure facet query fails when the hits does not include data from some faceted field (#627)
     add 8f9b99371e OAK-9840: Revert to static reference binding for MountInfoConfigs
     add cbc36f64bc OAK-9800 update Maven plugins to most recent version
     add 704978140c Add prerequisite checks for PaxExam ITs
     add 4f018477e6 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   (c2c5deab02)
            \
             N -- N -- N   refs/heads/feature/plugin-updates (4f018477e6)

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:
 ...tCommonTest.java => LuceneFacetCommonTest.java} |  16 +-
 .../facets/ElasticSecureFacetAsyncProvider.java    |   7 +-
 .../plugins/index/elastic/ElasticFacetTest.java    | 383 +--------------------
 .../elastic/ElasticSecureFacetCommonTest.java      |  45 ---
 .../src/test/resources/elasticsearch.yml           |   3 +-
 ...reFacetCommonTest.java => FacetCommonTest.java} |   8 +-
 .../oak/composite/MountInfoProviderService.java    |  10 +-
 7 files changed, 37 insertions(+), 435 deletions(-)
 rename oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/{LuceneSecureFacetCommonTest.java => LuceneFacetCommonTest.java} (81%)
 delete mode 100644 oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticSecureFacetCommonTest.java
 rename oak-search/src/test/java/org/apache/jackrabbit/oak/plugins/index/{SecureFacetCommonTest.java => FacetCommonTest.java} (98%)