-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Labels
Description
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