You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
andparam
packages. The JSON file is 1.1MB big and has more than 4K entries.)Additional context
No response
The text was updated successfully, but these errors were encountered: