-
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
Quarkus native tests fail with latest GraalVM CE for JDK 22, 24.0.0-dev builds due to wildfly substitution #36686
Labels
Milestone
Comments
Upstream wildfly issue wildfly/wildfly-common#74 |
The issue has been fixed upstream and should be part of the next release (1.6.1?) |
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
Nov 8, 2023
michelle-purcell
pushed a commit
to michelle-purcell/quarkus
that referenced
this issue
Nov 9, 2023
michelle-purcell
pushed a commit
to michelle-purcell/quarkus
that referenced
this issue
Nov 9, 2023
computerlove
pushed a commit
to computerlove/quarkus
that referenced
this issue
Nov 27, 2023
DavideD
pushed a commit
to DavideD/quarkus
that referenced
this issue
Nov 27, 2023
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Feb 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Quarkus native tests fail with latest GraalVM CE for JDK 22, 24.0.0-dev builds due to wildfly substitution.
The error is:
Expected behavior
Tests should build and pass.
Actual behavior
Tests fail to build.
How to Reproduce?
export GRAALVM_HOME=/path/to/the/deb-build
./mvnw -Dnative -pl integration-tests/jpa -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests clean package -Dquarkus.native.container-build=false
Output of
uname -a
orver
No response
Output of
java -version
No response
Mandrel or GraalVM version (if different from Java)
24.0.0-dev
Quarkus version or git rev
main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
The issue is caused because wildfly tries to substitute a GraalVM internal class that is no longer available due to the package renaming in oracle/graal#7650 and oracle/graal#7621
The text was updated successfully, but these errors were encountered: