-
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
Evaluate ImageIO compatibility with GraalVM Native Image #8605
Comments
Advise reaching out to GraalVM team and find out of they are tracking ImageIO compatibility. |
Still having error while calling ImageIO.read on jpeg files |
This issue should be fixed by oracle/graal#3032 in GraalVM CE 21.0. Upgrading to 21.0 is work in progress (see #14512) but you should be able to test if it solves the issue with: |
getting |
@Rohit-nagbhidkar thanks for testing. Could you please share a reproducer and let us know whether you tried with the latest |
i have tested with 1.11.0.Final |
Describe the bug
ImageIO is now enabled in Quarkus 1.4.0.
#8453
However, not all is good, as ImageIO has a plugin architecture and not all plugins work that are normally installed in the JRE, such as
com.sun.imageio.plugins.jpeg.JPEGImageReader
According to the comment in this thread, PNGImageReader is working, however:
https://stackoverflow.com/questions/60527663/is-javax-imageio-supported-by-graalvm-native-image
Expected behavior
All ImageIO plugins work.
Actual behavior
Unknown how many plugins work by default with Native Image, or if the GraalVM is tracking.
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
uname -a
orver
:java -version
: 11mvnw --version
orgradlew --version
):Additional context
This is a GraalVM issue, but filing at the request of George Gastaldi.
The text was updated successfully, but these errors were encountered: