-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add graalvm-reachability-metadata for minio-java #1446
Comments
Feel free to send a PR |
For those landing here and using Spring Boot, here is a quick solution (working with Spring Boot 3.3.3), that allows me to put and get objects. Didn't test further features. Add this class (
And register it on a configuration class using
You'll need this dependency on your classpath:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use minio in a graalvm native application the reachability metadata could be added to https://github.com/oracle/graalvm-reachability-metadata for all users to use in native mode for optimised applications in cloud microservices.
The text was updated successfully, but these errors were encountered: