How are jedis release versions built? #2538
Replies: 1 comment
-
Jedis releases between December 10, 2020 and January 20, 2021 are likely to have build issue(s). Please update to a more recent release. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that
v3.5.1
has release notes as "3.5.0 recompiled with JDK8".I ask because we had an issue when we upgraded to
jedis-3.4.1
for our application and found that it suddenly started breaking on JDK8 runtimes.I was looking through the github actions, circleci etc in this repo and I don't see where it actually publishes a release version - everything just seems to be SNAPSHOT builds in the automated CI.
Beta Was this translation helpful? Give feedback.
All reactions