This is an automated email from the ASF dual-hosted git repository. baedke pushed a change to branch OAK-11617 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 838f125438 OAK-11617: Provide oak-run commands to analyze and fix inconsistencies in the namespace registry add 3dcc9888a3 OAK-11617: Provide oak-run commands to analyze and fix inconsistencies in the namespace registry No new revisions were added by this update. Summary of changes: .../oak/plugins/name/NamespaceRegistryModel.java | 206 +++++++++++++++++++++ .../plugins/name/ReadOnlyNamespaceRegistry.java | 199 +------------------- .../plugins/name/ReadWriteNamespaceRegistry.java | 28 +-- .../name/ReadWriteNamespaceRegistryTest.java | 6 +- 4 files changed, 212 insertions(+), 227 deletions(-) create mode 100755 oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/NamespaceRegistryModel.java