This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 0116c74cb9 OAK-10760: oak-core should check namespace registry
consistency on st… (#1447)
0116c74cb9 is described below
commit 0116c74cb96ffa0787d49d581280db203bcd0054
Author: mbaedke <[email protected]>
AuthorDate: Fri May 17 18:54:43 2024 +0200
OAK-10760: oak-core should check namespace registry consistency on st…
(#1447)
* OAK-10760: oak-core should check namespace registry consistency on startup
Implemented.
* OAK-10760: oak-core should check namespace registry consistency on startup
Removed Guava usage, improved log messages.
* OAK-10760: oak-core should check namespace registry consistency on startup
Added flag to avoid multiple consistency checks.
* OAK-10760: oak-core should check namespace registry consistency on startup
Fixed property miscount and URI encoding issues.