Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no more shaded lettuce since 5.x.x ? #675

Closed
btd opened this issue Dec 26, 2017 · 2 comments
Closed

There is no more shaded lettuce since 5.x.x ? #675

btd opened this issue Dec 26, 2017 · 2 comments
Labels
for: stackoverflow A question that is better suited to stackoverflow.com

Comments

@btd
Copy link

btd commented Dec 26, 2017

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?

@mp911de
Copy link
Collaborator

mp911de commented Dec 26, 2017

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.

@mp911de mp911de added the for: stackoverflow A question that is better suited to stackoverflow.com label Dec 26, 2017
@btd
Copy link
Author

btd commented Dec 27, 2017

Thank you for answer, i noticed netty applied SemVer* so i should be safe with 4.1.X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: stackoverflow A question that is better suited to stackoverflow.com
Projects
None yet
Development

No branches or pull requests

2 participants