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

ContextService convenience methods for completion stages #138

Merged

Conversation

njr-11
Copy link
Contributor

@njr-11 njr-11 commented Mar 22, 2021

fixes #100

This pull copies over the method signatures from org.eclipse.microprofile.context.ThreadContext, except for withContextCapture because that is covered as a separate issue. I'm also updating doc to clarify that if the
user doesn't pass in a serializable instance in the first place, there should be no expectation that we make the
proxy serializable. Serializable isn't useful for completion stage actions, just adds overhead, and wasn't a
requirement of the equivalent methods in MicroProfile.

Signed-off-by: Nathan Rauh [email protected]

@njr-11 njr-11 added this to the 3.0 milestone Mar 22, 2021
@njr-11 njr-11 self-assigned this Mar 22, 2021
@njr-11 njr-11 merged commit 68f1b1f into jakartaee:master Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ContextService convenience methods for completion stages
3 participants