You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for great library. After using 5-6 different clients it is awesome.
Currently it is single depdency on netty in my project, but to add more i need to make sure they are not intersected or have the same version. I tried to look at maven and did not found any shaded jar http://central.maven.org/maven2/io/lettuce/lettuce-core/5.0.1.RELEASE/
Yes, it's intentional to ship no shaded jar anymore as of 5.0 (see #396). The shaded jar was introduced primarily because Lettuce 3 had much more dependencies (Guava, Netty 4.0 vs. 4.1). Things have changed right now and since the shaded jar caused lots of trouble in its maintenance, we decided to remove it.
We have documented netty compatibility if you need to pull in a different netty version.
Hi.
Thanks for great library. After using 5-6 different clients it is awesome.
Currently it is single depdency on netty in my project, but to add more i need to make sure they are not intersected or have the same version. I tried to look at maven and did not found any shaded jar http://central.maven.org/maven2/io/lettuce/lettuce-core/5.0.1.RELEASE/
Last one i see there http://central.maven.org/maven2/biz/paluch/redis/lettuce/4.4.2.Final/
Is this intentional?
The text was updated successfully, but these errors were encountered: