Add smoke test to verify Redis SSL connection
See gh-34815
This commit is contained in:
@@ -151,8 +151,7 @@ abstract class RedisConnectionConfiguration {
|
||||
}
|
||||
|
||||
protected boolean isSslEnabled() {
|
||||
return getConnectionDetails() instanceof PropertiesRedisConnectionDetails
|
||||
&& getProperties().getSsl().isEnabled();
|
||||
return getProperties().getSsl().isEnabled();
|
||||
}
|
||||
|
||||
protected boolean isPoolEnabled(Pool pool) {
|
||||
|
||||
@@ -47,7 +47,7 @@ public final class DockerImageNames {
|
||||
|
||||
private static final String RABBIT_VERSION = "3.11-alpine";
|
||||
|
||||
private static final String REDIS_VERSION = "4.0.14";
|
||||
private static final String REDIS_VERSION = "7.0.11";
|
||||
|
||||
private static final String REDPANDA_VERSION = "v23.1.2";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user