Skip to content

Change in versioning scheme #1

Closed
@zakkak

Description

@zakkak

Starting with labsjdk 22 the version scheme no longer includes the old jvmci/Graal version (22+13-jvmci-b01 vs 21+35-jvmci-23.1-b15):

❯ ~/jvms/labsjdk-ce-latest-22+13-jvmci-b01/bin/java -version 
openjdk version "22" 2024-03-19
OpenJDK Runtime Environment (build 22+13-jvmci-b01)
OpenJDK 64-Bit Server VM (build 22+13-jvmci-b01, mixed mode, sharing)

❯ ~/jvms/labsjdk-ce-21-jvmci-23.1-b15/bin/java -version
openjdk version "21" 2023-09-19
OpenJDK Runtime Environment (build 21+35-jvmci-23.1-b15)
OpenJDK 64-Bit Server VM (build 21+35-jvmci-23.1-b15, mixed mode, sharing)

Is the removal of the jvmci/graal version intentional?
This change results in Quarkus failing to parse GraalVM version starting with GraalVM for JDK 22

cc @gilles-duboscq @dougxc @jerboaa

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions