Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
While working on DELTASPIKE-653 I got tripped up on the fact that the context controller returned by the CdiContainer is one specific to the container object.
Ideally, if we expect the SE features to be available without core, we should add a method to the container that always gives back a new instance of the controller. Certainlly, internally the controller can be used by the container to start the primary contexts, but for consumers we need to manually start a context.