From a5e43dd38a61774971d6b02022ccc8de365ebb06 Mon Sep 17 00:00:00 2001 From: KIM MIN WOO <79193811+minwoo1999@users.noreply.github.com> Date: Sat, 21 Dec 2024 18:51:12 +0900 Subject: [PATCH] docs: update Limitations section to reflect shaded JAR deprecation --- docs/advanced-usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 19e8c2b9d..ab56a34d9 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -909,6 +909,9 @@ Lettuce because of two reasons: 2. Support for using epoll/kqueue with shaded netty requires netty 4.1 and all parts of netty to be shaded. +3. The limitations regarding shaded JAR files are applicable only to Lettuce versions prior to 5.0.1. Since version 5.0.1, Lettuce no longer releases shaded JAR files, and these limitations are no longer relevant for newer versions. + + See also Netty [documentation on native transports](http://netty.io/wiki/native-transports.html).