SLING-7432 - Thread pool clean up code can lead to infinite loops in
ThreadLocal.get

Stop using thread locals, as they might interfere with the save/restore
logic. Got no more hangs in ThreadLocal code after this change.
2 files changed
tree: 1f7dbe77383b22d6418507d452c3fb8ffb97b50b
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Apache Sling Thread Support

This module is part of the Apache Sling project.

Support for thread handling like pooling.