This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch OAK-10410
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
omit 525c688de0 OAK-10410 : fixed potential NPE from
AbstractMongoConnectionTest
add 6d2fbee0f8 OAK-10412: AbstractTwoNodeTest: check preconditions in
setup (#1081)
add ae7a422c5b OAK-10415: AbstractTwoNodeTest: make teardown more robust
(#1083)
add 03f034c04c OAK-10416: AbstractTwoNodeTest: ensure RDB fixture uses
empty DB (#1084)
add fbf7413a01 OAK-10414: RDB*Store: update Derby dependency to 10.15.2.0
(#1082)
add 5b05f24ecb OAK-10357: Path option for documentstore-check
add 9299e4f8f1 Merge pull request #1031 from mreutegg/OAK-10357
add 27cee262b3 OAK-10419: Release Oak 1.56.0 - Candidate Release Notes
(#1088)
add afb9d8d303 [maven-release-plugin] prepare release jackrabbit-oak-1.56.0
add 04ad212826 [maven-release-plugin] prepare for next development
iteration
add 921467d8ef OAK-10399 Automatically pick a merged index over multiple
levels
add 79bd999aef OAK-10399 Automatically pick a merged index over multiple
levels
add cb5df597c8 OAK-10420 Tool to compare Lucene index content
add 81e49e5f8d Revert "OAK-10399 Automatically pick a merged index over
multiple levels"
add 1d50d20bd6 Revert "Revert "OAK-10399 Automatically pick a merged index
over multiple levels""
add 482c5ac821 Revert "OAK-10420 Tool to compare Lucene index content"
add 77f36b3252 OAK-10399 Automatically pick a merged index over multiple
levels
add 009ef2c185 Merge pull request #1066 from apache/OAK-10399
add 8c3116832b Clarified a pitfall with --merge-paths
add e11d20cb3d Merge pull request #161 from sbluhm/patch-1
add 645cfca6fa OAK-10410 : fixed potential NPE from
AbstractMongoConnectionTest
add f115ef0a45 OAK-10410 : removed nonNull api from Objects to improve
readability of code
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 (525c688de0)
\
N -- N -- N refs/heads/OAK-10410 (f115ef0a45)
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:
RELEASE-NOTES.txt | 154 ++++++++-------------
oak-api/pom.xml | 2 +-
oak-auth-external/pom.xml | 2 +-
oak-auth-ldap/pom.xml | 2 +-
oak-authorization-cug/pom.xml | 2 +-
oak-authorization-principalbased/pom.xml | 2 +-
oak-benchmarks-elastic/pom.xml | 2 +-
oak-benchmarks-lucene/pom.xml | 2 +-
oak-benchmarks-solr/pom.xml | 2 +-
oak-benchmarks/pom.xml | 2 +-
oak-blob-cloud-azure/pom.xml | 2 +-
oak-blob-cloud/pom.xml | 2 +-
oak-blob-plugins/pom.xml | 2 +-
oak-blob/pom.xml | 2 +-
oak-commons/pom.xml | 2 +-
oak-core-spi/pom.xml | 2 +-
oak-core/pom.xml | 2 +-
oak-doc/src/site/markdown/migration.md | 2 +
oak-examples/pom.xml | 2 +-
oak-examples/standalone/pom.xml | 2 +-
oak-examples/webapp/pom.xml | 2 +-
oak-exercise/pom.xml | 2 +-
oak-http/pom.xml | 2 +-
oak-it-osgi/pom.xml | 2 +-
oak-it/pom.xml | 2 +-
oak-jackrabbit-api/pom.xml | 2 +-
oak-jcr/pom.xml | 2 +-
oak-lucene/pom.xml | 2 +-
.../composite/blueGreen/CustomizedIndexTest.java | 40 +++++-
.../oak/composite/blueGreen/IndexUtils.java | 1 -
oak-parent/pom.xml | 4 +-
oak-pojosr/pom.xml | 2 +-
oak-query-spi/pom.xml | 2 +-
oak-run-commons/pom.xml | 2 +-
oak-run-elastic/pom.xml | 2 +-
oak-run/pom.xml | 2 +-
.../plugins/document/check/DocumentStoreCheck.java | 30 +++-
.../oak/run/DocumentStoreCheckCommand.java | 11 ++
.../oak/run/DocumentStoreCheckCommandTest.java | 31 +++++
oak-search-elastic/pom.xml | 2 +-
oak-search-mt/pom.xml | 2 +-
oak-search/pom.xml | 2 +-
.../plugins/index/search/spi/query/IndexName.java | 50 +++++--
.../index/search/spi/query/IndexNameTest.java | 17 +--
oak-security-spi/pom.xml | 2 +-
oak-segment-aws/pom.xml | 2 +-
oak-segment-azure/pom.xml | 2 +-
oak-segment-remote/pom.xml | 2 +-
oak-segment-tar/pom.xml | 2 +-
oak-shaded-guava/pom.xml | 2 +-
oak-solr-core/pom.xml | 2 +-
oak-solr-osgi/pom.xml | 2 +-
oak-store-composite/pom.xml | 2 +-
oak-store-document/pom.xml | 2 +-
.../document/AbstractMongoConnectionTest.java | 6 +-
.../oak/plugins/document/AbstractTwoNodeTest.java | 61 +++++---
oak-store-spi/pom.xml | 2 +-
oak-upgrade/pom.xml | 2 +-
pom.xml | 2 +-
59 files changed, 299 insertions(+), 202 deletions(-)