-
Notifications
You must be signed in to change notification settings - Fork 692
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
[DRAFT] WIP on Concurrency work #1090
Conversation
Fyi @tandraschko |
Let's see how it looks for a full build, so people can get a chance to dig into test failures: https://ci-builds.apache.org/job/Tomee/job/pull-request-manual/64/ |
which failing tests are related to this change? |
i dont think that JsfTest stuff is related to this change? and they run on local? |
Ok, didn't test them locally, but was of the impression, that the JSF stuff is related as @jgallimore changed the context service stuff inside this PR ;-) |
# Conflicts: # container/openejb-core/src/main/java/org/apache/openejb/config/AnnotationDeployer.java
The content is here: #1103 |
Rebased some old code I had prior to CDI 4 to implement the concurrency spec changes. Still working on unit test failures, and likely isn't complete.
I'll keep plugging away, but equally happy for someone else to incorporate this into another PR, or trash this and do something else, or whatever.