[GraalVM] Include missing grpc configurations for Direct Path support #3239
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
This was discovered during an offline discussion with @BenWhitehead on googleapis/java-storage#2716 where Storage ran into a run-time failures in graalvm when adding Direct Path support.
The solution (in progress) has been to include reflection configurations for
io.grpc
classes (googleapis/java-storage#2716).In the future, we should consider hosting or generating these generic configurations in
sdk-platform-java
to avoid duplicating this effort for libraries considering adding direct path support in the future.cc/ @burkedavison
The text was updated successfully, but these errors were encountered: