SLING-7811 - NPE when repository is starting up

Make the repository initialisation and startup process more robust
against restarts.

It is possible that while a the repository startup is happening in an
async manner in the "Apache Sling Repository Startup Thread" a stop is
requested. This thread should be notified of any stop requests and
gracefully handle the shutdown.
1 file changed
tree: 9800d0994d6577cfb822d9fc36818ee4282e4432
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Build Status Test Status Maven Central JavaDocs License jcr

Apache Sling JCR Base Bundle

This module is part of the Apache Sling project.

The JCR base bundle provides JCR utility classes.