Vojin Jovanovic
Vojin Jovanovic
Can we merge this PR?
@bobvandette what would be necessary for this change to be upstreamed? Our goal would be that all the changes done in this repo can be upstreamed.
This has been fixed in GraalVM for JDK 23. Documentation can be found [here](https://www.graalvm.org/latest/reference-manual/native-image/metadata/#conditional-metadata-entries).
Fixed with https://github.com/oracle/graal/pull/8715. Thank you @dnestoro!
From the GraalVM Workshop: we should prevent the agent from transforming the JDK classes in the host VM as they can affect how the image builder works. To allow transformation...
Proxy types are now supported in GraalVM for JDK 23.
This item is now complete as we have finished: https://github.com/oracle/graal/issues/7487
Hi @DarkAtra, thank you for bringing this up. The workaround for this issue is to add classes that show up in the second line of the error message to reflection...