Does building lettuce require any special considerations? #2077
jdeppe-pivotal
started this conversation in
General
Replies: 1 comment
-
Nevermind - if you build it with JDK 11, it needs at least JDK 11 to run because of some API changes in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build lettuce in order to simply add some additional logging. However, the artifacts I end up with seem to "perform" much much slower than what I get by default (maven sourced). I haven't tried to debug to see where something might be going wrong yet. I'm building off the
6.1.8.RELEASE
tag.I'm building on MacOS and running on both Linux and MacOS. The build is straight forward and all tests pass (building using Liberica 11 and running on JDK 8). I don't see any difference between the artifacts downloaded from maven (6.1.8.RELEASE) and my local one. i.e. they both contain exactly the same .class files and other miscellaneous things.
I don't see that lettuce directly relies on any OS-specific aspects (I believe that is left up to the underlying netty transport to handle). So I'm really confused what I'm doing wrong.
Thanks for any insights.
Beta Was this translation helpful? Give feedback.
All reactions