Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.2.11
-
None
-
None
Description
We've decided to introduce a stateful configuration object that is used to hold onto objects that needs to be shared across components within a Sail object in favor of having a static holder. The static holder limited our ability to use more than a single Sail object within a single JVM because all of those Sail objects would all have to access the same Mongo DB repository.