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

what happened to java 17? #2055

Closed
tanja84dk opened this issue Jan 3, 2025 · 5 comments · Fixed by #2057
Closed

what happened to java 17? #2055

tanja84dk opened this issue Jan 3, 2025 · 5 comments · Fixed by #2057

Comments

@tanja84dk
Copy link

Why had java 17 been removed?
That breaks all linux support since not all linux distros has java 21 yet.

and java 17 is not eol until Oct 2027

Like for me its imposible to use then since on my servers even when its fully updated the newest is still only version 17.0.13

@soloturn
Copy link
Collaborator

soloturn commented Jan 3, 2025

what linux distro you are using?

@tanja84dk
Copy link
Author

tanja84dk commented Jan 3, 2025

the affected server there runs my ripme is Debian 12 and all servers ( 6 in total ) is a mix of Debian 11 and Debian 12
Also I did try to compile it myself where I lowered it in build.gradle.kts to java 17 and it actually compiles fine ( at least what it looks like ) with openjdk 17

And as you see it here they still only has it in testing and unstable
EDIT forgot the link https://tracker.debian.org/pkg/openjdk-21

@soloturn
Copy link
Collaborator

soloturn commented Jan 4, 2025

does istall multiple java verisons work?

https://askubuntu.com/questions/740757/switch-between-multiple-java-versions

otherwise, would this release work for you?
https://github.com/RipMeApp/ripme/releases/tag/latest-java-17

@tanja84dk
Copy link
Author

Unfortunately no the ppa recommendation wont work since it has been discontinued for a long time and the one there followed after were just for java 17 before it got in distros

Just tested the pre-release and thank you very much that one worked ( the one there were build with ubuntu java 17 ) and thank you very much ( works just as well as when I tried to build myself where i changed the java in build.gradle.kts )
Actually not sure how that succeeded tbh since I thought the github actions also used the build.gradle.kts

@metaprime
Copy link
Contributor

Good suggestion. We've restored Java 17 as the minimum version. Thanks for reporting the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants