You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDI has a scope (like for the life of a servlet and all it calls). Could the CDI 'context' from the JobOperator submit caller be picked up and used to inject into the resulting job? This would be essentially on top of any job parameters. Related to other submitter-context propagation requirements.
The text was updated successfully, but these errors were encountered:
This has come up in other specs, e.g. concurrency: jakartaee/concurrency#39
(though that issue doesn't seem to be very active and/or a likely candidate for EE 10), and that issue comments this should be treated as a CDI issue.
Will try to watch the other specs here.
scottkurz
changed the title
Track CDI spec propagation of context (across MgdExecService thread hop)
Support inheritance of CDI context across threads (e.g. JobOperator start -> execution)
Oct 5, 2021
CDI has a scope (like for the life of a servlet and all it calls). Could the CDI 'context' from the JobOperator submit caller be picked up and used to inject into the resulting job? This would be essentially on top of any job parameters. Related to other submitter-context propagation requirements.
The text was updated successfully, but these errors were encountered: