-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[GraalVM 23.1+] Several quarkus native tests fail with locally installed GraalVM 23.1+ maven artefacts #35872
Labels
Milestone
Comments
/cc @Karm (mandrel), @evanchooly (kotlin), @galderz (mandrel), @geoand (kotlin), @quarkusio/devtools (maven), @zakkak (mandrel) |
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Sep 12, 2023
oracle/graal#7171 splits graal-sdk in 4 new modules/artifacts. As a result starting with GraalVM for JDK 21 (23.1) we need to remove those as well. Note that it's OK to have them marked for removal even when using GraalVM < 23.1 despite them not actually being present. Closes quarkusio#35872
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Sep 12, 2023
oracle/graal#7171 splits graal-sdk in 4 new modules/artifacts. As a result starting with GraalVM for JDK 21 (23.1) we need to remove those as well. Note that it's OK to have them marked for removal even when using GraalVM < 23.1 despite them not actually being present. Closes quarkusio#35872
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Sep 12, 2023
oracle/graal#7171 splits graal-sdk in 4 new modules/artifacts. As a result starting with GraalVM for JDK 21 (23.1) we need to remove those as well. Note that it's OK to have them marked for removal even when using GraalVM < 23.1 despite them not actually being present. Closes quarkusio#35872
franz1981
pushed a commit
to franz1981/quarkus
that referenced
this issue
Sep 13, 2023
oracle/graal#7171 splits graal-sdk in 4 new modules/artifacts. As a result starting with GraalVM for JDK 21 (23.1) we need to remove those as well. Note that it's OK to have them marked for removal even when using GraalVM < 23.1 despite them not actually being present. Closes quarkusio#35872
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Feb 8, 2024
oracle/graal#7171 splits graal-sdk in 4 new modules/artifacts. As a result starting with GraalVM for JDK 21 (23.1) we need to remove those as well. Note that it's OK to have them marked for removal even when using GraalVM < 23.1 despite them not actually being present. Closes quarkusio#35872
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Several quarkus IT tests fail when trying to use not-yet-released GraalVM 23.1+ maven artefacts due to the graal-sdk artefact split. Since GraalVM version 23.1 (GraalVM Community for JDK 21), the
org.graalvm.sdk:graal-sdk
artefact is empty only acting as an umbrella artefact for dep management (so as to provide some form of backwards compatibility). This seems to break certain Quarkus native IT tests, since some of the dependent artefacts, likeorg.graalvm.sdk:collections
, aren't excluded when the source-jar creation is happening. Failures look like this:See for example here:
https://github.com/jerboaa/graal/actions/runs/6146546436/job/16682584476#step:12:154
It seems the following native IT tests are affected:
The text was updated successfully, but these errors were encountered: