-
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
AWT native extension needs porting to JDK 24 ea #44001
Comments
Thanks @Karm a bunch of extensions would not be what they are without the AWT support! POI, OpenPDF, JasperReports, PrimeFaces, etc etc etc! |
We see CI failures related to the AWT extension that look like:
See: https://github.com/graalvm/mandrel/actions/runs/11584744646/job/32253322009#step:12:1176 |
That is what this #44092 PR fixes.
Are expected messages for |
Describe the bug
AWT extension needs adjusting for the latest JDK 24 ea.
Expected behavior
AWT integration tests pass.
Actual behavior
AWT integration tests fail.
Why hasn't it been caught already?
#43997
How to Reproduce?
The problem is likely in the part where we cope with the fact that JDK code expects JAVA_HOME to be there to look up font files while native-image neither needs nor has any JAVA_HOME.Output of
uname -a
orver
Linux mandrel2 5.14.0-407.el9.aarch64 #1 SMP PREEMPT_DYNAMIC Thu Jan 11 00:18:37 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
Output of
java -version
OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11) \n OpenJDK Runtime Environment Mandrel-24.2.0-devc6e7912f0d0 (build 24-beta+19-ea)
Quarkus version or git rev
main
Build tool (ie. output of
mvnw --version
orgradlew --version
)mvnw
Additional information
No response
The text was updated successfully, but these errors were encountered: