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

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


 discard e0e9c0e14b OAK-11742 : removed usage of Guava's ordering with JDK 
comparator
     add 03ee9abdb7 OAK-11730 bump elasticsearch version to 8.18.1 / lucene 
9.12.1 (#2298)
     add 30c27fce14 OAK-11734: Update inferenceConfigTest to check status is 
updated prop… (#2301)
     add 11a45b3152 OAK-11224: remove guava dependencies from POMs - 
oak-auth-external, oak-auth-ldap, oak-authorization-cug, 
oak-authorization-principalbased, oak-core-spi, oak-search-elastic (#2315)
     add 0bf590cf72 OAK-11742 : removed usage of Guava's ordering with JDK 
comparator
     add dcf835f1a0 OAK-11742 : fixed nulls ordering

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   (e0e9c0e14b)
            \
             N -- N -- N   refs/heads/OAK-11742 (dcf835f1a0)

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:
 oak-auth-external/pom.xml                          |   5 -
 oak-auth-ldap/pom.xml                              |   6 --
 oak-authorization-cug/pom.xml                      |   5 -
 oak-authorization-principalbased/pom.xml           |   5 -
 oak-core-spi/pom.xml                               |   5 -
 oak-run-elastic/pom.xml                            |   2 +-
 .../oak/plugins/tika/BinaryStatsTest.java          |  78 +++++++++++++++
 oak-search-elastic/pom.xml                         |  10 +-
 .../index/elastic/index/ElasticIndexHelper.java    |  14 ++-
 .../index/elastic/ElasticSimilarQueryTest.java     |   2 +-
 .../inference/ElasticInferenceUsingConfigTest.java |  24 +++--
 .../oak/segment/PropertyTemplateTest.java          | 107 +++++++++++++++++++++
 .../oak/plugins/document/NodeDocument.java         |   2 +-
 13 files changed, 218 insertions(+), 47 deletions(-)
 create mode 100644 
oak-run/src/test/java/org/apache/jackrabbit/oak/plugins/tika/BinaryStatsTest.java
 create mode 100644 
oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/PropertyTemplateTest.java

Reply via email to