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 a7a7ff98a9 [FIX] WebSocket should return `Sec-WebSocket-Protocol: jmap` response header new a3063db1a2 JAMES-4074 Support Redis Sentinel topology new 9c53b73737 JAMES-4074 Support Redis Sentinel password The 2 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/RedisConfiguration.scala | 35 +++++++++++++++- .../james/backends/redis/RedisHealthCheck.scala | 33 +++++++++++++++- .../backends/redis/RedisConfigurationTest.scala | 28 ++++++------- ...hCheckTest.scala => RedisHealthCheckTest.scala} | 44 +++++++++------------ .../redis/RedisMasterReplicaHealthCheckTest.scala | 45 +++++++-------------- .../backends/redis/RedisSentinelExtension.java | 33 ++++++++++------ .../redis/RedisSentinelHealthCheckTest.scala | 46 +++++++--------------- .../redis/src/test/resources/sentinel.conf | 3 +- docs/modules/servers/partials/configure/redis.adoc | 9 ++++- .../rate/limiter/redis/RedisRateLimiter.scala | 9 ++++- .../james/rate/limiter/RedisRateLimiterTest.scala | 2 +- ...sRateLimiterWithMasterReplicaTopologyTest.scala | 36 +++++------------ .../limiter/RedisRateLimiterWithSentinelTest.scala | 9 +++-- ...st.scala => TopologyRedisRateLimiterTest.scala} | 33 +++++++--------- 14 files changed, 195 insertions(+), 170 deletions(-) copy backends-common/redis/src/test/java/org/apache/james/backends/redis/{RedisMasterReplicaHealthCheckTest.scala => RedisHealthCheckTest.scala} (53%) copy server/mailet/rate-limiter-redis/src/test/java/org/apache/james/rate/limiter/{RedisRateLimiterWithMasterReplicaTopologyTest.scala => TopologyRedisRateLimiterTest.scala} (62%) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org