-
Notifications
You must be signed in to change notification settings - Fork 90
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 hibernate-core metadata for version 7.0.0 #578
Comments
@christophstrobl we are establishing an automatic way of finding these libraries. You can see that in this temporary ticket: #574 @ezzarghili this could be the first candidate to work on as it is needed by the community. |
I agree with @sdeleuze that an automatic way of doing these kind of tasks would be a great thing. |
@jormundur00 will have a look into making this automatic. @DSouzaM will help him if we need to make modifications to the agent. The documentation on the folowing page should be enough to achieve this: graalvm/native-build-tools#645 |
Please ping @christophstrobl and me when you have something we can test (before merging related changes) since we would like to check there is no significant memory consumption regressions and we also want to test those new metadata against our Spring AOT smoke tests. |
Is your feature request related to a problem? Please describe.
Hibernate 7.0 already released its Beta2 version. Given the history of the project the new major will likely require a different set of reflection entries.
Describe the solution you'd like
Lift existing tests to new version and provide required metadata.
Describe alternatives you've considered
Hibernate Team provides metadata as part of the lib.
Additional context
none.
The text was updated successfully, but these errors were encountered: