Hi guys,
reading concurrency utilities i understand the container should propagate the caller "context" (no link with cdi contexts) but it doesn't defined explicitly what it is. So here is the question: are CDI contexts (scopes) included in this "context"? - i think to request, session, conversation scopes in particular.
Since you can submit a request scope bean (bad idea but allowed explicitely) i tend to think it should be done but then the request scope is broken (since that's a thread scope by design) so not sure where is the issue if there is one or if i missed something.
Any idea?