SLING-10835 - ThreadLocal cleaner fallback code does not work

Try harder to validate that the ThreadLocalCleaner works when instantiating the ThreadPool. This
way we don't fail when tasks are submitted, which breaks the ThreadPool.

Also removed the checks for ThreadLocalCleaner not working when submitting tasks since we validate
that it works in the ThreadPool constructor.
3 files changed
tree: 89b05c041c3a7247a5c8aa5bb91398e7d5dc98da
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling Thread Support

This module is part of the Apache Sling project.

Support for thread handling like pooling.