oracle / graalvm-reachability-metadata

Repository which contains community-driven collection of GraalVM reachability metadata for open-source libraries.
Creative Commons Zero v1.0 Universal
368 stars 89 forks source link

Add hibernate-core metadata for version 7.0.0 #578

Open christophstrobl opened 5 days ago

christophstrobl commented 5 days ago

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.

vjovanov commented 2 days ago

@christophstrobl we are establishing an automatic way of finding these libraries. You can see that in this temporary ticket: https://github.com/oracle/graalvm-reachability-metadata/issues/574

@ezzarghili this could be the first candidate to work on as it is needed by the community.

sdeleuze commented 1 day ago

Would be indeed cool if we could achieve to have a fully automatic agent generated config as of Hibernate 7. And if we can't, we can maybe work with @DSouzaM (contact shared by @vjovanov) to get the agent doing what we need.