Provide Reachability Metadata
Is your feature request related to a problem? Please describe.
Without the runtime hints, it's not possible to use the SDK in native images.
Describe the solution you'd like
To be able to use the SDK in native images without providing runtime hints (but the user).
Describe alternatives you've considered
The alternative in Spring is to generate the runtime hints during AoT. However the end user (of the SDK) is not the best person to write such hints. (For example, since I didn't know what to add, I added hints for full reflection of all classes in model and param packages. The JSON file is 1.1MB big and has more than 4K entries.)
Additional context
No response
Hi @akefirad, thanks for submitting a feature request! I've brought this to the team's attention. It might take us a while to get to this because of other commitments, but marking for the future.
I have successfully used configurations generated with https://github.com/youba/stripe-java-graalvm
Hi! Is it possible to look into this again?
It would be awesome if you could provide this out-of-the-box.