-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Beta4
-
None
-
None
ModeShape uses a background thread for cleaning up binary values. The thread is a cron started at repository startup, but it's never stopped.
It should, instead, be created via the context ThreadPoolFactory (if possible) and terminated at repository shutdown.