Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container-managed concurrency for beans #10923

Closed
mkouba opened this issue Jul 23, 2020 · 0 comments · Fixed by #10936
Closed

Container-managed concurrency for beans #10923

mkouba opened this issue Jul 23, 2020 · 0 comments · Fixed by #10936
Assignees
Labels
area/arc Issue related to ARC (dependency injection) kind/enhancement New feature or request
Milestone

Comments

@mkouba
Copy link
Contributor

mkouba commented Jul 23, 2020

  • introduce a new interceptor binding annotation io.quarkus.arc.Lock
    • functionally similar to javax.ejb.Lock
    • implement an interceptor with java.util.concurrent.locks.ReadWriteLock

See also https://www.knitelius.com/2016/01/25/concurrency-control-for-cdi/

@mkouba mkouba added kind/enhancement New feature or request area/arc Issue related to ARC (dependency injection) labels Jul 23, 2020
@mkouba mkouba self-assigned this Jul 23, 2020
mkouba added a commit to mkouba/quarkus that referenced this issue Jul 23, 2020
mkouba added a commit to mkouba/quarkus that referenced this issue Jul 23, 2020
mkouba added a commit to mkouba/quarkus that referenced this issue Jul 24, 2020
@gsmet gsmet added this to the 1.7.0 - master milestone Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants