-
Notifications
You must be signed in to change notification settings - Fork 403
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
Is Jasper-reports are supported on Graalvm native-image feature or any plans to support? #432
Comments
This has been asked before. We would welcome any help we can get with it as we lack the expertise in this area: It is not clear to me what should we be doing about this. My understanding is that people developing a Java application using our library (and many other libraries), should take care of building a native image for GraalVM and use it. |
I am working on this for Quarkus and JasperReports presents some unique challenges for GRaalVM: quarkiverse/quarkus-jasperreports#99 That is my progress so far and what I have discovered. |
I have it fully working in GraalVM with Quarkus now. |
Hi, I am glad you were able to pull this off and wanted to congratulate you for the great work you've done. I'm closing this for now as fixed. Thank you, |
The only two things I would recommend I submitted PR's for to make my life easier and reduce depedencies. One is getting rid of Collections 3.2 and the other is a small OpenLibre fix |
GraalVM is next generation emerging technology in the worlds of JVM.
And it have a feature called native-image which make code to System native executable App.
Now, Gluon Maven Plugin or Gluon Gradle Plugin liverge Javafx and GraalVM to make native app using Javafx.
Is there any plans to support GraalVM native-image feature or is there already support?
The text was updated successfully, but these errors were encountered: