You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused ThreadLocal from RedisStoreMessageSource
The ThreadLocal<RedisStore> resourceHolder variable in the RedisStoreMessageSource is out of use for a while in favor of IntegrationResourceHolder and its store attribute.
Public methods getResource(), afterCommit(Object object), and afterRollback(Object object) were removed altogether since they haven't done any logic since functionality was migrated to IntegrationResourceHolder.
See Redis Store Inbound Channel Adapter documentation for more information.