-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Context.Storage is experimental #2462
Comments
This allows people to change where the values are stored instead of the default ThreadLocal. Used in G3 for ... complex stuff. Also used for other things. |
Context.Storage.attach() isn't used by anyone in our repo or G3 and can be deleted with Context.Storage.doAttach being marked abstract. |
On hold since other repos (e.g. Vert.x and OpenTelemetry) depend on Context, may not be safe to delete deprecated method. |
The following query gets all of the usages. Should be checked to ensure that none of them are really using |
Quarkus.io is the only repo that uses attach(). It is not used anywhere but the override would throw an error if the method is deleted. |
The API is still labeled as experimental. |
This is the tracking issue that will be closed once Context.Storage API exits experimental status.
The text was updated successfully, but these errors were encountered: