Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing Hibernate 6.2 proxy hints
This commit contributes proxy hints needed by SharedEntityManagerCreator for org.hibernate.query.sqm.internal.QuerySqmImpl interfaces. Until Hibernate 6.1, those hints were erroneously provided at GraalVM reachability metadata level. As of Hibernate 6.2, they are not, hence the need to contribute them at Spring Framework level. A related smoke test has been contributed via spring-projects/spring-aot-smoke-tests#188. Closes gh-31050
- Loading branch information