All,

I've started a PR for API changes to support starting/stopping the built in contexts, which you can find here: https://github.com/cdi-spec/cdi/pull/291/files

It's visibly based on what is in DeltaSpike's CDI Ctrl plus some of the external stuff (e.g. https://github.com/apache/deltaspike/blob/master/deltaspike/modules/scheduler/api/src/main/java/org/apache/deltaspike/scheduler/api/Scheduled.java#L40 ) so I'd like to get some input.

I don't suspect that this will be an SE only feature, today I use programmatic context starting even while on an app server.  Even though I'm not using whats provided in DS, it was identified as a clear cross cutting concern hence why there's an interceptor as well.

John