romixch / stripe-java-graalvm

GraalVM configuration files for using stripe-java in Quarkus or any oder App compiled with native-image.
GNU General Public License v3.0
8 stars 5 forks source link

stripe-java-graalvm

GraalVM configuration files for using stripe-java in Quarkus or any oder App compiled with native-image.

This project generates GraalVM configuration files you need to use stripe-java in an native image.

How to use it in your project

Copy the whole directory native-image in META-INF to your own META-INF directory.

Known issues

Your binary may grow significantly. This is because stripe-java uses a lot of serialization.