GraalVM improved support without requiring java.awt #3473
JouperCoding
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again,
I've tested this again with GraalVM CE 22.2.0. Based on my research and testing when using,
@DynamoDbBean and @DynamoDbAttributes and the TableSchema.fromClass like this
It seems like this library is using the java.awt.Component, by reading this issue oracle/graal#4659 it seems like this very well may bloat the native-image in the end even if you get it to work with proper NI configuration.
When tracing this component during native build with.
It will give something like this
Is there any plan to improve so we could leverage these annotation without using java.awt?
Currently, we have to create custom AttributeConverter for everything to get around this. It may be possible to do something like this oracle/graal#3386 (comment) but preferably this should work without java.awt if possible.
Beta Was this translation helpful? Give feedback.
All reactions