-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Missing hints for Hibernate generators #32842
Comments
I had the same issue my workaround was to simply add these reflections to reflection-config.json
|
Looking at the GraalVM metadata for hibernate-core the hint for |
Related to: oracle/graalvm-reachability-metadata#323 |
org.hibernate.generator.Generator
org.hibernate.generator.Generator
I have added support for |
Hibernate cannot instantiate generator in native image due to missing hints.
Environment
Step to Reproduce
Create an entity with fields annotated with one of
org.hibernate.generator.Generator
:Logs
Temporary Workaround
Additional Information
Related issue: spring-projects/spring-boot#34737
The text was updated successfully, but these errors were encountered: