Skip to content

Remove unused ThreadLocal from RedisStoreMSource #8663

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

Conversation

artembilan
Copy link
Member

The RedisStoreMessageSource relies on an IntegrationResourceHolder for a while already.
Its internal ThreadLocal is just out of use.

  • Remove that resourceHolder property and related methods to interact with it.
  • Mention the IntegrationResourceHolder and store attribute in the redis.adoc

The `RedisStoreMessageSource` relies on an `IntegrationResourceHolder`
for a while already.
Its internal `ThreadLocal` is just out of use.

* Remove that `resourceHolder` property and related methods to interact with it.
* Mention the `IntegrationResourceHolder` and `store` attribute in the `redis.adoc`
Co-authored-by: Gary Russell <[email protected]>
@artembilan
Copy link
Member Author

@garyrussell garyrussell merged commit 4347383 into spring-projects:main Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants