Skip to content

GraalVM for JDK XX versioning scheme and maven artifacts' versions don't align #7556

Answered by gilles-duboscq
zakkak asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your question. I agree we need to clarify things in this area.

Some assumptions i think we should make:

  • As seen in #6831, we want to make it possible to compile against the newest version of the SDK with as old a JDK as possible.
  • As time passes, some features of the SDK will only be in GraalVM for JDK X and above but not below.
  • Code compiled against an old SDK version should keep working with new GraalVM versions (modulo a reasonable deprecation timeline).

If it wasn't for the first point above i'd say we can use a 1:1 mapping, but given that we want to be able to compile against the newest version of the SDK with as old a JDK as possible, i think it might be a good to keep a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alina-yur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants