joerghoh opened a new pull request, #2371: URL: https://github.com/apache/jackrabbit-oak/pull/2371
avoid using the ``NamespaceHelper.registerNamespace()`` in a tight loop, as it consistently needs to create the NamespaceRegistry object, which requires the read of the respective Oak Tree objects. Instead inline this method into the ImportHandler, and create the Namespace Registry just once. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org