-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Native image build fails with -Dquarkus.log.min-level=ALL #37598
Comments
I assume that jboss-logging/jboss-logmanager#452 fixes it |
I think this may be a GraalVM class parsing bug. According to JVMS 17 §5.4.3.2, field resolution should recurse to superclasses, even if they are static. Since it fails in parsing, I think this explanation fits. Edit: I definitely recall this issue happening before; I thought there was a long-standing upstream GraalVM issue for it but I can't find it... |
I opened oracle/graal#8016 in any event. |
The problem is actually on our end: #37873. |
Fixes quarkusio#37598 (cherry picked from commit 9aee1db)
Describe the bug
$title
Expected behavior
The build should succeed and we should be able to set quarkus.log.level=ALL at runtime.
Actual behavior
The build fails with:
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
Mandrel or GraalVM version (if different from Java)
Java version: 21.0.1+12-LTS, vendor version: Mandrel-23.1.1.0-Final
Quarkus version or git rev
58834c2
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: