Files
spring-integration/spring-integration-redis/src
alexpeelman 674ed7c228 GH-9401: RedisLockRegistry: use lock() instead of tryLock() for lifecycle
Fixes: #9401

Switched `tryLock()` with `lock()` in `RedisLockRegistry.runRedisMessageListenerContainer()` method for correct synchronization.

(cherry picked from commit 07085a17ae)
2024-08-20 16:09:07 +00:00
..