This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
from c805d1a52c [JAMES-4119] minor sample configuration fixes new a3c4781a50 [JAMES-3693] Refactor RedisClientFactory to return an AbstractRedisClient new 1d6495ee13 [JAMES-3693] Refactor further RedisHealthCheck to simplify and reduce code new 5cb6179db7 [JAMES-3693] Adapt RateLimiter with new factory rawRedisClient method new b808dcc5b0 [JAMES-3693] Only one RedisClient declaration is necessary The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../james/backends/redis/RedisClientFactory.scala | 57 ++++---- .../james/backends/redis/RedisHealthCheck.scala | 162 +++------------------ .../redis/RedisClusterHealthCheckTest.scala | 2 +- .../redis/RedisMasterReplicaHealthCheckTest.scala | 2 +- .../redis/RedisSentinelHealthCheckTest.scala | 2 +- .../redis/RedisStandaloneHealthCheckTest.scala | 2 +- .../RedisTLSMasterReplicaHealthCheckTest.java | 3 +- .../redis/RedisTLSSentinelHealthCheckTest.java | 3 +- .../redis/RedisTLSStandaloneHealthCheckTest.scala | 2 +- .../rate/limiter/redis/RedisRateLimiter.scala | 22 +-- .../james/rate/limiter/RedisRateLimiterTest.scala | 2 +- .../limiter/RedisRateLimiterWithSentinelTest.scala | 21 ++- .../limiter/TopologyRedisRateLimiterTest.scala | 2 +- 13 files changed, 88 insertions(+), 194 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org