Skip to content

GH-8644: WebSocketHandlerReg: Remove ThreadLocal #8667

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

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

artembilan
Copy link
Member

Fixes #8644

  • Introduce an inner DynamicHandlerRegistrationProxy class to create an IntegrationDynamicWebSocketHandlerRegistration and map it into a provided WebSocketHandler when a dynamicHandlerMapping is in action.

Fixes spring-projects#8644

* Introduce an inner `DynamicHandlerRegistrationProxy` class
to create an `IntegrationDynamicWebSocketHandlerRegistration`
and map it into a provided `WebSocketHandler` when a `dynamicHandlerMapping`
is in action.
@garyrussell garyrussell merged commit 20d5f62 into spring-projects:main Jul 13, 2023
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.

See if we can get rid of ThreadLocal usages this or other way
3 participants