Files
spring-integration/spring-integration-redis/src
alexpeelman 50c0b26e14 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:06 +00:00
..