-
Notifications
You must be signed in to change notification settings - Fork 54
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
Java LTS (17 and 11)? #226
Comments
What about this? https://clearlinux.org/software/bundle/java11-basic |
suggesting NOT having distro-level support of jdk/jvm families of tools and offloading support to https://sdkman.io for the java bytecode domain and especially the maven/gradle tools. |
@jnorthrup but will those sdkman binaries be compiled in the same way as the current clear linux OpenJDK? |
given the CLR usecase of shrink-wrapping highest performing builds, @marc0der might be persuaded to consider such a thing. |
@jnorthrup the binaries downloaded through SDKMAN are the exact binaries found on the origin download sites; we do not tamper with any binaries that upstream vendors provide. |
Please forgive my ignorance, we are new to clear linux and looking for JRE17. |
we're at a slightly newer JDK but unlike the 8-11 transition, newer
JDKs are (supposed to be) fully compatible...
So I wouldn't downgrade but just use the main JDK
…On Wed, Feb 15, 2023 at 5:56 AM Rainer ***@***.***> wrote:
Please forgive my ignorance, we are new to clear linux and looking for JRE17.
Is there already a decision if the Java LTS version will be included? Seems we now have to downgrade out app to jre11?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
btw if there's a strong reason why current JDK is not
compatible/working we'd like to know
(adding more jdk's is work for us in both maintenance and dealing with
the logic to switch between them... we rather have one really good one
than a mess with switching if we can)
On Wed, Feb 15, 2023 at 6:07 AM Arjan van de Ven
***@***.***> wrote:
…
we're at a slightly newer JDK but unlike the 8-11 transition, newer
JDKs are (supposed to be) fully compatible...
So I wouldn't downgrade but just use the main JDK
On Wed, Feb 15, 2023 at 5:56 AM Rainer ***@***.***> wrote:
>
> Please forgive my ignorance, we are new to clear linux and looking for JRE17.
> Is there already a decision if the Java LTS version will be included? Seems we now have to downgrade out app to jre11?
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
The only bundles that provide java are these:
https://clearlinux.org/software/bundle/java13-basic
https://clearlinux.org/software/bundle/java13-runtime
https://clearlinux.org/software/bundle/java-basic
https://clearlinux.org/software/bundle/java-runtime
It looks like it's only java 8 and 13. None of them are supported anymore and should not be used. Can you add bundle with the jdk 17 (and 11 if possible). Without these you cannot run many java programs.
The text was updated successfully, but these errors were encountered: