Skip to content

Commit cbae313

Browse files
committed
Suppress deprecation warning from LettuceConnectionFactory
See gh-9538
1 parent 991314c commit cbae313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/redis/LettuceConnectionConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ private LettuceConnectionFactory createLettuceConnectionFactory(
9090
this.properties.getLettuce().getPool(), clientResources)));
9191
}
9292

93+
@SuppressWarnings("deprecation")
9394
private LettuceConnectionFactory applyProperties(
9495
LettuceConnectionFactory connectionFactory) {
9596
connectionFactory

0 commit comments

Comments
 (0)