]
Reza Rahman commented on CDI-582:
---------------------------------
I think this is very important and way past due to further broaden CDI adoption. I'd
say this class of CDI features is probably more important than what is currently slated
for CDI 2 (which I seriously fear will be basically ignored as low-level stuff not
relevant to most real world potential and current CDI users).
Configurable concurrency control for CDI
----------------------------------------
Key: CDI-582
URL:
https://issues.jboss.org/browse/CDI-582
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Contexts
Affects Versions: 2.0-EDR1
Reporter: Stephan Knitelius
Currently the spec only defines, a non-configurable, concurrency control mechanism for
conversation scope. All other build-in scopes remain unprotected, relaying on the
developer.
It would be useful to introduce EJB Singleton style concurrency control for CDI scopes.
Allowing the developer to configure the concurrency behavior of ConversationScoped beans,
and defining concurrency control for the other build-in scopes.