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

Move Context methods getLocal/removeLocal/putLocal to ContextInternal and deprecate them for removal #5424

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Dec 18, 2024

Motivation:

Context local methods should not have been part of the contract of Context initially. This API has been replaced by the ContextLocal API which should be used instead. This API is not going away in 5.0 but we want to get the opportunity to remove it at any time.

… and deprecate them for removal.

Motivation:

Context local methods should not have been part of the contract of Context initially. This API has been replaced by the ContextLocal API which should be used instead. This API is not going away in 5.0 but we want to get the opportunity to remove it at any time.
@vietj vietj added this to the 5.0.0 milestone Dec 18, 2024
@vietj vietj self-assigned this Dec 18, 2024
@vietj vietj merged commit 4a2c330 into master Dec 18, 2024
8 checks passed
@vietj vietj deleted the move-local-api-from-context-to-context-internal branch December 18, 2024 08:03
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.

1 participant