SLING-5416 - Thread Pool should stop "gracefully" 

Multiple components used by Sling applications are affected by usage of
Thread.interrupt. Some notable examples, mentioned by Thomas Mueller,
are Lucene, MapDB and Oak's persistent cache.

To be on the safe side, we change the default value of shutdownGraceful
to true. This might cause misbehaving components to stall and never be
stopped, avoiding data corruption is more important.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1725689 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: 17842758c265bfd13c266707569b4db5be6013c3
  1. src/
  2. pom.xml
  3. README.txt