Suppress deprecation warning from LettuceConnectionFactory
See gh-9538
This commit is contained in:
parent
991314c63d
commit
cbae31364f
|
|
@ -90,6 +90,7 @@ class LettuceConnectionConfiguration extends RedisConnectionConfiguration {
|
||||||
this.properties.getLettuce().getPool(), clientResources)));
|
this.properties.getLettuce().getPool(), clientResources)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
private LettuceConnectionFactory applyProperties(
|
private LettuceConnectionFactory applyProperties(
|
||||||
LettuceConnectionFactory connectionFactory) {
|
LettuceConnectionFactory connectionFactory) {
|
||||||
connectionFactory
|
connectionFactory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue