paypal / mocca

Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular.
MIT License
15 stars 14 forks source link

Test Mocca with GraalVM #37

Open fabiocarvalho777 opened 3 years ago

fabiocarvalho777 commented 3 years ago

Mocca relies heavily on Java reflection. According to the GraalVM document below, that might be a challenge. The goal of this issue is to test Mocca in GraalVM and find out if it works normally, or if there is any limitation, both in terms of functionality and performance.

https://www.graalvm.org/reference-manual/native-image/Reflection/